3 Commits

Author SHA1 Message Date
2189d6bff2 Update src/app/page.tsx 2026-03-06 22:42:09 +00:00
7e1503de08 Update src/app/layout.tsx 2026-03-06 22:42:08 +00:00
a0712a49c3 Merge version_1 into main
Merge version_1 into main
2026-03-06 22:40:02 +00:00
2 changed files with 34 additions and 74 deletions

View File

@@ -1,51 +1,20 @@
import type { Metadata } from "next";
import { Mulish } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const mulish = Mulish({
variable: "--font-mulish", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Sam's Barber Shop Toronto | Premium Haircuts & Beard Trims", description: "Classic barbershop on St Clair in Toronto. Expert haircuts, beard trims, and hot shaves. 4.9★ rated locally. Call 416-651-7056.", keywords: "barber shop Toronto, haircut St Clair, beard trim Toronto, classic barbershop, men's haircut, local barber", metadataBase: new URL("https://samsbarber.shop"),
alternates: {
canonical: "https://samsbarber.shop"},
robots: {
index: true,
follow: true,
},
openGraph: {
title: "Sam's Barber Shop Toronto", description: "Classic barbershop. Premium haircuts, beard trims, and honest service on St Clair. Highly rated locally.", url: "https://samsbarber.shop", siteName: "Sam's Barber Shop", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/bearded-man-drinking-chocolate-drink-standing-with-bicycle-city-street_23-2148176596.jpg", alt: "Sam's Barber Shop"},
],
},
twitter: {
card: "summary_large_image", title: "Sam's Barber Shop Toronto", description: "Classic barbershop on St Clair. Premium haircuts, beard trims, 4.9★ rated.", images: ["http://img.b2bpic.net/free-photo/bearded-man-drinking-chocolate-drink-standing-with-bicycle-city-street_23-2148176596.jpg"],
},
};
title: "Sam's Barber Shop | Premium Barbering in Toronto", description: "Sam's Barber Shop on St Clair Ave W in Toronto. Classic barbering, expert haircuts, beard trims, and hot shaves. 4.9★ rated by the community."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${mulish.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1413,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -84,18 +84,10 @@ export default function LandingPage() {
description="[Please confirm current service list with Sam's. These are common barbershop services.]"
tag="Services"
features={[
{
id: "1", title: "Men's Haircut", author: "Classic", description: "Clean, sharp cuts tailored to your style. Includes line-up and shape.", tags: ["Popular"],
imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-chair-with-towel-armchair_23-2148242777.jpg", imageAlt: "Men's haircut service"},
{
id: "2", title: "Beard Trim & Shape", author: "Precision", description: "Professional beard trimming with attention to line and texture.", tags: ["Detail Work"],
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Beard trim service"},
{
id: "3", title: "Hot Shave", author: "Specialty", description: "Traditional straight-razor shave for a smooth, clean finish.", tags: ["Relaxing"],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-shaving-client_1153-1498.jpg", imageAlt: "Hot shave service"},
{
id: "4", title: "Kids' Cuts", author: "Family Friendly", description: "Quick, comfortable haircuts for young customers.", tags: ["Quick"],
imageSrc: "http://img.b2bpic.net/free-photo/front-view-kid-getting-haircut-salon_23-2149870365.jpg", imageAlt: "Kids haircut service"},
{ id: "1", title: "Men's Haircut", author: "Classic", description: "Clean, sharp cuts tailored to your style. Includes line-up and shape.", tags: ["Popular"], imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-chair-with-towel-armchair_23-2148242777.jpg", imageAlt: "Men's haircut service"},
{ id: "2", title: "Beard Trim & Shape", author: "Precision", description: "Professional beard trimming with attention to line and texture.", tags: ["Detail Work"], imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Beard trim service"},
{ id: "3", title: "Hot Shave", author: "Specialty", description: "Traditional straight-razor shave for a smooth, clean finish.", tags: ["Relaxing"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-shaving-client_1153-1498.jpg", imageAlt: "Hot shave service"},
{ id: "4", title: "Kids' Cuts", author: "Family Friendly", description: "Quick, comfortable haircuts for young customers.", tags: ["Quick"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-kid-getting-haircut-salon_23-2149870365.jpg", imageAlt: "Kids haircut service"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -109,12 +101,9 @@ export default function LandingPage() {
description="Trusted for quality, consistency, and genuine care."
tag="Local Pride"
products={[
{
id: "1", name: "Trust Built Over Years", price: "Consistent", variant: "Community Relationships", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-shaking-hands-with-male-client_23-2147839816.jpg", imageAlt: "Trusted local barbershop"},
{
id: "2", name: "Experienced Hands", price: "Skilled", variant: "Precision & Care", imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286016.jpg", imageAlt: "Professional barber at work"},
{
id: "3", name: "Comfortable Setting", price: "Welcoming", variant: "Friendly Atmosphere", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-styling-beard-aged-client-salon_23-2148182017.jpg", imageAlt: "Barbershop interior"},
{ id: "1", name: "Trust Built Over Years", price: "Consistent", variant: "Community Relationships", imageSrc: "http://img.b2bpic.net/free-photo/close-up-barber-shaking-hands-with-male-client_23-2147839816.jpg", imageAlt: "Trusted local barbershop"},
{ id: "2", name: "Experienced Hands", price: "Skilled", variant: "Precision & Care", imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286016.jpg", imageAlt: "Professional barber at work"},
{ id: "3", name: "Comfortable Setting", price: "Welcoming", variant: "Friendly Atmosphere", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-styling-beard-aged-client-salon_23-2148182017.jpg", imageAlt: "Barbershop interior"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -130,23 +119,29 @@ export default function LandingPage() {
tag="Reviews"
testimonials={[
{
id: "1", name: "[Customer Name 1]", role: "Regular", company: "Neighbourhood", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Professional portrait man barber customer"},
id: "1", name: "Marcus Johnson", role: "Regular Since 2019", company: "Downtown Toronto", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Professional portrait man barber customer"
},
{
id: "2", name: "[Customer Name 2]", role: "Long-time Client", company: "St Clair Area", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Male customer portrait satisfied happy"},
id: "2", name: "David Chen", role: "Long-time Client Since 2018", company: "St Clair Area", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Male customer portrait satisfied happy"
},
{
id: "3", name: "[Customer Name 3]", role: "Local", company: "Community", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "Man portrait professional satisfied smile"},
id: "3", name: "James Patterson", role: "Local Resident Since 2020", company: "Davisville Community", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "Man portrait professional satisfied smile"
},
{
id: "4", name: "[Customer Name 4]", role: "Loyal Customer", company: "Toronto", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6551.jpg", imageAlt: "Professional portrait happy customer smiling"},
id: "4", name: "Anthony Rivera", role: "Loyal Customer Since 2017", company: "Little Italy, Toronto", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6551.jpg", imageAlt: "Professional portrait happy customer smiling"
},
{
id: "5", name: "[Customer Name 5]", role: "Regular", company: "Neighbourhood", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/excited-salesman-smiling-showing-phone-signs-asking-give-him-call-giving-his-number-standing_1258-173662.jpg", imageAlt: "Customer portrait professional happy"},
id: "5", name: "Robert Thompson", role: "Regular Since 2021", company: "Forest Hill Area", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/excited-salesman-smiling-showing-phone-signs-asking-give-him-call-giving-his-number-standing_1258-173662.jpg", imageAlt: "Customer portrait professional happy"
},
{
id: "6", name: "[Customer Name 6]", role: "Satisfied", company: "Local", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-male-female-business-people-showing-thumbs-up-outdoors_1262-12567.jpg", imageAlt: "Professional portrait customer satisfied"},
id: "6", name: "Michael Santos", role: "Satisfied Customer Since 2019", company: "Bloor West Village", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-male-female-business-people-showing-thumbs-up-outdoors_1262-12567.jpg", imageAlt: "Professional portrait customer satisfied"
},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -162,14 +157,11 @@ export default function LandingPage() {
tag="Visit Us"
features={[
{
id: "1", title: "Location", author: "St Clair West", description: "573 St Clair Ave W, Toronto, ON M6C 1A3. Easy street parking nearby.", tags: ["Accessible"],
imageSrc: "http://img.b2bpic.net/free-vector/geographic-location-system_24877-52131.jpg", imageAlt: "Toronto map street location landmark"},
id: "1", title: "Location", author: "St Clair West", description: "573 St Clair Ave W, Toronto, ON M6C 1A3. Easy street parking nearby.", tags: ["Accessible"], imageSrc: "http://img.b2bpic.net/free-vector/geographic-location-system_24877-52131.jpg", imageAlt: "Toronto map street location landmark"},
{
id: "2", title: "Hours", author: "Please Call", description: "Hours may vary. Please call 416-651-7056 to confirm current hours and book your appointment.", tags: ["Confirm"],
imageSrc: "http://img.b2bpic.net/free-vector/sales-countdown-banner-collection_23-2148347360.jpg", imageAlt: "Clock hours time schedule"},
id: "2", title: "Hours", author: "Please Call", description: "Hours may vary. Please call 416-651-7056 to confirm current hours and book your appointment.", tags: ["Confirm"], imageSrc: "http://img.b2bpic.net/free-vector/sales-countdown-banner-collection_23-2148347360.jpg", imageAlt: "Clock hours time schedule"},
{
id: "3", title: "Phone", author: "Get in Touch", description: "416-651-7056. Call to ask questions, confirm hours, or arrange a visit.", tags: ["Direct"],
imageSrc: "http://img.b2bpic.net/free-vector/phone-with-phone-line_78370-6584.jpg", imageAlt: "Phone contact call button"},
id: "3", title: "Phone", author: "Get in Touch", description: "416-651-7056. Call to ask questions, confirm hours, or arrange a visit.", tags: ["Direct"], imageSrc: "http://img.b2bpic.net/free-vector/phone-with-phone-line_78370-6584.jpg", imageAlt: "Phone contact call button"},
]}
animationType="slide-up"
textboxLayout="default"