Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-06 19:18:09 +00:00

View File

@@ -20,7 +20,7 @@ export default function BarberPage() {
borderRadius="rounded"
contentWidth="small"
sizing="mediumSizeLargeTitles"
background="floatingGradient"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass"
@@ -45,7 +45,7 @@ export default function BarberPage() {
<HeroBillboard
title="Supreme Barber Studio"
description="Experience premium barbering excellence. Expert stylists, precision cuts, and professional grooming services tailored to your unique style."
background={{ variant: "floatingGradient" }}
background={{ variant: "sparkles-gradient" }}
tag="Premium Barbershop"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -65,7 +65,8 @@ export default function BarberPage() {
heading={[
{ type: "text", content: "Crafting Perfect" },
{
type: "image", src: "http://img.b2bpic.net/free-photo/vintage-border-salon-tools-wooden-table-jobs-career-concept_53876-128908.jpg", alt: "Professional barber tools"},
type: "image", src: "http://img.b2bpic.net/free-photo/vintage-border-salon-tools-wooden-table-jobs-career-concept_53876-128908.jpg", alt: "Professional barber tools"
},
{ type: "text", content: "Styles Since 2010" },
]}
buttons={[{ text: "View Our Story", href: "services" }]}
@@ -153,32 +154,32 @@ export default function BarberPage() {
id: "1", name: "Michael Rodriguez, Business Owner", date: "Date: 15 November 2024", title: "Best Barber Experience Ever!", quote:
"The attention to detail and professionalism at Supreme Barber Studio is unmatched. Every haircut is perfect, and the atmosphere is welcoming and professional. Highly recommend!", tag: "Premium Service", avatarSrc:
"http://img.b2bpic.net/free-photo/black-businessman-sad-expression_1194-2739.jpg", avatarAlt: "Michael Rodriguez", imageSrc:
"http://img.b2bpic.net/free-photo/hairdresser-combing-drying-hair-senior-client_23-2148181899.jpg?_wi=1", imageAlt: "Modern barbershop interior"},
"http://img.b2bpic.net/free-photo/hairdresser-combing-drying-hair-senior-client_23-2148181899.jpg", imageAlt: "Modern barbershop interior"},
{
id: "2", name: "James Patterson, Executive", date: "Date: 10 November 2024", title: "Worth Every Penny", quote:
"I've tried many barbershops, but Supreme Barber Studio stands out with their expertise and customer service. The fade cuts are absolutely perfect.", tag: "Exceptional Quality", avatarSrc:
"http://img.b2bpic.net/free-photo/talk-coffee-break_1098-16160.jpg", avatarAlt: "James Patterson", imageSrc:
"http://img.b2bpic.net/free-photo/side-view-barber-grooming-beard_23-2148298293.jpg?_wi=1", imageAlt: "Professional barber performing fade cut"},
"http://img.b2bpic.net/free-photo/side-view-barber-grooming-beard_23-2148298293.jpg", imageAlt: "Professional barber performing fade cut"},
{
id: "3", name: "Christopher Lee, Marketing Pro", date: "Date: 5 November 2024", title: "Exceeded My Expectations", quote:
"From the moment I walked in, I felt welcomed. The barbers know their craft and take pride in their work. This is now my regular spot!", tag: "Customer Favorite", avatarSrc:
"http://img.b2bpic.net/free-photo/young-handsome-man-smiling-cheerfully-showing-thumbs-up-standing-pink-wall_141793-23039.jpg", avatarAlt: "Christopher Lee", imageSrc:
"http://img.b2bpic.net/free-photo/hairdresser-combing-drying-hair-senior-client_23-2148181899.jpg?_wi=2", imageAlt: "Premium barbershop styling station"},
"http://img.b2bpic.net/free-photo/hairdresser-combing-drying-hair-senior-client_23-2148181899.jpg", imageAlt: "Premium barbershop styling station"},
{
id: "4", name: "David Martinez, Designer", date: "Date: 28 October 2024", title: "Professional Excellence", quote:
"The hot towel shave experience is incredible. The barbers are skilled professionals who genuinely care about their clients' satisfaction.", tag: "Premium Experience", avatarSrc:
"http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586561.jpg", avatarAlt: "David Martinez", imageSrc:
"http://img.b2bpic.net/free-photo/side-view-barber-grooming-beard_23-2148298293.jpg?_wi=2", imageAlt: "Expert barber styling hair"},
"http://img.b2bpic.net/free-photo/side-view-barber-grooming-beard_23-2148298293.jpg", imageAlt: "Expert barber styling hair"},
{
id: "5", name: "Robert Thompson, Tech CEO", date: "Date: 20 October 2024", title: "Five Stars All Around", quote:
"Supreme Barber Studio delivers premium grooming services with exceptional attention to detail. Worth recommending to all my colleagues.", tag: "Top Rated", avatarSrc:
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", avatarAlt: "Robert Thompson", imageSrc:
"http://img.b2bpic.net/free-photo/hairdresser-combing-drying-hair-senior-client_23-2148181899.jpg?_wi=3", imageAlt: "Welcoming barbershop environment"},
"http://img.b2bpic.net/free-photo/hairdresser-combing-drying-hair-senior-client_23-2148181899.jpg", imageAlt: "Welcoming barbershop environment"},
{
id: "6", name: "Steven Anderson, Entrepreneur", date: "Date: 12 October 2024", title: "True Barbering Craftsmanship", quote:
"The barbers here understand their craft completely. Every service is executed with precision and pride. Best barbershop in town!", tag: "Highly Recommended", avatarSrc:
"http://img.b2bpic.net/free-photo/close-up-young-businessman_23-2149153863.jpg", avatarAlt: "Steven Anderson", imageSrc:
"http://img.b2bpic.net/free-photo/side-view-barber-grooming-beard_23-2148298293.jpg?_wi=3", imageAlt: "Professional barber expertise"},
"http://img.b2bpic.net/free-photo/side-view-barber-grooming-beard_23-2148298293.jpg", imageAlt: "Professional barber expertise"},
]}
textboxLayout="default"
useInvertedBackground={false}