From 916aff1c7ae3801df7867fe151a3820acabcc61b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 16:27:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 444d0b2..c6bd04f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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", imageAlt: "Fresh vegetables section" }, - { imageSrc: "http://img.b2bpic.net/free-photo/food-donations-collected-charity_23-2149230584.jpg", imageAlt: "Dairy products display" } + { 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" } ]} 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" + imageSrc="http://img.b2bpic.net/free-photo/paying-order_1098-16212.jpg?_wi=1" 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", 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?_wi=2", 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", 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?_wi=2", imageAlt: "Dairy products" }, { id: 3, @@ -203,7 +203,7 @@ export default function LandingPage() { useInvertedBackground={true} mediaAnimation="opacity" mediaPosition="left" - imageSrc="http://img.b2bpic.net/free-photo/paying-order_1098-16212.jpg" + imageSrc="http://img.b2bpic.net/free-photo/paying-order_1098-16212.jpg?_wi=2" imageAlt="Contact Vanimathi Supermarket" buttonText="Send Message" ariaLabel="Contact form section" -- 2.49.1