Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x | export default function BrandLogo() { return ( <div className="text-3xl"> <span className="text-black dark:text-white">Elite</span> <span className="text-gray-600 dark:text-gray-400">Events</span> </div> ); } {/* <Image src="/images/branding/elite_events_logo_bg-white_wide.png" width={200} height={60} alt="Elite Events logo" className="h-12 w-auto max-md:h-10" /> */} |