Merge version_2 into main #3
@@ -119,14 +119,14 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Clara S.", role: "Food Critic", testimonial: "An absolute masterpiece of culinary refinement.", imageSrc: "http://img.b2bpic.net/free-photo/women-table-with-food_23-2147681106.jpg" },
|
||||
{ id: "2", name: "Marc B.", role: "Gourmet Enthusiast", testimonial: "The balance of flavors is simply unparalleled.", imageSrc: "http://img.b2bpic.net/free-photo/two-senior-female-friends-luxurious-restaurant_23-2150517410.jpg" },
|
||||
{ id: "3", name: "Elena V.", role: "Regular Guest", testimonial: "Every visit feels like the first time we fell in love with fine dining.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg" },
|
||||
{ id: "4", name: "Julian D.", role: "Business Executive", testimonial: "The perfect place for a professional yet sophisticated dinner.", imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517411.jpg" },
|
||||
{ id: "5", name: "Sophie L.", role: "Food Blogger", testimonial: "Innovative dishes in a beautiful, classic setting.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg" },
|
||||
{ id: "1", name: "Clara S.", role: "Food Critic", testimonial: "Un chef-d'œuvre absolu de raffinement culinaire.", imageSrc: "http://img.b2bpic.net/free-photo/women-table-with-food_23-2147681106.jpg" },
|
||||
{ id: "2", name: "Marc B.", role: "Gourmet Enthusiast", testimonial: "L'équilibre des saveurs est tout simplement inégalé.", imageSrc: "http://img.b2bpic.net/free-photo/two-senior-female-friends-luxurious-restaurant_23-2150517410.jpg" },
|
||||
{ id: "3", name: "Elena V.", role: "Regular Guest", testimonial: "Chaque visite donne l'impression de tomber amoureux de la haute cuisine pour la première fois.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg" },
|
||||
{ id: "4", name: "Julian D.", role: "Business Executive", testimonial: "L'endroit idéal pour un dîner professionnel tout en étant sophistiqué.", imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517411.jpg" },
|
||||
{ id: "5", name: "Sophie L.", role: "Food Blogger", testimonial: "Des plats innovants dans un cadre classique et magnifique.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg" },
|
||||
]}
|
||||
title="Gourmet Praise"
|
||||
description="What our esteemed guests are saying about us."
|
||||
title="Éloges Gourmands"
|
||||
description="Ce que nos estimés convives disent de nous."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -135,12 +135,12 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{ id: "1", title: "Do I need a reservation?", content: "Yes, we highly recommend making a reservation in advance due to our limited seating capacity." },
|
||||
{ id: "2", title: "Is there a dress code?", content: "We maintain a smart-casual to formal dress code to match our elegant ambiance." },
|
||||
{ id: "3", title: "Do you offer private dining?", content: "Yes, we have a private room for larger groups and special celebrations." },
|
||||
{ id: "1", title: "Dois-je réserver ?", content: "Oui, nous vous recommandons fortement de réserver à l'avance en raison de notre capacité d'accueil limitée." },
|
||||
{ id: "2", title: "Y a-t-il un code vestimentaire ?", content: "Nous maintenons un code vestimentaire élégant à formel pour correspondre à notre ambiance raffinée." },
|
||||
{ id: "3", title: "Proposez-vous des repas privés ?", content: "Oui, nous disposons d'une salle privée pour les groupes plus importants et les célébrations spéciales." },
|
||||
]}
|
||||
title="Frequently Asked"
|
||||
description="Everything you need to know about our dining experience."
|
||||
title="Foire aux Questions"
|
||||
description="Tout ce que vous devez savoir sur notre expérience culinaire."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -149,12 +149,12 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Visit Us"
|
||||
title="Join the Table"
|
||||
description="Book your experience at L'Odas."
|
||||
tag="Visitez-nous"
|
||||
title="Rejoignez la table"
|
||||
description="Réservez votre expérience chez L'Odas."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-with-apron-offering-packed-takeaway-food-male-customer_23-2149025770.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
inputPlaceholder="Enter your email for reservation updates"
|
||||
inputPlaceholder="Entrez votre e-mail pour les mises à jour de réservation"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -162,10 +162,10 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="L'Odas"
|
||||
leftLink={{ text: "© 2024 L'Odas", href: "#" }}
|
||||
rightLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Politique de confidentialité", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user