Merge version_3 into main #3
@@ -14,12 +14,12 @@ const inter = Inter({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "La Petite Cuisine Romaine | Authentic Italian Restaurant", description: "Discover authentic Italian cuisine at La Petite Cuisine Romaine. Premium dishes including Mozzarella Sticks, Cheese Pizza, and Tiramisu. Open Monday-Saturday 10-22h, Sunday 11-21h.", keywords: "italian restaurant, authentic italian cuisine, rome, mozzarella sticks, pizza, tiramisu, family dining, premium restaurant", metadataBase: new URL("https://lapetitecuisineromaine.com"),
|
||||
title: "La Petite Cuisine Romaine | Restaurant Italien Authentique", description: "Découvrez la cuisine italienne authentique à La Petite Cuisine Romaine. Plats premium incluant Bâtons de Mozzarella, Pizza au Fromage et Tiramisu. Ouvert lundi-samedi 10-22h, dimanche 11-21h.", keywords: "restaurant italien, cuisine italienne authentique, rome, bâtons de mozzarella, pizza, tiramisu, repas en famille, restaurant premium", metadataBase: new URL("https://lapetitecuisineromaine.com"),
|
||||
alternates: {
|
||||
canonical: "https://lapetitecuisineromaine.com"
|
||||
},
|
||||
openGraph: {
|
||||
title: "La Petite Cuisine Romaine | Authentic Italian Dining", description: "Experience authentic Italian cuisine with family and friends. Reserve your table today.", url: "https://lapetitecuisineromaine.com", siteName: "La Petite Cuisine Romaine", type: "website"
|
||||
title: "La Petite Cuisine Romaine | Repas Italien Authentique", description: "Découvrez la cuisine italienne authentique en famille et entre amis. Réservez votre table dès aujourd'hui.", url: "https://lapetitecuisineromaine.com", siteName: "La Petite Cuisine Romaine", type: "website"
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
@@ -33,7 +33,7 @@ export default function RootLayout({
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<html lang="fr" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${dmSans.variable} ${inter.variable} antialiased`}
|
||||
|
||||
114
src/app/page.tsx
114
src/app/page.tsx
@@ -29,48 +29,48 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="La Petite Cuisine Romaine"
|
||||
navItems={[
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Specialties", id: "specialties" },
|
||||
{ name: "Hours", id: "hours" },
|
||||
{ name: "À Propos", id: "about" },
|
||||
{ name: "Spécialités", id: "specialties" },
|
||||
{ name: "Horaires", id: "hours" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Reserve Table", href: "tel:+33905443747"
|
||||
text: "Réserver une Table", href: "tel:+33905443747"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
title="Authentic Italian Cuisine"
|
||||
description="Experience the true flavors of Rome at La Petite Cuisine Romaine. Our carefully crafted dishes celebrate Italian culinary traditions with the finest ingredients."
|
||||
tag="Est. 2024"
|
||||
title="Cuisine Italienne Authentique"
|
||||
description="Découvrez les véritables saveurs de Rome à La Petite Cuisine Romaine. Nos plats soigneusement préparés célèbrent les traditions culinaires italiennes avec les meilleurs ingrédients."
|
||||
tag="Fondée en 2024"
|
||||
tagIcon={UtensilsCrossed}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Reserve Now", href: "tel:+33905443747" },
|
||||
{ text: "View Menu", href: "#specialties" }
|
||||
{ text: "Réserver Maintenant", href: "tel:+33905443747" },
|
||||
{ text: "Voir le Menu", href: "#specialties" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWp0NPvhsLPeLJTuYHYRoUe9KA/uploaded-1772718091386-l17tf4ey.png", imageAlt: "La Petite Cuisine Romaine logo"
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-psd/golden-mozzarella-sticks-with-marinara-dipping-sauce-plate_84443-68973.jpg", imageAlt: "bâtons de mozzarella apéritif croustillants italien"
|
||||
},
|
||||
{
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3988.jpg", imageAlt: "cheese pizza italian pizza margherita traditional"
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3988.jpg", imageAlt: "pizza au fromage pizza italienne margherita traditionnelle"
|
||||
},
|
||||
{
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/close-up-piece-tiramisu_23-2147772015.jpg?_wi=1", imageAlt: "tiramisu dessert italian authentic"
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/close-up-piece-tiramisu_23-2147772015.jpg?_wi=1", imageAlt: "tiramisu dessert italien authentique"
|
||||
},
|
||||
{
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/classic-italian-bruschetta-served-wooden-board_1220-4036.jpg", imageAlt: "bruschetta appetizer italian fresh"
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/classic-italian-bruschetta-served-wooden-board_1220-4036.jpg", imageAlt: "bruschetta apéritif italien frais"
|
||||
},
|
||||
{
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-lasagna-white-plate_181624-21968.jpg", imageAlt: "lasagna bolognese italian pasta"
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-lasagna-white-plate_181624-21968.jpg", imageAlt: "lasagne bolognaise pâtes italiennes"
|
||||
},
|
||||
{
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-natural-creamy-blueberry-ice-cream-decorated-with-mint-classic-waffle-cones-are-served-stone-slate-standing-dark-table-black-background-metal-scoop_639032-554.jpg", imageAlt: "gelato italian ice cream dessert sweet"
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-natural-creamy-blueberry-ice-cream-decorated-with-mint-classic-waffle-cones-are-served-stone-slate-standing-dark-table-black-background-metal-scoop_639032-554.jpg", imageAlt: "gelato crème glacée italienne dessert sucré"
|
||||
}
|
||||
]}
|
||||
autoPlay={true}
|
||||
@@ -80,43 +80,43 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
title="About La Petite Cuisine Romaine"
|
||||
description="We bring the warmth and soul of Rome to your table. Our restaurant celebrates authentic Italian traditions, combining time-honored recipes with premium ingredients. Whether you're gathering with family or friends, we create memorable dining experiences that transport you to the heart of Italy."
|
||||
tag="Italian Heritage"
|
||||
title="À Propos de La Petite Cuisine Romaine"
|
||||
description="Nous apportons la chaleur et l'âme de Rome à votre table. Notre restaurant célèbre les traditions italiennes authentiques, combinant des recettes vénérables avec des ingrédients premium. Que vous vous réunissiez en famille ou entre amis, nous créons des expériences culinaires mémorables qui vous transportent au cœur de l'Italie."
|
||||
tag="Héritage Italien"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Call Us", href: "tel:+33905443747" }
|
||||
{ text: "Nous Appeler", href: "tel:+33905443747" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg"
|
||||
imageAlt="italian restaurant dining interior elegant"
|
||||
imageAlt="intérieur restaurant italien élégant de style français"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="specialties" data-section="specialties">
|
||||
<ProductCardFour
|
||||
title="Our Signature Specialties"
|
||||
description="Discover the dishes that define our cuisine—each one crafted with passion and tradition."
|
||||
tag="Featured"
|
||||
title="Nos Spécialités de Signature"
|
||||
description="Découvrez les plats qui définissent notre cuisine — chacun préparé avec passion et tradition."
|
||||
tag="En Vedette"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Full Menu", href: "#contact" }
|
||||
{ text: "Menu Complet", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Mozzarella Sticks", price: "€8.50", variant: "Crispy Golden", imageSrc: "http://img.b2bpic.net/free-psd/crispy-golden-mozzarella-sticks-with-creamy-dipping-sauce_84443-72705.jpg", imageAlt: "mozzarella sticks fried cheese appetizer golden"
|
||||
id: "1", name: "Bâtons de Mozzarella", price: "€8,50", variant: "Croustillants Dorés", imageSrc: "http://img.b2bpic.net/free-psd/crispy-golden-mozzarella-sticks-with-creamy-dipping-sauce_84443-72705.jpg", imageAlt: "bâtons de mozzarella fromage frit apéritif doré"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Cheese Pizza", price: "€14.00", variant: "Classic Fresh", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3992.jpg", imageAlt: "cheese pizza homemade pizza italian fresh"
|
||||
id: "2", name: "Pizza au Fromage", price: "€14,00", variant: "Classique Frais", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3992.jpg", imageAlt: "pizza au fromage pizza maison italienne fraîche"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Tiramisu", price: "€7.50", variant: "Classic Authentic", imageSrc: "http://img.b2bpic.net/free-photo/close-up-piece-tiramisu_23-2147772015.jpg?_wi=2", imageAlt: "tiramisu italian dessert classic delicious"
|
||||
id: "3", name: "Tiramisu", price: "€7,50", variant: "Classique Authentique", imageSrc: "http://img.b2bpic.net/free-photo/close-up-piece-tiramisu_23-2147772015.jpg?_wi=2", imageAlt: "tiramisu dessert italien classique délicieux"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -126,25 +126,25 @@ export default function LandingPage() {
|
||||
|
||||
<div id="highlights" data-section="highlights">
|
||||
<FeatureCardSixteen
|
||||
title="Why Choose Us"
|
||||
description="Discover what sets La Petite Cuisine Romaine apart from other Italian restaurants."
|
||||
title="Pourquoi Nous Choisir"
|
||||
description="Découvrez ce qui distingue La Petite Cuisine Romaine des autres restaurants italiens."
|
||||
tag="Excellence"
|
||||
tagIcon={Trophy}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Reserve Your Table", href: "tel:+33905443747" }
|
||||
{ text: "Réservez Votre Table", href: "tel:+33905443747" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Mass-produced ingredients", "Rushed dining experience", "Limited authenticity"
|
||||
"Ingrédients produits en masse", "Expérience culinaire précipitée", "Authenticité limitée"
|
||||
]
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Premium Italian ingredients", "Thoughtfully paced meals", "Authentic recipes from Rome"
|
||||
"Ingrédients italiens premium", "Repas réfléchis et détendus", "Recettes authentiques de Rome"
|
||||
]
|
||||
}}
|
||||
animationType="slide-up"
|
||||
@@ -153,34 +153,34 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hours" data-section="hours">
|
||||
<ContactSplit
|
||||
tag="Visit Us"
|
||||
tag="Visitez-Nous"
|
||||
tagIcon={Clock}
|
||||
tagAnimation="slide-up"
|
||||
title="Hours & Location"
|
||||
description="Monday to Saturday: 10:00 - 22:00\nSunday: 11:00 - 21:00\n\nPhone: +33 (0)9 05 44 37 47\n\nExperience authentic Italian dining with family and friends. Reserve your table today."
|
||||
title="Horaires & Localisation"
|
||||
description="Lundi à Samedi : 10h00 - 22h00\nDimanche : 11h00 - 21h00\n\nTéléphone : +33 (0)9 05 44 37 47\n\nDécouvrez la cuisine italienne authentique en famille et entre amis. Réservez votre table dès aujourd'hui."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dining-table-setting-wedding-reception_637285-5654.jpg"
|
||||
imageAlt="restaurant table dining setup elegant intimate"
|
||||
imageAlt="table de restaurant mise en place élégante intime"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Your email address"
|
||||
buttonText="Contact Us"
|
||||
termsText="We respect your privacy and will only use your information to respond to your inquiry."
|
||||
inputPlaceholder="Votre adresse e-mail"
|
||||
buttonText="Nous Contacter"
|
||||
termsText="Nous respectons votre vie privée et n'utiliserons vos informations que pour répondre à votre demande."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
title="Trusted by Food Enthusiasts"
|
||||
description="Join hundreds of families and friends who experience authentic Italian cuisine every week."
|
||||
tag="Community"
|
||||
title="Approuvé par les Amateurs de Gastronomie"
|
||||
description="Rejoignez des centaines de familles et d'amis qui découvrent la cuisine italienne authentique chaque semaine."
|
||||
tag="Communauté"
|
||||
tagIcon={Users}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Premium Italian Ingredients", "Family Recipes", "Authentic Tradition", "Expert Craftsmanship", "Warm Hospitality", "Fresh Passion", "Heritage Dining"
|
||||
"Ingrédients Italiens Premium", "Recettes Familiales", "Tradition Authentique", "Savoir-faire Expert", "Hospitalité Chaleureuse", "Passion Fraîche", "Repas du Patrimoine"
|
||||
]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
@@ -193,33 +193,33 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Restaurant", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Our Specialties", href: "#specialties" },
|
||||
{ label: "Hours", href: "#hours" }
|
||||
{ label: "À Propos de Nous", href: "#about" },
|
||||
{ label: "Nos Spécialités", href: "#specialties" },
|
||||
{ label: "Horaires", href: "#hours" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone", href: "tel:+33905443747" },
|
||||
{ label: "Reserve Table", href: "#contact" },
|
||||
{ label: "Email", href: "mailto:contact@lapetitecuisineromaine.com" }
|
||||
{ label: "Téléphone", href: "tel:+33905443747" },
|
||||
{ label: "Réserver une Table", href: "#contact" },
|
||||
{ label: "E-mail", href: "mailto:contact@lapetitecuisineromaine.com" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Visit", items: [
|
||||
{ label: "Monday - Saturday", href: "#" },
|
||||
{ label: "10:00 - 22:00", href: "#" },
|
||||
{ label: "Sunday 11:00 - 21:00", href: "#" }
|
||||
title: "Visites", items: [
|
||||
{ label: "Lundi - Samedi", href: "#" },
|
||||
{ label: "10h00 - 22h00", href: "#" },
|
||||
{ label: "Dimanche 11h00 - 21h00", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" }
|
||||
title: "Légal", items: [
|
||||
{ label: "Politique de Confidentialité", href: "#" },
|
||||
{ label: "Conditions d'Utilisation", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2025 La Petite Cuisine Romaine. All rights reserved."
|
||||
copyrightText="© 2025 La Petite Cuisine Romaine. Tous droits réservés."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user