Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3923a67988 | |||
| 2783911e64 | |||
| ded64ce808 | |||
| fb76c1ad93 |
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user