Merge version_1 into main #3
@@ -59,9 +59,9 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Vegan Vanilla Wildberry Swirl", price: "$8.00", variant: "Vegan", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-piece-cake-white-plate-wooden-surface_181624-32247.jpg" },
|
||||
{ id: "2", name: "Vegan Churro & Fudge", price: "$8.00", variant: "Vegan", imageSrc: "http://img.b2bpic.net/free-photo/front-view-dessert-with-chocolate-pretzel_23-2148603301.jpg" },
|
||||
{ id: "3", name: "Praline Butter Cake", price: "$7.50", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/mini-ethnic-sculptures-embedded-frames_114579-12096.jpg" },
|
||||
{ id: "1", name: "Vegan Vanilla Wildberry Swirl", price: "$8.00", variant: "Vegan", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-piece-cake-white-plate-wooden-surface_181624-32247.jpg?_wi=1" },
|
||||
{ id: "2", name: "Vegan Churro & Fudge", price: "$8.00", variant: "Vegan", imageSrc: "http://img.b2bpic.net/free-photo/front-view-dessert-with-chocolate-pretzel_23-2148603301.jpg?_wi=1" },
|
||||
{ id: "3", name: "Praline Butter Cake", price: "$7.50", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/mini-ethnic-sculptures-embedded-frames_114579-12096.jpg?_wi=1" },
|
||||
{ id: "4", name: "Texas Rodeo Sundae", price: "$9.00", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-sundae-ice-cream_1339-5757.jpg" },
|
||||
{ id: "5", name: "Seasonal Sorbet", price: "$7.00", variant: "Vegan", imageSrc: "http://img.b2bpic.net/free-photo/portioned-cheesecake-topped-with-berries-jam_140725-5056.jpg" },
|
||||
{ id: "6", name: "Double Brownie Chunk", price: "$7.50", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/close-up-spoon-with-tasty-chocolate-mousse_23-2148622338.jpg" },
|
||||
@@ -106,9 +106,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: 1, title: "Dine-in", description: "Relax in our boutique shop atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-piece-cake-white-plate-wooden-surface_181624-32247.jpg" },
|
||||
{ id: 2, title: "Takeaway", description: "Grab a pint or cone on the go.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-dessert-with-chocolate-pretzel_23-2148603301.jpg" },
|
||||
{ id: 3, title: "Delivery", description: "Get indulgence straight to your door.", imageSrc: "http://img.b2bpic.net/free-photo/mini-ethnic-sculptures-embedded-frames_114579-12096.jpg" },
|
||||
{ id: 1, title: "Dine-in", description: "Relax in our boutique shop atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-piece-cake-white-plate-wooden-surface_181624-32247.jpg?_wi=2" },
|
||||
{ id: 2, title: "Takeaway", description: "Grab a pint or cone on the go.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-dessert-with-chocolate-pretzel_23-2148603301.jpg?_wi=2" },
|
||||
{ id: 3, title: "Delivery", description: "Get indulgence straight to your door.", imageSrc: "http://img.b2bpic.net/free-photo/mini-ethnic-sculptures-embedded-frames_114579-12096.jpg?_wi=2" },
|
||||
]}
|
||||
title="Enjoy Your Way"
|
||||
description="However you like your ice cream, we’ve got a spot for you."
|
||||
|
||||
Reference in New Issue
Block a user