From 930dc97a4086e4bdddec64bfb3a32846cc2fcac3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:56:08 +0000 Subject: [PATCH] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 61fc166..11ac023 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -82,9 +82,9 @@ export default function GalleryPage() { useInvertedBackground={false} gridVariant="three-columns-all-equal-width" products={[ - { id: "1", name: "Traditional Sweet Making", price: "Behind the Scenes", imageSrc: "http://img.b2bpic.net/free-photo/assortment-sweet-pastries-with-rosehip-sprinkles_23-2148368249.jpg", imageAlt: "Sweet making process in kitchen" }, - { id: "2", name: "Beautiful Shop Display", price: "Our Storefront", imageSrc: "http://img.b2bpic.net/free-photo/counter-nice-cafe_23-2147791033.jpg", imageAlt: "Sweets display at shop counter" }, - { id: "3", name: "Festival Celebrations", price: "Special Occasions", imageSrc: "http://img.b2bpic.net/free-photo/glass-plate-full-sugar-marmalade-christmas-festive-balls-marble-background-high-quality-photo_114579-38179.jpg", imageAlt: "Festival sweets for celebrations" }, + { id: "1", name: "Traditional Sweet Making", price: "Behind the Scenes", imageSrc: "http://img.b2bpic.net/free-photo/assortment-sweet-pastries-with-rosehip-sprinkles_23-2148368249.jpg?_wi=2", imageAlt: "Sweet making process in kitchen" }, + { id: "2", name: "Beautiful Shop Display", price: "Our Storefront", imageSrc: "http://img.b2bpic.net/free-photo/counter-nice-cafe_23-2147791033.jpg?_wi=2", imageAlt: "Sweets display at shop counter" }, + { id: "3", name: "Festival Celebrations", price: "Special Occasions", imageSrc: "http://img.b2bpic.net/free-photo/glass-plate-full-sugar-marmalade-christmas-festive-balls-marble-background-high-quality-photo_114579-38179.jpg?_wi=2", imageAlt: "Festival sweets for celebrations" }, ]} /> @@ -101,7 +101,7 @@ export default function GalleryPage() { { title: "Hygiene & Safety", description: "Our modern kitchen maintains the highest food safety standards while preserving traditional preparation methods.", icon: Camera }, { title: "Daily Fresh Preparation", description: "No batch is made more than a few hours before serving. We believe in freshness and purity in every bite.", icon: Sparkles }, ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-women-shopping-food_23-2149461752.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-women-shopping-food_23-2149461752.jpg?_wi=3" imageAlt="Jayasree Sweets shop" imagePosition="left" mediaAnimation="slide-up" @@ -120,7 +120,7 @@ export default function GalleryPage() { { title: "Birthday Celebrations", description: "Make birthdays sweeter with our custom sweet boxes, perfectly packaged for gifting and celebration.", icon: Camera }, { title: "Corporate Events", description: "From office celebrations to client appreciation gifts, our sweets add an elegant touch to business moments.", icon: Heart }, ]} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-indian-dessert-bowl_23-2149312373.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-indian-dessert-bowl_23-2149312373.jpg?_wi=2" imageAlt="Indian sweets display" imagePosition="right" mediaAnimation="slide-up"