Update src/app/page.tsx

This commit is contained in:
2026-04-09 01:24:51 +00:00
parent aeb3dafc45
commit 1597c67e5e

View File

@@ -43,6 +43,7 @@ export default function LandingPage() {
<HeroOverlayTestimonial
title="Where Coffee Becomes an Experience."
description="Step into a space where Ethiopian tradition meets modern luxury—where every cup is crafted with intention, and every visit feels like a moment worth savoring."
textPosition="top"
testimonials={[
{
testimonial: "Delicious food, amazing coffee, and such a chill atmosphere. A hidden gem.", name: "Sarah Johnson", handle: "Local Resident", rating: 5,
@@ -66,7 +67,7 @@ export default function LandingPage() {
{
text: "Experience the Ceremony", href: "#experience"},
]}
imageSrc="http://img.b2bpic.net/free-photo/cocktail-wooden-table-restaurant_23-2147936121.jpg"
imageSrc="http://img.b2bpic.net/free-photo/pouring-coffee-into-traditional-cup_1258-45678.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg", alt: "Sarah J."},
@@ -184,4 +185,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}