From df8ea400178266c84490050bc497cb0a0c145699 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 14:09:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index efa4fff..7f6efa9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,11 +100,11 @@ export default function LandingPage() { features={[ { id: 1, - title: "Strawberry Cream Cake", description: "Our signature multi-layered cake with premium cream filling, fresh strawberries, and artistic garnish. Baked fresh daily with the finest ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/muffins-black_114579-18496.jpg", imageAlt: "Cut slice of strawberry cream cake" + title: "Strawberry Cream Cake", description: "Our signature multi-layered cake with premium cream filling, fresh strawberries, and artistic garnish. Baked fresh daily with the finest ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/muffins-black_114579-18496.jpg?_wi=1", imageAlt: "Cut slice of strawberry cream cake" }, { id: 2, - title: "Artisan Technique", description: "Each dessert is handcrafted using traditional baking methods combined with modern culinary innovation. Perfect for any occasion.", imageSrc: "http://img.b2bpic.net/free-photo/muffins-black_114579-18496.jpg", imageAlt: "Artisan cake preparation" + title: "Artisan Technique", description: "Each dessert is handcrafted using traditional baking methods combined with modern culinary innovation. Perfect for any occasion.", imageSrc: "http://img.b2bpic.net/free-photo/muffins-black_114579-18496.jpg?_wi=2", imageAlt: "Artisan cake preparation" } ]} textboxLayout="default" -- 2.49.1