From d01f4d18d195cf6aa88fe6605366c303525aa73b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 18:46:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aa5c1ca..acf8410 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." -- 2.49.1