diff --git a/src/app/page.tsx b/src/app/page.tsx index e7b4e6a..2f38891 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="largeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="gradient" secondaryButtonStyle="solid" @@ -106,7 +106,7 @@ export default function LandingPage() { animationType="slide-up" tag="Menu Highlights" tagIcon={Sparkles} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" textboxLayout="default" useInvertedBackground={true} ariaLabel="Feature section" @@ -120,11 +120,11 @@ export default function LandingPage() { products={[ { id: "espresso", brand: "Campus Café", name: "Classic Espresso", price: "$3.50", rating: 5, - reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/two-cups-cappuccino-outdoor-cafe_501050-679.jpg?_wi=1", imageAlt: "Classic Espresso - rich and bold" + reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/two-cups-cappuccino-outdoor-cafe_501050-679.jpg", imageAlt: "Classic Espresso - rich and bold" }, { id: "latte", brand: "Campus Café", name: "Silky Latte", price: "$4.75", rating: 5, - reviewCount: "198", imageSrc: "http://img.b2bpic.net/free-photo/two-cups-cappuccino-outdoor-cafe_501050-679.jpg?_wi=2", imageAlt: "Silky Latte - creamy and smooth" + reviewCount: "198", imageSrc: "http://img.b2bpic.net/free-photo/two-cups-cappuccino-outdoor-cafe_501050-679.jpg", imageAlt: "Silky Latte - creamy and smooth" }, { id: "sandwich", brand: "Campus Café", name: "Gourmet Sandwich", price: "$8.99", rating: 5, @@ -139,7 +139,7 @@ export default function LandingPage() { animationType="slide-up" tag="Best Sellers" tagIcon={Heart} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" textboxLayout="default" useInvertedBackground={false} carouselMode="buttons" @@ -169,7 +169,7 @@ export default function LandingPage() { ]} tag="Community Stories" tagIcon={MessageCircle} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" ariaLabel="Customer testimonials" /> @@ -187,7 +187,7 @@ export default function LandingPage() { animationType="scale-rotate" tag="Our Impact" tagIcon={TrendingUp} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" textboxLayout="default" useInvertedBackground={false} carouselMode="buttons" @@ -201,7 +201,7 @@ export default function LandingPage() { title="Visit Us Today" description="Stop by Campus Café for your favorite drink and a warm welcome. We're open daily to serve you." tagIcon={MapPin} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email"