Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-14 16:32:03 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
tag="Orvault, France"
tagIcon={Sparkles}
tagAnimation="slide-up"
background="gradient-bars"
background={{ variant: "gradient-bars" }}
buttons={[
{ text: "Reserve Your Table", href: "#contact" },
{ text: "Discover Our Cuisine", href: "#features" }
@@ -78,8 +78,8 @@ export default function LandingPage() {
showCard={true}
ariaLabel="Social proof section with restaurant ratings and reviews"
containerClassName="py-12"
titleClassName="text-3xl font-light"
descriptionClassName="text-base font-light mt-4"
textBoxTitleClassName="text-3xl font-light"
textBoxDescriptionClassName="text-base font-light mt-4"
/>
</div>
@@ -142,8 +142,8 @@ export default function LandingPage() {
carouselMode="buttons"
ariaLabel="Features section highlighting restaurant strengths"
containerClassName="py-16"
titleClassName="text-4xl font-light"
descriptionClassName="text-base font-light mt-2"
textBoxTitleClassName="text-4xl font-light"
textBoxDescriptionClassName="text-base font-light mt-2"
cardClassName="p-6 rounded-lg hover:shadow-lg transition-all"
iconClassName="w-8 h-8 text-primary-cta"
/>
@@ -158,22 +158,22 @@ export default function LandingPage() {
tagAnimation="blur-reveal"
testimonials={[
{
id: "testimonial-1", name: "Sophie & Marc", role: "Anniversary Celebration", testimonial: "Refined cuisine and delicious flavors. The chef and staff are very pleasant. We highly recommend it.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-enjoying-meal-evening_23-2147736698.jpg?_wi=1", imageAlt: "Couple celebrating anniversary", icon: Heart
id: "testimonial-1", name: "Sophie & Marc", role: "Anniversary Celebration", testimonial: "Refined cuisine and delicious flavors. The chef and staff are very pleasant. We highly recommend it.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-enjoying-meal-evening_23-2147736698.jpg", imageAlt: "Couple celebrating anniversary", icon: Heart
},
{
id: "testimonial-2", name: "Catherine M.", role: "Regular Guest", testimonial: "Everything is beautiful and delicious. Many flavors and warm service. A place to keep precious.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-enjoying-meal-evening_23-2147736698.jpg?_wi=2", imageAlt: "Satisfied diner", icon: Star
id: "testimonial-2", name: "Catherine M.", role: "Regular Guest", testimonial: "Everything is beautiful and delicious. Many flavors and warm service. A place to keep precious.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-enjoying-meal-evening_23-2147736698.jpg", imageAlt: "Satisfied diner", icon: Star
},
{
id: "testimonial-3", name: "Jean & Claire", role: "Special Occasion", testimonial: "Exceptional gastronomic experience. The originality of flavors and the elegance of presentation are remarkable. A must-visit destination.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-enjoying-meal-evening_23-2147736698.jpg?_wi=3", imageAlt: "Guests enjoying fine dining", icon: Heart
id: "testimonial-3", name: "Jean & Claire", role: "Special Occasion", testimonial: "Exceptional gastronomic experience. The originality of flavors and the elegance of presentation are remarkable. A must-visit destination.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-enjoying-meal-evening_23-2147736698.jpg", imageAlt: "Guests enjoying fine dining", icon: Heart
},
{
id: "testimonial-4", name: "Pierre D.", role: "Food Enthusiast", testimonial: "The chef's creativity shines through each course. Sophisticated, well-balanced dishes that showcase French culinary mastery. Truly exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-enjoying-meal-evening_23-2147736698.jpg?_wi=4", imageAlt: "Guest appreciating cuisine", icon: Star
id: "testimonial-4", name: "Pierre D.", role: "Food Enthusiast", testimonial: "The chef's creativity shines through each course. Sophisticated, well-balanced dishes that showcase French culinary mastery. Truly exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-enjoying-meal-evening_23-2147736698.jpg", imageAlt: "Guest appreciating cuisine", icon: Star
},
{
id: "testimonial-5", name: "Isabelle & Thomas", role: "Wedding Engagement", testimonial: "An intimate, magical setting perfect for our engagement celebration. Every detail was perfect—the food, the service, the ambiance. Unforgettable.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-enjoying-meal-evening_23-2147736698.jpg?_wi=5", imageAlt: "Couple at engagement dinner", icon: Heart
id: "testimonial-5", name: "Isabelle & Thomas", role: "Wedding Engagement", testimonial: "An intimate, magical setting perfect for our engagement celebration. Every detail was perfect—the food, the service, the ambiance. Unforgettable.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-enjoying-meal-evening_23-2147736698.jpg", imageAlt: "Couple at engagement dinner", icon: Heart
},
{
id: "testimonial-6", name: "Michel R.", role: "Business Dinner", testimonial: "A sophisticated gem where business meets gastronomy. Excellent choice for important meals. Professional service and remarkable cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-enjoying-meal-evening_23-2147736698.jpg?_wi=6", imageAlt: "Guest enjoying business dinner", icon: CheckCircle
id: "testimonial-6", name: "Michel R.", role: "Business Dinner", testimonial: "A sophisticated gem where business meets gastronomy. Excellent choice for important meals. Professional service and remarkable cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-enjoying-meal-evening_23-2147736698.jpg", imageAlt: "Guest enjoying business dinner", icon: CheckCircle
}
]}
animationType="depth-3d"
@@ -182,8 +182,8 @@ export default function LandingPage() {
carouselMode="auto"
ariaLabel="Customer testimonials section"
containerClassName="py-16"
titleClassName="text-4xl font-light"
descriptionClassName="text-base font-light mt-2"
textBoxTitleClassName="text-4xl font-light"
textBoxDescriptionClassName="text-base font-light mt-2"
cardClassName="p-6 rounded-lg hover:shadow-lg"
imageClassName="w-12 h-12 rounded-full object-cover"
/>