3 Commits

Author SHA1 Message Date
ce3cee2f0d Update src/app/page.tsx 2026-03-06 01:28:41 +00:00
8e67c1d204 Update src/app/layout.tsx 2026-03-06 01:28:41 +00:00
1a80b13517 Merge version_2 into main
Merge version_2 into main
2026-03-06 01:26:53 +00:00
2 changed files with 12 additions and 12 deletions

View File

@@ -1415,4 +1415,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -16,16 +16,16 @@ import { Sparkles, TrendingUp, Award, Heart, Zap, Users, Star, Mail } from 'luci
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
defaultButtonVariant="hover-bubble"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="mediumLarge"
sizing="mediumLargeSizeLargeTitles"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass"
headingFontWeight="bold"
borderRadius="rounded"
contentWidth="compact"
sizing="largeSmall"
background="none"
cardStyle="subtle-shadow"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid"
headingFontWeight="light"
>
<div id="nav" data-section="nav">
<NavbarStyleCentered
@@ -68,7 +68,7 @@ export default function LandingPage() {
}
]}
buttons={[
{ text: "Browse Shows", href: "products" },
{ text: "Book Your Show Now", href: "products" },
{ text: "Learn More", href: "about" }
]}
buttonAnimation="slide-up"
@@ -289,4 +289,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}