From 7218686e66e99d790dee670f659f59c198d7475f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:36:42 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7bbee92..7b3bdde 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,11 +22,13 @@ const inter = Inter({ export const metadata: Metadata = { title: "Magasin Pantalon Homme à Quimper | Espace Pantalons", description: "Espace Pantalons: le spécialiste du pantalon homme à Quimper. Levi's, Wrangler, Lee. Large choix, grandes marques, conseils personnalisés. Ouvert lun-sam 09:30–19:30.", keywords: "magasin pantalon homme Quimper, jeans homme Quimper, Levi's Quimper, Wrangler Quimper, magasin vêtements homme Quimper", metadataBase: new URL("https://espacepantalons-quimper.fr"), alternates: { - canonical: "https://espacepantalons-quimper.fr"}, + canonical: "https://espacepantalons-quimper.fr" + }, openGraph: { title: "Magasin Pantalon Homme à Quimper | Espace Pantalons", description: "Le spécialiste du pantalon homme à Quimper. Large choix de jeans et pantalons, grandes marques, service personnalisé.", url: "https://espacepantalons-quimper.fr", siteName: "Espace Pantalons", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-cloth-shop_1303-19847.jpg", alt: "Espace Pantalons Quimper"}, + url: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-cloth-shop_1303-19847.jpg", alt: "Espace Pantalons Quimper" + }, ], }, twitter: { -- 2.49.1 From 3978c7c7f8ae3d524b02137350d246ecc661d211 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:36:42 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 63 +++++++++++++++++++++++++++++++----------------- 1 file changed, 41 insertions(+), 22 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index af51381..aa0367d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwent import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { Star, Sparkles, ExternalLink } from "lucide-react"; +import { Star, Sparkles, ExternalLink, Award } from "lucide-react"; export default function LandingPage() { return ( @@ -35,7 +35,8 @@ export default function LandingPage() { { name: "Accès & Contact", id: "contact" }, ]} button={{ - text: "📞 Appeler", href: "tel:0298906696"}} + text: "📞 Appeler", href: "tel:0298906696" + }} buttonClassName="bg-primary-cta text-primary-cta-text font-semibold px-4 py-2 rounded-pill" /> @@ -44,15 +45,17 @@ export default function LandingPage() {