From a70f712ea12f7041b6818e20b75d0d0aec7d92b6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:39:46 +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 fa339ef..7541692 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,15 +69,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Fresh Flowers Imported Regularly", description: "Daily shipments of premium jasmine, lotus, roses, and marigolds ensure maximum freshness for your prayers and decorations.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-onam-floral-decoration_52683-40187.jpg", imageAlt: "Fresh flower collection" + title: "Fresh Flowers Imported Regularly", description: "Daily shipments of premium jasmine, lotus, roses, and marigolds ensure maximum freshness for your prayers and decorations.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-onam-floral-decoration_52683-40187.jpg?_wi=1", imageAlt: "Fresh flower collection" }, { id: 2, - title: "Wide Variety of Traditional Flowers", description: "Complete selection including jasmine, lotus, marigold, tulsi, and temple flowers used in authentic Indian worship.", imageSrc: "http://img.b2bpic.net/free-photo/fried-egg-with-green-beans-pan-high-quality-photo_114579-78009.jpg", imageAlt: "Custom garland collection" + title: "Wide Variety of Traditional Flowers", description: "Complete selection including jasmine, lotus, marigold, tulsi, and temple flowers used in authentic Indian worship.", imageSrc: "http://img.b2bpic.net/free-photo/fried-egg-with-green-beans-pan-high-quality-photo_114579-78009.jpg?_wi=1", imageAlt: "Custom garland collection" }, { id: 3, - title: "Custom Garlands & Decorations", description: "Hand-crafted garlands for weddings, temple rituals, festivals, and home decoration with personalized design options.", imageSrc: "http://img.b2bpic.net/free-photo/different-indian-spices_23-2147684883.jpg", imageAlt: "Puja items collection" + title: "Custom Garlands & Decorations", description: "Hand-crafted garlands for weddings, temple rituals, festivals, and home decoration with personalized design options.", imageSrc: "http://img.b2bpic.net/free-photo/different-indian-spices_23-2147684883.jpg?_wi=1", imageAlt: "Puja items collection" }, { id: 4, @@ -99,13 +99,13 @@ export default function LandingPage() { tag="Shop Now" products={[ { - id: "1", name: "Fresh Jasmine Flowers", price: "AED 25", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-onam-floral-decoration_52683-40187.jpg", imageAlt: "Fresh jasmine bouquet" + id: "1", name: "Fresh Jasmine Flowers", price: "AED 25", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-onam-floral-decoration_52683-40187.jpg?_wi=2", imageAlt: "Fresh jasmine bouquet" }, { - id: "2", name: "Custom Bridal Garland", price: "AED 150", imageSrc: "http://img.b2bpic.net/free-photo/fried-egg-with-green-beans-pan-high-quality-photo_114579-78009.jpg", imageAlt: "Custom wedding garland" + id: "2", name: "Custom Bridal Garland", price: "AED 150", imageSrc: "http://img.b2bpic.net/free-photo/fried-egg-with-green-beans-pan-high-quality-photo_114579-78009.jpg?_wi=2", imageAlt: "Custom wedding garland" }, { - id: "3", name: "Complete Puja Kit", price: "AED 45", imageSrc: "http://img.b2bpic.net/free-photo/different-indian-spices_23-2147684883.jpg", imageAlt: "Puja essentials kit" + id: "3", name: "Complete Puja Kit", price: "AED 45", imageSrc: "http://img.b2bpic.net/free-photo/different-indian-spices_23-2147684883.jpg?_wi=2", imageAlt: "Puja essentials kit" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1