7 Commits

Author SHA1 Message Date
cd9212b76d Merge version_4 into main
Merge version_4 into main
2026-05-05 18:32:11 +00:00
1130b88abf Update src/app/page.tsx 2026-05-05 18:32:07 +00:00
8256310448 Merge version_3 into main
Merge version_3 into main
2026-05-05 18:28:45 +00:00
154b84db16 Update src/app/page.tsx 2026-05-05 18:28:42 +00:00
5c35677cbd Merge version_2 into main
Merge version_2 into main
2026-05-05 18:23:29 +00:00
f6f00339f0 Update src/app/page.tsx 2026-05-05 18:23:26 +00:00
32e5f356e9 Merge version_1 into main
Merge version_1 into main
2026-05-05 18:22:11 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
background={{
variant: "gradient-bars"}}
logoText="Le Palais"
description="The Pinnacle of Culinary Elegance. Experience Nouakchotts most refined dining destination, where every detail is crafted for the extraordinary."
description="Discover unrivaled hospitality and indulge in our bespoke seasonal menus designed to transform every meal into a celebration of taste."
buttons={[
{
text: "Book a Table", href: "#contact"},
@@ -135,7 +135,7 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance to ensure availability."},
id: "f1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance. Visit our contact section to book via WhatsApp or phone."},
{
id: "f2", title: "Is there a dress code?", content: "We maintain a smart-casual to formal dress code suitable for fine dining."},
{
@@ -192,4 +192,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}