Merge version_1 into main #2
@@ -56,14 +56,17 @@ export default function BarbershopAkinPage() {
|
||||
dashboard={{
|
||||
title: "Why Choose BARBERSHOP AKIN", stats: [
|
||||
{
|
||||
title: "Rating", values: ["4.8", "4.8", "4.8"],
|
||||
description: "⭐ Based on 30+ reviews"},
|
||||
title: "Rating", values: [4.8, 4.8, 4.8],
|
||||
description: "⭐ Based on 30+ reviews"
|
||||
},
|
||||
{
|
||||
title: "Experience", values: ["10+", "15+", "20+"],
|
||||
valueSuffix: "years", description: "Professional craftsmanship"},
|
||||
title: "Experience", values: [10, 15, 20],
|
||||
valueSuffix: "years", description: "Professional craftsmanship"
|
||||
},
|
||||
{
|
||||
title: "Customers", values: ["500+", "750+", "1000+"],
|
||||
description: "Satisfied & returning clients"},
|
||||
title: "Customers", values: [500, 750, 1000],
|
||||
description: "Satisfied & returning clients"
|
||||
},
|
||||
],
|
||||
logoIcon: Scissors,
|
||||
sidebarItems: [
|
||||
@@ -78,13 +81,16 @@ export default function BarbershopAkinPage() {
|
||||
listItems: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Clean, professional environment", status: "Always"},
|
||||
title: "Clean, professional environment", status: "Always"
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Friendly, skilled barbers", status: "Ready"},
|
||||
title: "Friendly, skilled barbers", status: "Ready"
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Quick turnaround, great value", status: "Guaranteed"},
|
||||
title: "Quick turnaround, great value", status: "Guaranteed"
|
||||
},
|
||||
],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/full-body-portrait-stylish-male-who-himself-shaving-while-sitting-barber-chair-hairdressing-salon_613910-18655.jpg", imageAlt: "Professional barbershop interior", searchPlaceholder: "What brings you in?", chartTitle: "Customer Satisfaction", chartData: [
|
||||
@@ -94,7 +100,8 @@ export default function BarbershopAkinPage() {
|
||||
{ value: 99 },
|
||||
{ value: 97 },
|
||||
],
|
||||
listTitle: "Our Commitment", className: "rounded-lg", containerClassName: "bg-card", sidebarClassName: "bg-background-accent", statClassName: "text-foreground", chartClassName: "text-primary-cta", listClassName: "space-y-2"}}
|
||||
listTitle: "Our Commitment", className: "rounded-lg", containerClassName: "bg-card", sidebarClassName: "bg-background-accent", statClassName: "text-foreground", chartClassName: "text-primary-cta", listClassName: "space-y-2"
|
||||
}}
|
||||
ariaLabel="Hero section for BARBERSHOP AKIN"
|
||||
className="rounded-lg"
|
||||
containerClassName="w-full"
|
||||
@@ -115,17 +122,20 @@ export default function BarbershopAkinPage() {
|
||||
title: "Men's Haircuts", description:
|
||||
"Classic cuts, modern styles, and precise fades tailored to your preference. Professional barbers with years of experience.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/hairdresser-spraying-clients-hair_23-2148298274.jpg", imageAlt: "Professional men's haircut service", buttonIcon: ArrowRight,
|
||||
buttonHref: "#contact"},
|
||||
buttonHref: "#contact"
|
||||
},
|
||||
{
|
||||
title: "Beard Trimming & Shaping", description:
|
||||
"Expert beard grooming that keeps you looking sharp. Precision trimming and shaping for the perfect beard style.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=1", imageAlt: "Professional beard trim service", buttonIcon: ArrowRight,
|
||||
buttonHref: "#contact"},
|
||||
"http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Professional beard trim service", buttonIcon: ArrowRight,
|
||||
buttonHref: "#contact"
|
||||
},
|
||||
{
|
||||
title: "Full Grooming Package", description:
|
||||
"Haircut and beard trim combo for the ultimate grooming experience. Save time and look your absolute best.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=2", imageAlt: "Complete grooming and haircut service", buttonIcon: ArrowRight,
|
||||
buttonHref: "#contact"},
|
||||
"http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Complete grooming and haircut service", buttonIcon: ArrowRight,
|
||||
buttonHref: "#contact"
|
||||
},
|
||||
]}
|
||||
title="Our Services"
|
||||
description="Quality haircuts, beard trims, and professional barber services designed to keep you looking sharp."
|
||||
@@ -171,27 +181,33 @@ export default function BarbershopAkinPage() {
|
||||
{
|
||||
id: "1", name: "Mark Stevens", role: "Regular Customer", company: "Scherpenzeel", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Mark Stevens"},
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Mark Stevens"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Johan de Vries", role: "Local Resident", company: "Woudenberg", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Johan de Vries"},
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Johan de Vries"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Pieter Jansen", role: "Long-time Customer", company: "Renswoude", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", imageAlt: "Pieter Jansen"},
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Pieter Jansen"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Kees Mueller", role: "Business Owner", company: "Barneveld", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Kees Mueller"},
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Kees Mueller"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Bart Hendriks", role: "Weekly Visitor", company: "Scherpenzeel", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "Bart Hendriks"},
|
||||
"http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "Bart Hendriks"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Dirk Vermeulen", role: "Loyal Customer", company: "Nearby Villages", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4", imageAlt: "Dirk Vermeulen"},
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Dirk Vermeulen"
|
||||
},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Real feedback from satisfied customers in Scherpenzeel and surrounding villages. 4.8★ rating based on 30+ reviews."
|
||||
@@ -256,7 +272,8 @@ export default function BarbershopAkinPage() {
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
names={[
|
||||
"Google Reviews", "Local Favorite", "Trusted Barber", "Community Choice", "Premium Quality", "Friendly Service", "Expert Barbers", "Customer Rated"]}
|
||||
"Google Reviews", "Local Favorite", "Trusted Barber", "Community Choice", "Premium Quality", "Friendly Service", "Expert Barbers", "Customer Rated"
|
||||
]}
|
||||
title="Trusted by the Community"
|
||||
description="Recommended by locals and loved for quality, craftsmanship, and exceptional service."
|
||||
tag="4.8★ Rating"
|
||||
|
||||
Reference in New Issue
Block a user