Update src/app/gallery/page.tsx
This commit is contained in:
@@ -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" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user