Update src/app/page.tsx

This commit is contained in:
2026-04-19 13:23:28 +00:00
parent 674ab5d290
commit 99eb56a698

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
<HeroCentered
background={{ variant: "radial-gradient" }}
title="A Coffee Ritual Worth Savoring"
description="Experience the warmth and rich aroma of freshly roasted beans at Café Bar Cappuccino. Your perfect neighborhood escape awaits."
description="Experience the warmth and rich aroma of freshly roasted beans at Café Bar Cappuccino, located at Gerliswilstrasse 28, 6020 Emmen. Your perfect neighborhood escape awaits."
avatars={[
{ src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg", alt: "Customer" },
{ src: "http://img.b2bpic.net/free-photo/man-cafe_1157-5039.jpg", alt: "Customer" },
@@ -72,7 +72,7 @@ export default function LandingPage() {
<MediaAbout
useInvertedBackground={false}
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."
description="At Café Bar Cappuccino, located in the heart of Emmen at Gerliswilstrasse 28, 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"
imageAlt="Coffee shop interior"
@@ -206,7 +206,7 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }}
tag="Visit Us"
title="Ready for your next coffee break?"
description="Come visit us at Café Bar Cappuccino and enjoy a unique artisanal experience in the heart of our community."
description="Come visit us at Café Bar Cappuccino, located at Gerliswilstrasse 28, 6020 Emmen, and enjoy a unique artisanal experience in the heart of our community."
buttons={[{ text: "Get Directions", href: "https://maps.app.goo.gl/X7pZTQM7L1dtWpYh7" }]}
/>
</div>
@@ -224,4 +224,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}