Merge version_2 into main #4
@@ -1,59 +1,20 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Manrope } from "next/font/google";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const manrope = Manrope({
|
||||
variable: "--font-manrope", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Top Gun Cuts Barbershop - Biloxi", description: "Professional barbershop in Biloxi, MS offering quality haircuts, fades, beard trims, and grooming services. Located at Commerce Court Shopping Center.", keywords: "barbershop Biloxi MS, haircuts near me, barber, professional haircut, skin fades, beard trim, men's grooming", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Top Gun Cuts Barbershop - Biloxi", description: "Premium barbershop offering sharp cuts and professional grooming in Biloxi", type: "website", siteName: "Top Gun Cuts", url: "https://topguncuts.com", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-with-scissors-comb-barbershop-close-up-photo_613910-18538.jpg", alt: "Top Gun Cuts Barbershop"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Top Gun Cuts Barbershop - Biloxi", description: "Professional haircuts and grooming services in Biloxi, MS", images: ["http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-with-scissors-comb-barbershop-close-up-photo_613910-18538.jpg"],
|
||||
},
|
||||
};
|
||||
title: "Top Gun Cuts Barbershop", description: "Professional barbershop services in Biloxi, MS"};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${manrope.variable} ${dmSans.variable} ${halant.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1421,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
description="Your Go-To Barbershop in Biloxi. Professional haircuts and grooming services in a relaxed, welcoming environment."
|
||||
background={{ variant: "plain" }}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-with-scissors-comb-barbershop-close-up-photo_613910-18538.jpg", alt: "Top Gun Cuts Barbershop" }
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATyT8Uv8EUI9Idnl1ucUBNYsjm/uploaded-1772631302508-2ttafaxx.png", alt: "Top Gun Cuts Barbershop Interior" }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Book Now", href: "contact" },
|
||||
@@ -64,23 +64,23 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Classic", title: "Haircuts", subtitle: "Timeless styles with precision cuts", description: "Our barbers deliver sharp, clean haircuts tailored to your preferences. Whether you want a classic trim or a modern style, we ensure every cut is precise and professional.", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-with-scissors-comb-barbershop-close-up-photo_613910-18538.jpg"
|
||||
tag: "Classic", title: "Haircuts", subtitle: "Timeless styles with precision cuts", description: "Our barbers deliver sharp, clean haircuts tailored to your preferences. Whether you want a classic trim or a modern style, we ensure every cut is precise and professional.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATyT8Uv8EUI9Idnl1ucUBNYsjm/uploaded-1772631302508-2ttafaxx.png"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Popular", title: "Skin Fades", subtitle: "Sharp fades with smooth blending", description: "Experience the ultimate fade technique. We specialize in clean skin fades with seamless blending that showcase precision craftsmanship and attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-holding-hair-dryer_23-2149220573.jpg"
|
||||
tag: "Popular", title: "Skin Fades", subtitle: "Sharp fades with smooth blending", description: "Experience the ultimate fade technique. We specialize in clean skin fades with seamless blending that showcase precision craftsmanship and attention to detail.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATyT8Uv8EUI9Idnl1ucUBNYsjm/uploaded-1772631302508-2ttafaxx.png"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Grooming", title: "Beard Trims", subtitle: "Expert beard shaping and maintenance", description: "Keep your beard looking sharp and well-groomed. Our barbers trim and shape your facial hair with expertise, leaving you looking polished and refined.", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg"
|
||||
tag: "Grooming", title: "Beard Trims", subtitle: "Expert beard shaping and maintenance", description: "Keep your beard looking sharp and well-groomed. Our barbers trim and shape your facial hair with expertise, leaving you looking polished and refined.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATyT8Uv8EUI9Idnl1ucUBNYsjm/uploaded-1772631302508-2ttafaxx.png"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
tag: "Detail Work", title: "Lineups", subtitle: "Clean edges and precise detailing", description: "Get perfectly crisp lineups with our expert edge work. We pay meticulous attention to every detail, ensuring clean lines and a sharp, finished look.", imageSrc: "http://img.b2bpic.net/free-photo/male-chef-sharpening-his-knives_23-2148763170.jpg"
|
||||
tag: "Detail Work", title: "Lineups", subtitle: "Clean edges and precise detailing", description: "Get perfectly crisp lineups with our expert edge work. We pay meticulous attention to every detail, ensuring clean lines and a sharp, finished look.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATyT8Uv8EUI9Idnl1ucUBNYsjm/uploaded-1772631302508-2ttafaxx.png"
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
tag: "Family", title: "Kids Cuts", subtitle: "Friendly, professional cuts for kids", description: "Bring your young ones in for a fresh cut in a relaxed, welcoming environment. Our barbers are experienced with children and create a comfortable experience.", imageSrc: "http://img.b2bpic.net/free-photo/children-hairdresser-with-scissors-is-cutting-little-boy-against-dark-background-contented-cute-preschooler-boy-getting-haircut_613910-19719.jpg"
|
||||
tag: "Family", title: "Kids Cuts", subtitle: "Friendly, professional cuts for kids", description: "Bring your young ones in for a fresh cut in a relaxed, welcoming environment. Our barbers are experienced with children and create a comfortable experience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATyT8Uv8EUI9Idnl1ucUBNYsjm/uploaded-1772631302508-2ttafaxx.png"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -98,7 +98,7 @@ export default function LandingPage() {
|
||||
{ title: "Welcoming Atmosphere", description: "Relaxed, comfortable environment where all customers feel valued", icon: Heart },
|
||||
{ title: "Quality Results", description: "Consistent, sharp cuts that leave you looking sharp and confident", icon: Check }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATyT8Uv8EUI9Idnl1ucUBNYsjm/uploaded-1772631302508-2ttafaxx.png"
|
||||
imageAlt="Top Gun Cuts Barbershop Interior"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
|
||||
Reference in New Issue
Block a user