Update src/app/layout.tsx

This commit is contained in:
2026-03-05 23:48:39 +00:00
parent 1e1ca72ee9
commit de9ff2d3cb

View File

@@ -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,