From 94c78cf95309e864764def7695a0ce30384a003c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 11:59:30 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4ec42df..c38c119 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -87,7 +87,7 @@ export default function AboutPage() { title: "Note Moyenne Excellente", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263526.jpg" + imageSrc="http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263526.jpg?_wi=5" imageAlt="Intérieur accueillant de Pizza Limouxine" mediaAnimation="opacity" metricsAnimation="slide-up" @@ -111,28 +111,28 @@ export default function AboutPage() { id: 1, title: "Repas sur Place", description: "Ambiance chaleureuse et conviviale. Profitez d'une expérience culinaire agréable dans notre restaurant, parfait pour les familles et les groupes.", - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-interior_1127-3392.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-interior_1127-3392.jpg?_wi=5", imageAlt: "Repas sur place", }, { id: 2, title: "Terrasse Accueillante", description: "Détendez-vous en plein air avec vue sur Limoux. Notre terrasse offre le cadre idéal pour un moment convivial avec famille ou amis.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-enyoing-dinner-party_23-2150717845.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-enyoing-dinner-party_23-2150717845.jpg?_wi=6", imageAlt: "Terrasse extérieure", }, { id: 3, title: "Vente à Emporter", description: "Pizzas fraîches prêtes à emporter. Parfait pour un repas rapide ou pour savourer à la maison. Commande rapide et efficace.", - imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-arguing-with-customer-phone-after-arriving-destination_482257-89119.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-arguing-with-customer-phone-after-arriving-destination_482257-89119.jpg?_wi=5", imageAlt: "Vente à emporter", }, { id: 4, title: "Livraison Rapide", description: "Nous vous livrons directement à domicile ou au travail. Service de livraison fiable pour votre convenience, pizzas chaudes garanties.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg?_wi=11", imageAlt: "Livraison express", }, ]} @@ -160,7 +160,7 @@ export default function AboutPage() { quote: "Très bonnes pizzas bien garnies et prix très raisonnables. L'atmosphère est calme et agréable. Je reviens régulièrement avec ma famille.", tag: "Client Régulier", avatarSrc: "http://img.b2bpic.net/free-photo/excited-happy-dark-skinned-woman-points-herself-asks-you-mean-me-cannot-believe-she-won-prize-reacts-surprisingly-hearing-her-name-wears-casual-jacket-poses-indoor-smiles-with-opened-mouth_273609-37567.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263526.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263526.jpg?_wi=6", }, { id: "2", @@ -170,7 +170,7 @@ export default function AboutPage() { quote: "De bonnes pizzas maison avec pâte fine, service agréable et équipe accueillante. J'ai apprécié particulièrement l'accueil chaleureuse de l'équipe.", tag: "Client Satisfait", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-model-sexy-stylish-man-dressed-red-turtleneck-sweater-jeans-fashion-hipster-male-posing-near-blue-wall-studio-isolated_158538-25079.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-interior_1127-3392.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-interior_1127-3392.jpg?_wi=6", }, { id: "3", @@ -180,7 +180,7 @@ export default function AboutPage() { quote: "Super ambiance et pizzas délicieuses! Le cadre est agréable et adapté à toute la famille. C'est maintenant mon restaurant préféré à Limoux.", tag: "Famille", avatarSrc: "http://img.b2bpic.net/free-photo/trendy-young-woman-looking-funny-pointing-with-her-finger_1298-565.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-enyoing-dinner-party_23-2150717845.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-enyoing-dinner-party_23-2150717845.jpg?_wi=7", }, ]} className="py-20" -- 2.49.1 From e18cd336ffce5151543f8a77a544e33d27ae2191 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 11:59:31 +0000 Subject: [PATCH 2/4] Update src/app/layout.tsx --- src/app/layout.tsx | 52 ++++++++++++++++++++++++++++++++++++---------- 1 file changed, 41 insertions(+), 11 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a02c995..098bfdf 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,28 +1,56 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; +import { Mulish } from "next/font/google"; import { Inter } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { Mulish } from "next/font/google"; - - - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; const mulish = Mulish({ variable: "--font-mulish", subsets: ["latin"], }); + const inter = Inter({ variable: "--font-inter", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Pizza Limouxine | Pizzeria Artisanale Limoux", + description: "Pizza Limouxine - Pizzeria à Limoux. Pizzas artisanales, repas sur place, livraison. 5.0/5 ⭐ Note excellente. Tél: 09 56 33 54 93", + keywords: "pizza Limoux, pizzeria Limoux, pizza à emporter Limoux, restaurant Limoux, pizza livraison", + metadataBase: new URL("https://pizzalimouxine.fr"), + alternates: { + canonical: "https://pizzalimouxine.fr", + }, + openGraph: { + title: "Pizza Limouxine | Pizzeria Artisanale Limoux", + description: "Découvrez nos pizzas artisanales à Limoux. Repas sur place, terrasse, livraison. 5.0/5 avis clients", + url: "https://pizzalimouxine.fr", + siteName: "Pizza Limouxine", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg", + alt: "Pizza Limouxine - Pizzas Artisanales", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Pizza Limouxine | Pizzeria Artisanale Limoux", + description: "Pizzas artisanales de qualité à Limoux. 5.0/5 ⭐ Livrées chaudes!", + images: [ + "http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg", + ], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -31,7 +59,9 @@ export default function RootLayout({ return ( - + {children}