From 5ac1c1d3125358ff5a152ff3b921401ecb861378 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 17:17:31 +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 756abad..fd61d0a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,19 +63,19 @@ export default function LandingPage() { tagIcon={Package} features={[ { - title: "Gourmet Chocolates", description: "Luxurious chocolate truffles with premium cocoa and exotic fillings", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-slices-with-nuts-sweets-dark-surface_140725-90766.jpg", imageAlt: "Gourmet chocolate collection", buttonIcon: ArrowRight, + title: "Gourmet Chocolates", description: "Luxurious chocolate truffles with premium cocoa and exotic fillings", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-slices-with-nuts-sweets-dark-surface_140725-90766.jpg?_wi=1", imageAlt: "Gourmet chocolate collection", buttonIcon: ArrowRight, buttonHref: "contact" }, { - title: "French Macarons", description: "Delicate almond-based confections in vibrant colors and endless flavors", imageSrc: "http://img.b2bpic.net/free-photo/cookies-colored-stacked_1232-565.jpg", imageAlt: "Colorful French macarons", buttonIcon: ArrowRight, + title: "French Macarons", description: "Delicate almond-based confections in vibrant colors and endless flavors", imageSrc: "http://img.b2bpic.net/free-photo/cookies-colored-stacked_1232-565.jpg?_wi=1", imageAlt: "Colorful French macarons", buttonIcon: ArrowRight, buttonHref: "contact" }, { - title: "Caramel Delights", description: "Hand-pulled caramel sweets infused with sea salt and natural butter", imageSrc: "http://img.b2bpic.net/free-photo/delicious-honey-pouring-spoons_23-2148346638.jpg", imageAlt: "Golden caramel candies", buttonIcon: ArrowRight, + title: "Caramel Delights", description: "Hand-pulled caramel sweets infused with sea salt and natural butter", imageSrc: "http://img.b2bpic.net/free-photo/delicious-honey-pouring-spoons_23-2148346638.jpg?_wi=1", imageAlt: "Golden caramel candies", buttonIcon: ArrowRight, buttonHref: "contact" }, { - title: "Gummy Collection", description: "Colorful fruit gummies made with real fruit juice and natural ingredients", imageSrc: "http://img.b2bpic.net/free-photo/various-jelly-beans-blue-background_58702-2159.jpg", imageAlt: "Assorted gummy candy", buttonIcon: ArrowRight, + title: "Gummy Collection", description: "Colorful fruit gummies made with real fruit juice and natural ingredients", imageSrc: "http://img.b2bpic.net/free-photo/various-jelly-beans-blue-background_58702-2159.jpg?_wi=1", imageAlt: "Assorted gummy candy", buttonIcon: ArrowRight, buttonHref: "contact" } ]} @@ -101,16 +101,16 @@ export default function LandingPage() {