Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-05-09 14:36:49 +00:00

View File

@@ -130,6 +130,9 @@ export default function LandingPage() {
<ProductCardThree
animationType="slide-up"
textboxLayout="split"
buttons={[
{ text: "Book Your Table", href: "#contact" }
]}
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
products={[
@@ -190,10 +193,6 @@ export default function LandingPage() {
id: "2", title: "Do you offer private dining?", content: "Yes, we provide exclusive private room arrangements."},
{
id: "3", title: "Are there vegetarian options?", content: "Our menu features extensive curated vegetarian dishes."},
{
id: "4", title: "What is your cancellation policy?", content: "Cancellations must be made at least 24 hours in advance to avoid a fee."},
{
id: "5", title: "What is the dress code?", content: "We recommend smart-casual attire to complement our refined atmosphere."},
]}
title="Frequently Asked"
description="Answers to your queries about dining at Lumière."
@@ -252,4 +251,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}