4 Commits

Author SHA1 Message Date
b4d6e80e54 Update src/app/page.tsx 2026-03-08 17:25:47 +00:00
d21aeb105e Update src/app/layout.tsx 2026-03-08 17:25:46 +00:00
1f101d7718 Merge version_2 into main
Merge version_2 into main
2026-03-08 17:23:02 +00:00
f2e1b5d800 Update src/app/page.tsx 2026-03-08 17:22:58 +00:00
2 changed files with 15 additions and 71 deletions

View File

@@ -1,64 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Manrope } from "next/font/google";
import { DM_Sans } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const manrope = Manrope({
variable: "--font-manrope", subsets: ["latin"],
});
const dmSans = DM_Sans({
variable: "--font-dm-sans", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "La Boul'Mich | Brasserie Française à Montauban", description: "Découvrez La Boul'Mich, une brasserie authentique à Montauban. Cuisine française généreuse, produits frais, ambiance chaleureuse. Note 4.9/5. Réservez votre table dès maintenant.", keywords: "brasserie Montauban, restaurant français, cuisine authentique, magret canard, bistro Montauban", metadataBase: new URL("https://laboulmieh.fr"),
alternates: {
canonical: "https://laboulmieh.fr"
},
openGraph: {
title: "La Boul'Mich | Brasserie Française Authentique", description: "Expérience culinaire raffinée au cœur de Montauban. Cuisine française généreuse avec produits de qualité. Réservez votre table dès maintenant.", url: "https://laboulmieh.fr", siteName: "La Boul'Mich", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg", alt: "La Boul'Mich - Intérieur élégant de la brasserie"
}
]
},
twitter: {
card: "summary_large_image", title: "La Boul'Mich | Brasserie Française", description: "Brasserie authentique à Montauban. Cuisine généreuse, produits frais, ambiance chaleureuse.", images: ["http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg"]
},
robots: {
index: true,
follow: true
}
};
title: "La Boul'Mich - Brasserie Authentique à Montauban", description: "Découvrez La Boul'Mich, une brasserie authentique au cœur de Montauban. Cuisine française généreuse, produits frais et ambiance chaleureuse. Réservez votre table dès maintenant."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${manrope.variable} ${dmSans.variable} antialiased`}
>
<Tag />
{children}
<html lang="fr">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1426,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -5,7 +5,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { CheckCircle } from 'lucide-react';
@@ -50,7 +50,6 @@ export default function LandingPage() {
{ text: "Voir le menu", href: "menu" },
{ text: "Itinéraire", href: "contact" }
]}
imageSrc="http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg"
imageAlt="Intérieur élégant de la brasserie La Boul'Mich"
/>
</div>
@@ -115,34 +114,24 @@ export default function LandingPage() {
</div>
<div id="reviews" data-section="reviews">
<TestimonialCardSixteen
title="Ce que nos clients disent"
description="Nos clients apprécient notre engagement envers l'excellence culinaire et notre atmosphère accueillante."
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Marie Dupont", role: "Client régulière", company: "Montauban", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-couple-taking-selfie-with-mobile-phone-while-enjoying-date-restaurant_58466-16341.jpg", imageAlt: "happy restaurant customer portrait smiling"
id: "1", name: "Marie Dupont", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-couple-taking-selfie-with-mobile-phone-while-enjoying-date-restaurant_58466-16341.jpg", imageAlt: "happy restaurant customer portrait smiling"
},
{
id: "2", name: "Jean-Pierre Moreau", role: "Critique gastronomique", company: "Montauban Gourmand", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-coffee-cup_23-2149455885.jpg", imageAlt: "pleased restaurant guest portrait satisfied"
id: "2", name: "Jean-Pierre Moreau", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-coffee-cup_23-2149455885.jpg", imageAlt: "pleased restaurant guest portrait satisfied"
},
{
id: "3", name: "Sophie Laurent", role: "Restauratrice passionnée", company: "Montauban", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-chatting-table_23-2149213369.jpg", imageAlt: "content restaurant visitor portrait smiling"
id: "3", name: "Sophie Laurent", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-chatting-table_23-2149213369.jpg", imageAlt: "content restaurant visitor portrait smiling"
},
{
id: "4", name: "Philippe Rousseau", role: "Chef de cuisine", company: "La Boul'Mich", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-tray-muffins-counter_107420-12317.jpg", imageAlt: "pleased restaurant patron portrait satisfied"
id: "4", name: "Philippe Rousseau", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-tray-muffins-counter_107420-12317.jpg", imageAlt: "pleased restaurant patron portrait satisfied"
}
]}
kpiItems={[
{ value: "4.9 ⭐", label: "Note globale" },
{ value: "300+", label: "Avis clients" },
{ value: "10+", label: "Années d'excellence" }
]}
animationType="slide-up"
textboxLayout="default"
cardTitle="Plus de 300 clients satisfaits nous font confiance"
cardTag="Avis clients Google"
cardAnimation="slide-up"
useInvertedBackground={false}
/>
</div>