Update src/app/page.tsx

This commit is contained in:
2026-04-19 13:19:51 +00:00
parent cb1cb17f69
commit 6743db6ebf

View File

@@ -125,7 +125,7 @@ export default function LandingPage() {
title="Crafted with Passion"
description="At Café Bar Cappuccino, we believe coffee is more than just a drink—it's a moment. Every cup is brewed with precision, passion, and the finest quality beans. From our intimate interiors to our handcrafted lattes, we create an environment where you can truly pause and enjoy the day."
tag="Our Story"
imageSrc="http://img.b2bpic.net/free-photo/breakfast-composition-with-blank-slate-father-s-day_23-2147632090.jpg"
imageSrc="http://img.b2bpic.net/free-photo/breakfast-composition-with-blank-slate-father-s-day_23-2147632090.jpg?_wi=1"
imageAlt="Coffee shop interior"
tagIcon={Coffee}
/>
@@ -142,7 +142,7 @@ export default function LandingPage() {
id: "p1",
name: "Signature Cappuccino",
price: "$4.50",
imageSrc: "http://img.b2bpic.net/free-photo/food-retro-breakfast-cup-restaurant_1172-468.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/food-retro-breakfast-cup-restaurant_1172-468.jpg?_wi=1",
},
{
id: "p2",
@@ -231,7 +231,7 @@ export default function LandingPage() {
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition-with-blank-slate-father-s-day_23-2147632090.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition-with-blank-slate-father-s-day_23-2147632090.jpg?_wi=2",
imageAlt: "fresh artisan pastries closeup",
},
{
@@ -255,7 +255,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/food-retro-breakfast-cup-restaurant_1172-468.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/food-retro-breakfast-cup-restaurant_1172-468.jpg?_wi=2",
imageAlt: "fresh artisan pastries closeup",
},
]}