5 Commits

Author SHA1 Message Date
9aa67eb7a4 Update src/app/page.tsx 2026-03-07 04:23:34 +00:00
0afc7f83e2 Update src/app/layout.tsx 2026-03-07 04:23:33 +00:00
96bd47f64e Merge version_1 into main
Merge version_1 into main
2026-03-07 04:22:37 +00:00
2729cc93f6 Merge version_1 into main
Merge version_1 into main
2026-03-07 04:21:41 +00:00
ac4426bcae Merge version_1 into main
Merge version_1 into main
2026-03-07 04:20:30 +00:00
2 changed files with 7 additions and 48 deletions

View File

@@ -1,60 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Poppins } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const poppins = Poppins({
variable: "--font-poppins", subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Ten Thirty Barber Stylist | Premium Barbershop", description: "Premium barbershop offering expert haircuts, traditional shaves, and beard grooming. Book your appointment today.", keywords: "barbershop, haircut, shave, beard grooming, barber, men grooming, premium haircut", metadataBase: new URL("https://example.com"),
alternates: {
canonical: "https://example.com"
},
openGraph: {
title: "Ten Thirty Barber Stylist", description: "Experience premium barbering and men's grooming at Ten Thirty. Expert barbers, timeless cuts, traditional shaves.", url: "https://example.com", siteName: "Ten Thirty Barber Stylist", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/hairdresser-starting-work-with-client_23-2147769744.jpg", alt: "modern barbershop interior clean aesthetic"
}
]
},
twitter: {
card: "summary_large_image", title: "Ten Thirty Barber Stylist", description: "Premium barbershop for expert haircuts and grooming.", images: ["http://img.b2bpic.net/free-photo/hairdresser-starting-work-with-client_23-2147769744.jpg"]
},
robots: {
index: true,
follow: true
}
};
title: "Ten Thirty Barber Stylist", description: "Premium barbershop crafting timeless styles and refined grooming experiences"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${poppins.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1422,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -125,7 +125,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
title="What Our Clients Say"
description="Hear from customers who trust Ten Thirty Barber Stylist for their grooming needs."
description="⭐ 4.9 out of 5 Stars | 500+ Happy Customers — Hear from satisfied customers who trust Ten Thirty Barber Stylist for their grooming needs."
testimonials={[
{
id: "1", name: "James Rodriguez", role: "Regular Customer", testimonial: "Ten Thirty is the best barbershop I've ever been to. Marcus really listens to what you want and delivers every single time. My go-to place now.", imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2881.jpg", imageAlt: "James Rodriguez testimonial"