Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-04-09 14:57:12 +00:00
2 changed files with 12 additions and 12 deletions

View File

@@ -58,7 +58,7 @@ export default function LandingPage() {
name: "Triple Chocolate",
price: "₺95",
variant: "Gourmet",
imageSrc: "http://img.b2bpic.net/free-photo/belgian-waffle-with-roses-bouquet-coffee-cup_23-2148031711.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/belgian-waffle-with-roses-bouquet-coffee-cup_23-2148031711.jpg?_wi=1",
},
{
id: "3",
@@ -79,7 +79,7 @@ export default function LandingPage() {
name: "Mixed Fruit",
price: "₺85",
variant: "Healthy",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-belgian-waffles-with-fresh-berries-honey-grey-concrete-surface_114579-5304.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-belgian-waffles-with-fresh-berries-honey-grey-concrete-surface_114579-5304.jpg?_wi=1",
},
{
id: "6",
@@ -107,13 +107,13 @@ export default function LandingPage() {
id: "m1",
name: "Nutella Blast",
price: "₺105",
imageSrc: "http://img.b2bpic.net/free-photo/belgian-waffle-with-roses-bouquet-coffee-cup_23-2148031711.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/belgian-waffle-with-roses-bouquet-coffee-cup_23-2148031711.jpg?_wi=2",
},
{
id: "m2",
name: "Forest Berry",
price: "₺95",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-belgian-waffles-with-fresh-berries-honey-grey-concrete-surface_114579-5304.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-belgian-waffles-with-fresh-berries-honey-grey-concrete-surface_114579-5304.jpg?_wi=2",
},
]}
/>

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",
},
]}