Update src/app/page.tsx

This commit is contained in:
2026-04-09 14:57:08 +00:00
parent a243565cab
commit f4622db68d

View File

@@ -58,22 +58,22 @@ export default function LandingPage() {
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/waffle-pile-with-honey_23-2148079614.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/waffle-pile-with-honey_23-2148079614.jpg?_wi=1",
imageAlt: "Fresh waffle",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/marmalade-waffles-breakfast_23-2148574548.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/marmalade-waffles-breakfast_23-2148574548.jpg?_wi=1",
imageAlt: "Waffle with berries",
},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pancakes_23-2147788601.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pancakes_23-2147788601.jpg?_wi=1",
imageAlt: "Chocolate waffle",
},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-creamy-cake-with-fruits-light-table-biscuit-sweet-cake-dessert_140725-81788.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-creamy-cake-with-fruits-light-table-biscuit-sweet-cake-dessert_140725-81788.jpg?_wi=1",
imageAlt: "Waffle shop",
},
{
@@ -152,28 +152,28 @@ export default function LandingPage() {
title: "Fresh Dough",
description: "Made from scratch every morning.",
buttonIcon: "Wheat",
imageSrc: "http://img.b2bpic.net/free-photo/waffle-pile-with-honey_23-2148079614.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/waffle-pile-with-honey_23-2148079614.jpg?_wi=2",
imageAlt: "delicious waffle with syrup",
},
{
title: "Premium Ingredients",
description: "Only the finest chocolate and fruit.",
buttonIcon: "Star",
imageSrc: "http://img.b2bpic.net/free-photo/marmalade-waffles-breakfast_23-2148574548.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/marmalade-waffles-breakfast_23-2148574548.jpg?_wi=2",
imageAlt: "waffle with berries and cream",
},
{
title: "Artisanal Style",
description: "Crafted with authentic tradition.",
buttonIcon: "ChefHat",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pancakes_23-2147788601.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pancakes_23-2147788601.jpg?_wi=2",
imageAlt: "chocolate sauce on waffle",
},
{
title: "Fast Service",
description: "Hot and ready when you want it.",
buttonIcon: "Zap",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-creamy-cake-with-fruits-light-table-biscuit-sweet-cake-dessert_140725-81788.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-creamy-cake-with-fruits-light-table-biscuit-sweet-cake-dessert_140725-81788.jpg?_wi=2",
imageAlt: "waffle bar menu items",
},
]}