Merge version_2 into main #8

Merged
bender merged 1 commits from version_2 into main 2026-03-10 20:45:56 +00:00

View File

@@ -83,6 +83,7 @@ export default function HomePage() {
<NavbarStyleFullscreen
navItems={navItems}
brandName="TLC LIVE"
logoImage="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Crect width='200' height='200' fill='%238b5cf6'/%3E%3Ctext x='50%' y='50%' font-size='48' font-weight='bold' text-anchor='middle' dominant-baseline='middle' fill='white'%3ETLC%3C/text%3E%3C/svg%3E"
bottomLeftText="Auckland, New Zealand"
bottomRightText="hello@tlclive.co.nz"
/>
@@ -296,4 +297,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}