From 84a1c688777712d5cced854a83128effcf8d5279 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 14:01: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 970a506..b217c9e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,15 +96,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "100% Artisan Made", description: "Every confection is carefully handcrafted by our experienced artisans using time-tested techniques and the finest ingredients available.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolates-cocoa-plate_141793-14297.jpg", imageAlt: "Handmade chocolates" + title: "100% Artisan Made", description: "Every confection is carefully handcrafted by our experienced artisans using time-tested techniques and the finest ingredients available.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolates-cocoa-plate_141793-14297.jpg?_wi=1", imageAlt: "Handmade chocolates" }, { id: 2, - title: "Premium Ingredients", description: "We source only the highest quality cocoa, nuts, and flavoring agents from trusted suppliers around the world to ensure superior taste.", imageSrc: "http://img.b2bpic.net/free-photo/food-green-stack-colorful-blue_1203-6235.jpg", imageAlt: "Premium ingredients selection" + title: "Premium Ingredients", description: "We source only the highest quality cocoa, nuts, and flavoring agents from trusted suppliers around the world to ensure superior taste.", imageSrc: "http://img.b2bpic.net/free-photo/food-green-stack-colorful-blue_1203-6235.jpg?_wi=1", imageAlt: "Premium ingredients selection" }, { id: 3, - title: "Traditional Methods", description: "Our recipes have been perfected over generations, combining traditional craftsmanship with meticulous attention to detail and passion.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dessert-arrangement_23-2149637367.jpg", imageAlt: "Traditional confectionery making" + title: "Traditional Methods", description: "Our recipes have been perfected over generations, combining traditional craftsmanship with meticulous attention to detail and passion.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dessert-arrangement_23-2149637367.jpg?_wi=1", imageAlt: "Traditional confectionery making" } ]} ariaLabel="Features of Sweet Haven" @@ -124,13 +124,13 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "product-1", name: "Belgian Dark Truffles", price: "$24.99", variant: "Box of 8", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolates-cocoa-plate_141793-14297.jpg", imageAlt: "Belgian dark chocolate truffles" + id: "product-1", name: "Belgian Dark Truffles", price: "$24.99", variant: "Box of 8", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolates-cocoa-plate_141793-14297.jpg?_wi=2", imageAlt: "Belgian dark chocolate truffles" }, { - id: "product-2", name: "French Macarons", price: "$18.99", variant: "Box of 12", imageSrc: "http://img.b2bpic.net/free-photo/food-green-stack-colorful-blue_1203-6235.jpg", imageAlt: "Assorted French macarons" + id: "product-2", name: "French Macarons", price: "$18.99", variant: "Box of 12", imageSrc: "http://img.b2bpic.net/free-photo/food-green-stack-colorful-blue_1203-6235.jpg?_wi=2", imageAlt: "Assorted French macarons" }, { - id: "product-3", name: "Artisan Fudge Assortment", price: "$22.99", variant: "Box of 16", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dessert-arrangement_23-2149637367.jpg", imageAlt: "Premium fudge selection" + id: "product-3", name: "Artisan Fudge Assortment", price: "$22.99", variant: "Box of 16", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-dessert-arrangement_23-2149637367.jpg?_wi=2", imageAlt: "Premium fudge selection" } ]} buttons={[ -- 2.49.1