Update src/app/layout.tsx

This commit is contained in:
2026-03-06 05:14:41 +00:00
parent 31f9e9ea2c
commit d8f7e90695

View File

@@ -23,12 +23,14 @@ export const metadata: Metadata = {
title: "The Famous American Barbershop Atlas | Gainesville, VA", description: "Classic American barbershop in Gainesville, VA. Professional men's haircuts, fades, beard trims, and grooming services. Visit us at Virginia Gateway Shopping Center.", keywords: "barbershop, haircuts, fades, beard trim, Gainesville Virginia, men's grooming, barber shop", openGraph: {
title: "The Famous American Barbershop Atlas", description: "Expert men's grooming services in Gainesville, Virginia", siteName: "The Famous American Barbershop Atlas", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg", alt: "The Famous American Barbershop Atlas"},
url: "http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg", alt: "The Famous American Barbershop Atlas"
},
],
},
twitter: {
card: "summary_large_image", title: "The Famous American Barbershop Atlas", description: "Expert men's grooming services in Gainesville, Virginia", images: [
"http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg"],
"http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg"
],
},
};