From 1dd2a9c0d5d0b6863e7a285c3f4c70c9025f728d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:19:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 652ad3d..0fed103 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,6 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} animationType="slide-up" - gridVariant="three-columns-all-equal-width" products={[ { id: "1", brand: "Brewed Haven", name: "Classic Espresso", price: "Rs. 350", rating: 5, @@ -73,7 +72,7 @@ export default function LandingPage() { }, { id: "2", brand: "Brewed Haven", name: "Creamy Cappuccino", price: "Rs. 450", rating: 5, - reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-cup_1203-3394.jpg?_wi=1", imageAlt: "Cappuccino with latte art" + reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-cup_1203-3394.jpg", imageAlt: "Cappuccino with latte art" }, { id: "3", brand: "Brewed Haven", name: "Matcha Latte", price: "Rs. 480", rating: 5, @@ -89,9 +88,10 @@ export default function LandingPage() { }, { id: "6", brand: "Brewed Haven", name: "Iced Latte", price: "Rs. 400", rating: 5, - reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-cup_1203-3394.jpg?_wi=2", imageAlt: "Refreshing iced latte" + reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-cup_1203-3394.jpg", imageAlt: "Refreshing iced latte" } ]} + gridVariant="three-columns-all-equal-width" /> @@ -144,7 +144,6 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} animationType="slide-up" - gridVariant="three-columns-all-equal-width" plans={[ { id: "1", badge: "Casual Visitor", badgeIcon: Coffee, @@ -185,7 +184,7 @@ export default function LandingPage() { inputPlaceholder="Your email address" buttonText="Subscribe Now" termsText="We respect your privacy. Unsubscribe anytime. Your coffee experience matters to us." - tagAnimation="entrance-slide" + tagAnimation="slide-up" /> -- 2.49.1