Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ce3cee2f0d | |||
| 8e67c1d204 | |||
| 1a80b13517 |
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user