Update src/app/page.tsx

This commit is contained in:
2026-05-04 14:32:34 +00:00
parent e3d30ce61b
commit 1fe4ff1127

View File

@@ -96,7 +96,7 @@ export default function LandingPage() {
animationType="scale-rotate"
textboxLayout="default"
useInvertedBackground={false}
description="Our guests love our food and service."
description="See why our guests keep coming back for the perfect blend of coastal atmosphere and fine dining."
testimonials={[
{ id: "1", name: "Sarah Ahmed", role: "Food Critic", testimonial: "One of the best places in Alexandria — the view, the food, the atmosphere… everything is perfect.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166104.jpg" },
{ id: "2", name: "Mohamed Omar", role: "Regular Guest", testimonial: "The sunset here is unreal. The breeze makes you feel like you're in the middle of the sea.", imageSrc: "http://img.b2bpic.net/free-photo/couple-embracing-outside-by-river_1303-11973.jpg" },
@@ -170,4 +170,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}