From 627ad2dcf00f172e0d34134a816c0e0f491b0394 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 16:26:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5cee501..444d0b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { tag="Premium Local Shopping" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "radial-gradient" }} buttons={[ { text: "Call Now", href: "tel:+917373316392" }, { text: "WhatsApp Order", href: "https://wa.me/917373316392" } @@ -53,8 +53,8 @@ export default function LandingPage() { buttonAnimation="blur-reveal" mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-guy-rides-girl-supermarket-trolley_1153-3669.jpg", imageAlt: "Vanimathi Supermarket storefront" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-bag-veggies-with-copy-space_23-2148622446.jpg?_wi=1", imageAlt: "Fresh vegetables section" }, - { imageSrc: "http://img.b2bpic.net/free-photo/food-donations-collected-charity_23-2149230584.jpg?_wi=1", imageAlt: "Dairy products display" } + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-bag-veggies-with-copy-space_23-2148622446.jpg", imageAlt: "Fresh vegetables section" }, + { imageSrc: "http://img.b2bpic.net/free-photo/food-donations-collected-charity_23-2149230584.jpg", imageAlt: "Dairy products display" } ]} mediaAnimation="slide-up" ariaLabel="Vanimathi Supermarket hero section" @@ -76,7 +76,7 @@ export default function LandingPage() { { title: "Friendly Service", description: "Well-trained staff ready to assist you in finding exactly what you need, quickly and easily", icon: Users }, { title: "Community Focus", description: "Proudly serving families and residents in the Ponmeni community and surrounding areas", icon: Heart } ]} - imageSrc="http://img.b2bpic.net/free-photo/paying-order_1098-16212.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/paying-order_1098-16212.jpg" imageAlt="Vanimathi Supermarket interior" mediaAnimation="blur-reveal" imagePosition="right" @@ -96,11 +96,11 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Fresh & Healthy", title: "Fresh Groceries", subtitle: "Quality selection daily", description: "Fresh vegetables, fruits, grains, and organic produce sourced from trusted suppliers to ensure quality and freshness.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bag-veggies-with-copy-space_23-2148622446.jpg?_wi=2", imageAlt: "Fresh vegetables" + tag: "Fresh & Healthy", title: "Fresh Groceries", subtitle: "Quality selection daily", description: "Fresh vegetables, fruits, grains, and organic produce sourced from trusted suppliers to ensure quality and freshness.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bag-veggies-with-copy-space_23-2148622446.jpg", imageAlt: "Fresh vegetables" }, { id: 2, - tag: "Dairy & Protein", title: "Dairy Products", subtitle: "Milk, cheese, yogurt", description: "Complete range of dairy products including milk, cheese, yogurt, and butter from reputable brands.", imageSrc: "http://img.b2bpic.net/free-photo/food-donations-collected-charity_23-2149230584.jpg?_wi=2", imageAlt: "Dairy products" + tag: "Dairy & Protein", title: "Dairy Products", subtitle: "Milk, cheese, yogurt", description: "Complete range of dairy products including milk, cheese, yogurt, and butter from reputable brands.", imageSrc: "http://img.b2bpic.net/free-photo/food-donations-collected-charity_23-2149230584.jpg", imageAlt: "Dairy products" }, { id: 3, @@ -181,7 +181,6 @@ export default function LandingPage() { { name: "storeName", type: "text", placeholder: "Store Name", required: true }, { name: "address", type: "text", placeholder: "Address", required: true } ]} - textboxLayout="default" useInvertedBackground={false} mediaAnimation="blur-reveal" mediaPosition="right" @@ -201,11 +200,10 @@ export default function LandingPage() { { name: "phone", type: "tel", placeholder: "Phone Number", required: true } ]} textarea={{ name: "message", placeholder: "Your Message", rows: 5, required: true }} - textboxLayout="default" useInvertedBackground={true} mediaAnimation="opacity" mediaPosition="left" - imageSrc="http://img.b2bpic.net/free-photo/paying-order_1098-16212.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/paying-order_1098-16212.jpg" imageAlt="Contact Vanimathi Supermarket" buttonText="Send Message" ariaLabel="Contact form section"