diff --git a/src/app/page.tsx b/src/app/page.tsx index e4e8661..d0e4e7e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,7 +17,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="compact" sizing="mediumLarge" - background="aurora" + background="circleGradient" cardStyle="solid" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -45,7 +45,7 @@ export default function LandingPage() { { text: "Reserve a Table", href: "#contact" } ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/strawberry-fresh-cocktails-with-ice_141793-390.jpg" imageAlt="The Wooly bar with craft cocktails and warm lighting" mediaAnimation="blur-reveal" @@ -65,7 +65,6 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/vertical-image-man-sitting-bar_171337-19412.jpg" imageAlt="The Wooly's welcoming bar interior with guests" useInvertedBackground={true} - mediaAnimation="opacity" /> @@ -190,4 +189,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file