diff --git a/src/app/page.tsx b/src/app/page.tsx index cb60ef9..7b6a397 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,10 +59,10 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/whole-uncooked-chicken-lettuce-leaves-board_114579-86497.jpg", imageAlt: "Fresh premium gavaran chicken display" + imageSrc: "http://img.b2bpic.net/free-photo/whole-uncooked-chicken-lettuce-leaves-board_114579-86497.jpg?_wi=1", imageAlt: "Fresh premium gavaran chicken display" }, { - imageSrc: "http://img.b2bpic.net/free-photo/black-chickens-farm-eating-grass_23-2148291004.jpg", imageAlt: "Whole fresh chicken ready for purchase" + imageSrc: "http://img.b2bpic.net/free-photo/black-chickens-farm-eating-grass_23-2148291004.jpg?_wi=1", imageAlt: "Whole fresh chicken ready for purchase" } ]} mediaAnimation="slide-up" @@ -78,7 +78,7 @@ export default function LandingPage() { description="For years, Niyaz Gavaran Chicken Shop has been the go-to destination for fresh, locally-sourced gavaran chicken in Mankhurd and nearby areas. We pride ourselves on delivering premium quality poultry with strict hygiene standards and genuine customer care. Every bird is hand-selected and prepared with precision to ensure you receive the freshest meat for your family. Our commitment to excellence and affordability makes us the trusted choice for quality poultry." tag="🏪 Local Heritage" tagAnimation="opacity" - imageSrc="http://img.b2bpic.net/free-photo/full-shot-kid-feeding-birds_23-2149147877.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-kid-feeding-birds_23-2149147877.jpg?_wi=1" imageAlt="Niyaz Gavaran Chicken Shop storefront" useInvertedBackground={false} ariaLabel="About our chicken shop" @@ -93,7 +93,7 @@ export default function LandingPage() { tagAnimation="opacity" products={[ { - id: "gavaran-whole", name: "Fresh Gavaran Chicken", price: "₹180-220/kg", variant: "Whole Bird", imageSrc: "http://img.b2bpic.net/free-photo/black-chickens-farm-eating-grass_23-2148291004.jpg", imageAlt: "Fresh whole gavaran chicken" + id: "gavaran-whole", name: "Fresh Gavaran Chicken", price: "₹180-220/kg", variant: "Whole Bird", imageSrc: "http://img.b2bpic.net/free-photo/black-chickens-farm-eating-grass_23-2148291004.jpg?_wi=2", imageAlt: "Fresh whole gavaran chicken" }, { id: "chicken-pieces", name: "Chicken Pieces", price: "₹200-240/kg", variant: "Cut to Order", imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-with-vegetables-dark-plate-high-quality-photo_114579-64809.jpg", imageAlt: "Butcher-cut chicken pieces" @@ -152,7 +152,7 @@ export default function LandingPage() { tagAnimation="opacity" metrics={[ { - id: "shop-front", value: "Clean", title: "Modern Storefront", description: "Welcoming and bright shop with hygienic display and professional presentation.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kid-feeding-birds_23-2149147877.jpg", imageAlt: "Clean modern butcher shop storefront" + id: "shop-front", value: "Clean", title: "Modern Storefront", description: "Welcoming and bright shop with hygienic display and professional presentation.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kid-feeding-birds_23-2149147877.jpg?_wi=2", imageAlt: "Clean modern butcher shop storefront" }, { id: "cutting-area", value: "Safe", title: "Hygienic Cutting Area", description: "Professional butchery station maintaining highest food safety and sanitation standards.", imageSrc: "http://img.b2bpic.net/free-photo/raw-meat-steak-with-spices-board_23-2148086086.jpg", imageAlt: "Professional hygienic cutting area" @@ -222,7 +222,7 @@ export default function LandingPage() {