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"