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

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