Merge version_3 into main #10

Merged
bender merged 2 commits from version_3 into main 2026-03-06 01:25:12 +00:00
2 changed files with 12 additions and 8 deletions

View File

@@ -1,7 +1,11 @@
import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "USA Barbershop", description: "Premium barbering services with expert barbers"};
title: "USA Barbershop | Premium Haircuts & Grooming", description: "Exceptional haircuts, beard grooming, and professional service in a welcoming atmosphere. Trusted by 500+ customers."};
export default function RootLayout({
children,
@@ -10,7 +14,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body>{children}
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="aurora"
background="fluid"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
@@ -46,7 +46,7 @@ export default function LandingPage() {
<HeroCentered
title="Premium Barbershop Experience"
description="Exceptional haircuts, beard grooming, and professional service in a welcoming atmosphere. Trusted by over 500 satisfied customers."
background={{ variant: "canvas-reveal" }}
background={{ variant: "sparkles-gradient" }}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Satisfied customer" },
{ src: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", alt: "Happy client" },
@@ -122,9 +122,9 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Sofi", role: "Master Barber", company: "USA Barbershop", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sofi testimonial" },
{ id: "2", name: "Moe", role: "Expert Barber", company: "USA Barbershop", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Moe testimonial" },
{ id: "3", name: "Heather", role: "Parent", company: "Happy Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confused-man-squinting-looking-puzzled-can-t-understand_176420-18712.jpg", imageAlt: "Heather testimonial" },
{ id: "1", name: "Sofi", role: "Software Engineer", company: "Tech Company", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sofi testimonial" },
{ id: "2", name: "Moe", role: "Small Business Owner", company: "Local Business", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Moe testimonial" },
{ id: "3", name: "Heather", role: "Marketing Manager", company: "Digital Agency", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confused-man-squinting-looking-puzzled-can-t-understand_176420-18712.jpg", imageAlt: "Heather testimonial" },
{ id: "4", name: "Erika", role: "Family Customer", company: "Regular Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Erika testimonial" },
{ id: "5", name: "David", role: "Loyal Customer", company: "USA Barbershop", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-with-white-smile_176420-18702.jpg", imageAlt: "David testimonial" },
{ id: "6", name: "James", role: "Regular Guest", company: "Satisfied Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "James testimonial" }
@@ -166,7 +166,7 @@ export default function LandingPage() {
<ContactText
text="Ready to experience the USA Barbershop difference? Book your appointment today and discover why hundreds of customers trust us for their grooming needs."
animationType="entrance-slide"
background={{ variant: "downward-rays-animated" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Book Appointment", href: "https://usabarbershop.net" },