From 3923a67988bcae273bf27bf017ff74a338c90a92 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 08:23:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5165694..6e4b09e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,14 +84,14 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { id: "1", name: "Kashta & Pistachio", price: "Artisan", imageSrc: "http://img.b2bpic.net/free-photo/close-up-swirled-ice-cream-cone_23-2151991278.jpg?_wi=1" }, - { id: "2", name: "Mulberry & Arak", price: "Artisan", imageSrc: "http://img.b2bpic.net/free-photo/homemade-roasted-plum-ice-cream-recipe-food-photography_53876-96020.jpg?_wi=1" }, - { id: "3", name: "Rose & Honey", price: "Artisan", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-137784.jpg?_wi=1" }, - { id: "4", name: "Saffron Gold", price: "Artisan", imageSrc: "http://img.b2bpic.net/free-photo/honey-cake-with-cinnamon-fruits-white-plate-tea_114579-17233.jpg?_wi=1" }, - { id: "5", name: "Date & Cardamom", price: "Artisan", imageSrc: "http://img.b2bpic.net/free-photo/brown-frosting-texture-background-close-up_53876-139951.jpg" }, - { id: "6", name: "Chocolate Tahini", price: "Artisan", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-ice-cream-texture_23-2149450685.jpg" }, - { id: "7", name: "Orange Blossom", price: "Artisan", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-granita-dessert-with-leaves_23-2149395573.jpg" }, - { id: "8", name: "Honey Almond", price: "Artisan", imageSrc: "http://img.b2bpic.net/free-photo/lychee-frosting-texture-background-close-up_53876-134234.jpg" }, + { id: "1", name: "Kashta & Pistachio", price: "Starting at $8", imageSrc: "http://img.b2bpic.net/free-photo/close-up-swirled-ice-cream-cone_23-2151991278.jpg?_wi=1" }, + { id: "2", name: "Mulberry & Arak", price: "Starting at $8", imageSrc: "http://img.b2bpic.net/free-photo/homemade-roasted-plum-ice-cream-recipe-food-photography_53876-96020.jpg?_wi=1" }, + { id: "3", name: "Rose & Honey", price: "Starting at $8", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-137784.jpg?_wi=1" }, + { id: "4", name: "Saffron Gold", price: "Starting at $8", imageSrc: "http://img.b2bpic.net/free-photo/honey-cake-with-cinnamon-fruits-white-plate-tea_114579-17233.jpg?_wi=1" }, + { id: "5", name: "Date & Cardamom", price: "Starting at $8", imageSrc: "http://img.b2bpic.net/free-photo/brown-frosting-texture-background-close-up_53876-139951.jpg" }, + { id: "6", name: "Chocolate Tahini", price: "Starting at $8", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-ice-cream-texture_23-2149450685.jpg" }, + { id: "7", name: "Orange Blossom", price: "Starting at $8", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-granita-dessert-with-leaves_23-2149395573.jpg" }, + { id: "8", name: "Honey Almond", price: "Starting at $8", imageSrc: "http://img.b2bpic.net/free-photo/lychee-frosting-texture-background-close-up_53876-134234.jpg" }, ]} title="Signature Flavors" description="Explore our hand-churned selection of Middle-Eastern inspired gelatos." -- 2.49.1