Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-06 23:40:22 +00:00
2 changed files with 39 additions and 55 deletions

View File

@@ -1,51 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Montserrat } 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 montserrat = Montserrat({
variable: "--font-montserrat", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "All Pro Styles Inc - Premium Barbershop", description: "Award-winning barbershop offering expert haircuts, hot shaves, and beard grooming. 15+ years of excellence. Book your appointment today.", keywords: "barbershop, haircuts, shave, beard grooming, professional barber, fades, undercuts", openGraph: {
title: "All Pro Styles Inc - Premium Barbershop", description: "Experience professional grooming at All Pro Styles Inc. Expert barbers delivering precision cuts, hot shaves, and beard grooming.", type: "website", siteName: "All Pro Styles Inc", images: [
{
url: "http://img.b2bpic.net/free-photo/side-view-barber-trimming-his-client-s-beard_23-2148242814.jpg", alt: "All Pro Styles Inc Premium Barbershop"},
],
},
twitter: {
card: "summary_large_image", title: "All Pro Styles Inc - Premium Barbershop", description: "Expert haircuts, hot shaves, and beard grooming. Book now.", images: [
"http://img.b2bpic.net/free-photo/side-view-barber-trimming-his-client-s-beard_23-2148242814.jpg"],
},
};
title: "All Pro Styles Inc - Premium Barbering Excellence", description: "Experience professional grooming at All Pro Styles Inc. Expert barbers delivering precision cuts, hot shaves, and beard grooming."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${montserrat.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

@@ -55,7 +55,7 @@ export default function LandingPage() {
enableKpiAnimation={true}
buttons={[
{ text: "Book Now", href: "#contact" },
{ text: "Learn More", href: "#services" },
{ text: "View Services", href: "#services" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/side-view-barber-trimming-his-client-s-beard_23-2148242814.jpg"
@@ -75,13 +75,16 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Precision Haircuts", author: "Expert Barbers", description: "Classic and modern cuts tailored to your face shape and lifestyle. From fades to undercuts, our barbers master every technique.", tags: ["Fades", "Undercuts", "Trims"],
imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-with-scissors-styling-old-man-hair_23-2148181945.jpg", imageAlt: "Professional barber performing precision haircut"},
imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-with-scissors-styling-old-man-hair_23-2148181945.jpg", imageAlt: "Professional barber performing precision haircut"
},
{
id: "2", title: "Traditional Hot Shaves", author: "Master Barbers", description: "Experience the luxury of a traditional hot shave with premium products. A relaxing and rejuvenating grooming ritual for the modern man.", tags: ["Hot Shave", "Premium", "Relaxing"],
imageSrc: "http://img.b2bpic.net/free-photo/woman-cutting-beard-man_23-2147778904.jpg", imageAlt: "Master barber performing traditional hot shave service"},
imageSrc: "http://img.b2bpic.net/free-photo/woman-cutting-beard-man_23-2147778904.jpg", imageAlt: "Master barber performing traditional hot shave service"
},
{
id: "3", title: "Beard Grooming", author: "Beard Specialists", description: "Keep your beard looking sharp. Professional trimming, shaping, and conditioning to maintain your ideal beard style.", tags: ["Trimming", "Shaping", "Conditioning"],
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-shaving-his-beard_23-2148506239.jpg", imageAlt: "Barber specialist trimming and grooming full beard"},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-shaving-his-beard_23-2148506239.jpg", imageAlt: "Barber specialist trimming and grooming full beard"
},
]}
animationType="slide-up"
textboxLayout="default"
@@ -100,13 +103,17 @@ export default function LandingPage() {
tagAnimation="slide-up"
team={[
{
id: "1", name: "Marcus Johnson", role: "Head Barber & Owner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-slavic-middle-aged-male-barber-uniform-holding-scissors-crossing-hands-isolated-purple-wall_141793-83015.jpg", imageAlt: "Marcus Johnson Head Barber Owner"},
id: "1", name: "Marcus Johnson", role: "Head Barber & Owner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-slavic-middle-aged-male-barber-uniform-holding-scissors-crossing-hands-isolated-purple-wall_141793-83015.jpg", imageAlt: "Marcus Johnson Head Barber Owner"
},
{
id: "2", name: "David Chen", role: "Senior Barber", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-male-barber-wearing-uniform-holding-barber-tools-combing-beard-isolated-olive-green-wall_141793-105722.jpg", imageAlt: "David Chen Senior Barber"},
id: "2", name: "David Chen", role: "Senior Barber", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-male-barber-wearing-uniform-holding-barber-tools-combing-beard-isolated-olive-green-wall_141793-105722.jpg", imageAlt: "David Chen Senior Barber"
},
{
id: "3", name: "James Rodriguez", role: "Master Stylist", imageSrc: "http://img.b2bpic.net/free-photo/bearded-barber-man-apron-smiling-having-his-haircut-his-beard-shaped-by-others-hands-green-wall_141793-48296.jpg", imageAlt: "James Rodriguez Master Stylist"},
id: "3", name: "James Rodriguez", role: "Master Stylist", imageSrc: "http://img.b2bpic.net/free-photo/bearded-barber-man-apron-smiling-having-his-haircut-his-beard-shaped-by-others-hands-green-wall_141793-48296.jpg", imageAlt: "James Rodriguez Master Stylist"
},
{
id: "4", name: "Alex Williams", role: "Beard Specialist", imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286013.jpg", imageAlt: "Alex Williams Beard Specialist"},
id: "4", name: "Alex Williams", role: "Beard Specialist", imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286013.jpg", imageAlt: "Alex Williams Beard Specialist"
},
]}
animationType="slide-up"
textboxLayout="default"
@@ -124,22 +131,28 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "John Martinez", role: "CEO", company: "Tech Solutions Inc", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-handsome-redhead-man-clench-fist-say-yes-triumphing-celebrate-victory-achieve-goal-looking-left-with-pleased-satisfied-face-cheering-standing-white-background_176420-53158.jpg", imageAlt: "John Martinez satisfied customer"},
imageSrc: "http://img.b2bpic.net/free-photo/successful-handsome-redhead-man-clench-fist-say-yes-triumphing-celebrate-victory-achieve-goal-looking-left-with-pleased-satisfied-face-cheering-standing-white-background_176420-53158.jpg", imageAlt: "John Martinez satisfied customer"
},
{
id: "2", name: "Michael Thompson", role: "Manager", company: "Design Studio Co", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-pretty-young-teenage-girl-with-dark-skin-crisp-hair-keeps-hand-chin-dressed-casual-clothes-poses-against-cafe-interior-meets-with-best-friend-has-spare-time-weekend_273609-29076.jpg", imageAlt: "Michael Thompson satisfied customer"},
imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-pretty-young-teenage-girl-with-dark-skin-crisp-hair-keeps-hand-chin-dressed-casual-clothes-poses-against-cafe-interior-meets-with-best-friend-has-spare-time-weekend_273609-29076.jpg", imageAlt: "Michael Thompson satisfied customer"
},
{
id: "3", name: "Christopher Lee", role: "Entrepreneur", company: "StartUp Ventures", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg", imageAlt: "Christopher Lee satisfied customer"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg", imageAlt: "Christopher Lee satisfied customer"
},
{
id: "4", name: "David Brown", role: "Executive", company: "Finance Group", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg", imageAlt: "David Brown satisfied customer"},
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg", imageAlt: "David Brown satisfied customer"
},
{
id: "5", name: "Robert Garcia", role: "Director", company: "Marketing Agency", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg", imageAlt: "Robert Garcia satisfied customer"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg", imageAlt: "Robert Garcia satisfied customer"
},
{
id: "6", name: "James Wilson", role: "Consultant", company: "Business Solutions", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/crazy-hippie-man-happy-expression_1194-3939.jpg", imageAlt: "James Wilson satisfied customer"},
imageSrc: "http://img.b2bpic.net/free-photo/crazy-hippie-man-happy-expression_1194-3939.jpg", imageAlt: "James Wilson satisfied customer"
},
]}
animationType="slide-up"
gridVariant="uniform-all-items-equal"
@@ -187,17 +200,20 @@ export default function LandingPage() {
plans={[
{
id: "basic", title: "Classic Haircut", price: "$35", period: "/cut", features: [
"Professional haircut", "Hot towel service", "Styling recommendations"],
"Professional haircut", "Hot towel service", "Styling recommendations"
],
button: { text: "Book Appointment", href: "#contact" },
},
{
id: "premium", title: "Premium Package", price: "$65", period: "/session", features: [
"Haircut with fade", "Hot shave service", "Beard grooming", "Premium styling"],
"Haircut with fade", "Hot shave service", "Beard grooming", "Premium styling"
],
button: { text: "Book Appointment", href: "#contact" },
},
{
id: "deluxe", title: "Deluxe Experience", price: "$85", period: "/session", features: [
"Full grooming service", "Hot shave & styling", "Beard treatment", "Complimentary beverage", "VIP experience"],
"Full grooming service", "Hot shave & styling", "Beard treatment", "Complimentary beverage", "VIP experience"
],
button: { text: "Book Appointment", href: "#contact" },
},
]}