From c2fd7e51cf8f61d30ef7eb28de379eb81de688ff Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:54:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c42557..7f71b01 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="large" - background="grid" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="solid" @@ -44,8 +44,8 @@ export default function LandingPage() { title="Vadodara's Favorite Budget Cafe" description="Great Tea, Delicious Fast Food & The Perfect Hangout Spot on Ajwa Road. Join 248+ Happy Customers - 5.0 ⭐ Rating" tag="5.0 ⭐ 248+ Reviews" - background={{ variant: "grid" }} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-restaurant-talking-mobile-phone_23-2147936262.jpg?_wi=1" + background={{ variant: "animated-grid" }} + imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-restaurant-talking-mobile-phone_23-2147936262.jpg" imageAlt="Akhil's Cafe cozy interior with warm lighting" buttons={[ { text: "Call Now", href: "tel:092652-32296" }, @@ -101,7 +101,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "Akhil's Cafe", name: "Premium Chai Tea", price: "₹20", rating: 5, - reviewCount: "248", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-delicious-cake-dark-background-tea-cake-sweet-pie-cookie-biscuit_140725-115591.jpg?_wi=1", imageAlt: "Freshly brewed premium chai tea" + reviewCount: "248", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-delicious-cake-dark-background-tea-cake-sweet-pie-cookie-biscuit_140725-115591.jpg", imageAlt: "Freshly brewed premium chai tea" }, { id: "2", brand: "Akhil's Cafe", name: "Gourmet Sandwiches", price: "₹60", rating: 5, @@ -121,7 +121,7 @@ export default function LandingPage() { }, { id: "6", brand: "Akhil's Cafe", name: "Cold Beverages", price: "₹25", rating: 5, - reviewCount: "248", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-delicious-cake-dark-background-tea-cake-sweet-pie-cookie-biscuit_140725-115591.jpg?_wi=2", imageAlt: "Refreshing cold drinks" + reviewCount: "248", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-delicious-cake-dark-background-tea-cake-sweet-pie-cookie-biscuit_140725-115591.jpg", imageAlt: "Refreshing cold drinks" } ]} /> @@ -183,10 +183,11 @@ export default function LandingPage() { { value: "248+", title: "Happy Customers" }, { value: "5.0", title: "Google Rating" } ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-restaurant-talking-mobile-phone_23-2147936262.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-restaurant-talking-mobile-phone_23-2147936262.jpg" imageAlt="Akhil's Cafe location on Ajwa Road" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> -- 2.49.1