Merge version_1 into main #2
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
<HeroBillboardScroll
|
||||
title="La Maison"
|
||||
description="Discover culinary excellence with fresh ingredients and authentic French-inspired cuisine in an elegant atmosphere."
|
||||
background="plain"
|
||||
background={{ variant: "plain" }}
|
||||
tag="Premium Dining"
|
||||
tagIcon={Utensils}
|
||||
tagAnimation="slide-up"
|
||||
@@ -84,31 +84,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "starter-1", name: "Escargots à la Bourguignonne", price: "€16", imageSrc: "http://img.b2bpic.net/free-photo/food-ads-mangal-salad-high-kitchen-with-fresh-herbs-greenery_114579-1844.jpg?_wi=1", imageAlt: "Escargots appetizer"
|
||||
id: "starter-1", name: "Escargots à la Bourguignonne", price: "€16", imageSrc: "http://img.b2bpic.net/free-photo/food-ads-mangal-salad-high-kitchen-with-fresh-herbs-greenery_114579-1844.jpg", imageAlt: "Escargots appetizer"
|
||||
},
|
||||
{
|
||||
id: "starter-2", name: "Foie Gras Terrine", price: "€18", imageSrc: "http://img.b2bpic.net/free-photo/cutting-biscuit-with-whipping-cream-berries-with-cutlery_114579-3648.jpg?_wi=1", imageAlt: "Foie gras terrine starter"
|
||||
id: "starter-2", name: "Foie Gras Terrine", price: "€18", imageSrc: "http://img.b2bpic.net/free-photo/cutting-biscuit-with-whipping-cream-berries-with-cutlery_114579-3648.jpg", imageAlt: "Foie gras terrine starter"
|
||||
},
|
||||
{
|
||||
id: "starter-3", name: "French Onion Soup", price: "€12", imageSrc: "http://img.b2bpic.net/free-photo/food-ads-mangal-salad-high-kitchen-with-fresh-herbs-greenery_114579-1844.jpg?_wi=2", imageAlt: "Classic French onion soup"
|
||||
id: "starter-3", name: "French Onion Soup", price: "€12", imageSrc: "http://img.b2bpic.net/free-photo/food-ads-mangal-salad-high-kitchen-with-fresh-herbs-greenery_114579-1844.jpg", imageAlt: "Classic French onion soup"
|
||||
},
|
||||
{
|
||||
id: "main-1", name: "Coq au Vin", price: "€32", imageSrc: "http://img.b2bpic.net/free-photo/cutting-biscuit-with-whipping-cream-berries-with-cutlery_114579-3648.jpg?_wi=2", imageAlt: "Coq au vin main course"
|
||||
id: "main-1", name: "Coq au Vin", price: "€32", imageSrc: "http://img.b2bpic.net/free-photo/cutting-biscuit-with-whipping-cream-berries-with-cutlery_114579-3648.jpg", imageAlt: "Coq au vin main course"
|
||||
},
|
||||
{
|
||||
id: "main-2", name: "Bouillabaisse Provençale", price: "€38", imageSrc: "http://img.b2bpic.net/free-photo/food-ads-mangal-salad-high-kitchen-with-fresh-herbs-greenery_114579-1844.jpg?_wi=3", imageAlt: "Bouillabaisse seafood stew"
|
||||
id: "main-2", name: "Bouillabaisse Provençale", price: "€38", imageSrc: "http://img.b2bpic.net/free-photo/food-ads-mangal-salad-high-kitchen-with-fresh-herbs-greenery_114579-1844.jpg", imageAlt: "Bouillabaisse seafood stew"
|
||||
},
|
||||
{
|
||||
id: "main-3", name: "Beef Bourguignon", price: "€35", imageSrc: "http://img.b2bpic.net/free-photo/cutting-biscuit-with-whipping-cream-berries-with-cutlery_114579-3648.jpg?_wi=3", imageAlt: "Beef bourguignon main dish"
|
||||
id: "main-3", name: "Beef Bourguignon", price: "€35", imageSrc: "http://img.b2bpic.net/free-photo/cutting-biscuit-with-whipping-cream-berries-with-cutlery_114579-3648.jpg", imageAlt: "Beef bourguignon main dish"
|
||||
},
|
||||
{
|
||||
id: "dessert-1", name: "Crème Brûlée", price: "€10", imageSrc: "http://img.b2bpic.net/free-photo/fruit-cake-slice-black_114579-18525.jpg?_wi=1", imageAlt: "Classic crème brûlée"
|
||||
id: "dessert-1", name: "Crème Brûlée", price: "€10", imageSrc: "http://img.b2bpic.net/free-photo/fruit-cake-slice-black_114579-18525.jpg", imageAlt: "Classic crème brûlée"
|
||||
},
|
||||
{
|
||||
id: "dessert-2", name: "Chocolate Soufflé", price: "€12", imageSrc: "http://img.b2bpic.net/free-photo/fruit-cake-slice-black_114579-18525.jpg?_wi=2", imageAlt: "Chocolate soufflé dessert"
|
||||
id: "dessert-2", name: "Chocolate Soufflé", price: "€12", imageSrc: "http://img.b2bpic.net/free-photo/fruit-cake-slice-black_114579-18525.jpg", imageAlt: "Chocolate soufflé dessert"
|
||||
},
|
||||
{
|
||||
id: "dessert-3", name: "Tarte Tatin", price: "€11", imageSrc: "http://img.b2bpic.net/free-photo/fruit-cake-slice-black_114579-18525.jpg?_wi=3", imageAlt: "Tarte tatin apple dessert"
|
||||
id: "dessert-3", name: "Tarte Tatin", price: "€11", imageSrc: "http://img.b2bpic.net/free-photo/fruit-cake-slice-black_114579-18525.jpg", imageAlt: "Tarte tatin apple dessert"
|
||||
}
|
||||
]}
|
||||
ariaLabel="Menu section with dishes and prices"
|
||||
@@ -122,7 +122,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "gallery-item-1", title: "Culinary Artistry", description: "Each dish is a masterpiece, plated with precision and passion.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-ads-mangal-salad-high-kitchen-with-fresh-herbs-greenery_114579-1844.jpg?_wi=4", imageAlt: "Artfully plated gourmet dish"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-ads-mangal-salad-high-kitchen-with-fresh-herbs-greenery_114579-1844.jpg", imageAlt: "Artfully plated gourmet dish"
|
||||
},
|
||||
items: [
|
||||
{ icon: ChefHat, text: "Expert preparation" },
|
||||
|
||||
Reference in New Issue
Block a user