Update src/app/page.tsx

This commit is contained in:
2026-03-20 17:27:56 +00:00
parent 1fd6bd0a58
commit 6f0f21a054

View File

@@ -68,7 +68,7 @@ export default function LandingPage() {
{
id: 1,
title: "Die Patisserie", description: "Unsere legendäre Schwarzwäldertorte mehrschichtige Eleganz mit feinstem Kakao, saftigen Kirschen und cremiger Ganache. Ein Klassiker der Handwerkskunst.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chocolate-cake-sliced-with-choco-cream-fresh-red-cranberries-wooden-desk-cake-biscuit-dough-bake-sweet_140725-22626.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-couple-cafe-glass_171337-16453.jpg" }
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-couple-cafe-glass_171337-16453.jpg?_wi=1" }
},
{
id: 2,
@@ -78,7 +78,7 @@ export default function LandingPage() {
{
id: 3,
title: "Kaffeekultur", description: "Erlesene Espresso-Sorten und sorgfältig zubereitete Speciality Coffees. Jede Tasse ein ritual, jeder Schluck ein Moment der Achtsamkeit.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-morning-coffee-with-sugar-cubes_23-2148796989.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-couple-cafe-glass_171337-16453.jpg" }
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-couple-cafe-glass_171337-16453.jpg?_wi=2" }
}
]}
/>