From de9ff2d3cb8132cb20225a5dc302e91b3ad6bb38 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 23:48:39 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 30 +++++++----------------------- 1 file changed, 7 insertions(+), 23 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c49bac2..3193fcb 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,41 +5,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const dmSans = DM_Sans({ - variable: "--font-dm-sans", - subsets: ["latin"], + variable: "--font-dm-sans", subsets: ["latin"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Kitchen & Bathroom Showroom in Chantilly, VA | Ferguson Home", - description: "Premium kitchen and bathroom fixtures, appliances, and design services in Chantilly, Virginia. 200+ reviews. Expert consultation. Call (703) 375-5858 today.", - keywords: "kitchen showroom Chantilly VA, bathroom showroom Chantilly, kitchen fixtures Northern Virginia, bathroom remodel supplies, luxury appliances", - metadataBase: new URL("https://fergusonhome.com"), + title: "Kitchen & Bathroom Showroom in Chantilly, VA | Ferguson Home", description: "Premium kitchen and bathroom fixtures, appliances, and design services in Chantilly, Virginia. 200+ reviews. Expert consultation. Call (703) 375-5858 today.", keywords: "kitchen showroom Chantilly VA, bathroom showroom Chantilly, kitchen fixtures Northern Virginia, bathroom remodel supplies, luxury appliances", metadataBase: new URL("https://fergusonhome.com"), alternates: { - canonical: "https://fergusonhome.com", - }, + canonical: "https://fergusonhome.com"}, openGraph: { - title: "Kitchen & Bathroom Showroom | Ferguson Home Chantilly", - description: "Explore premium fixtures, appliances, and design solutions at Ferguson Home showroom in Chantilly, VA.", - url: "https://fergusonhome.com", - siteName: "Ferguson Home", - type: "website", - images: [ + title: "Kitchen & Bathroom Showroom | Ferguson Home Chantilly", description: "Explore premium fixtures, appliances, and design solutions at Ferguson Home showroom in Chantilly, VA.", url: "https://fergusonhome.com", siteName: "Ferguson Home", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821317.jpg", - alt: "Ferguson Home Showroom in Chantilly", - }, + url: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821317.jpg", alt: "Ferguson Home Showroom in Chantilly"}, ], }, twitter: { - card: "summary_large_image", - title: "Kitchen & Bathroom Showroom | Ferguson Home", - description: "Visit our Chantilly showroom for premium fixtures, appliances, and design consultation.", - images: ["http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821317.jpg"], + card: "summary_large_image", title: "Kitchen & Bathroom Showroom | Ferguson Home", description: "Visit our Chantilly showroom for premium fixtures, appliances, and design consultation.", images: ["http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821317.jpg"], }, robots: { index: true,