Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-09 16:49:59 +00:00
2 changed files with 1373 additions and 6 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -53,13 +53,13 @@ export default function LandingPage() {
testimonials={[
{
name: "Michael Johnson", handle: "Regular Client", testimonial: "Best haircut I've ever had. The precision and attention to detail are unmatched.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-young-redhead-woman-with-charming-smile-healthy-clean-skin_273609-9036.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-young-redhead-woman-with-charming-smile-healthy-clean-skin_273609-9036.jpg?_wi=1"},
{
name: "David Martinez", handle: "Satisfied Customer", testimonial: "Professional barbers who understand what you want. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-brushing-dog_23-2149652660.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-brushing-dog_23-2149652660.jpg?_wi=1"},
{
name: "James Wilson", handle: "Loyal Member", testimonial: "A true gem in the city. Every visit is an exceptional grooming experience.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-laptop-with-her-dog_23-2148567041.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-laptop-with-her-dog_23-2148567041.jpg?_wi=1"},
]}
buttons={[
{ text: "Book Your Cut", href: "contact" },
@@ -149,11 +149,11 @@ export default function LandingPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Michael Johnson, CEO", date: "Date: 15 January 2025", title: "Exceptional Service Every Time", quote: "Marco and his team deliver consistent excellence. Every visit is a premium experience. I've been a loyal client for 5 years.", tag: "Premium Member", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-young-redhead-woman-with-charming-smile-healthy-clean-skin_273609-9036.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-young-redhead-woman-with-charming-smile-healthy-clean-skin_273609-9036.jpg"},
id: "1", name: "Michael Johnson, CEO", date: "Date: 15 January 2025", title: "Exceptional Service Every Time", quote: "Marco and his team deliver consistent excellence. Every visit is a premium experience. I've been a loyal client for 5 years.", tag: "Premium Member", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-young-redhead-woman-with-charming-smile-healthy-clean-skin_273609-9036.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-young-redhead-woman-with-charming-smile-healthy-clean-skin_273609-9036.jpg?_wi=2"},
{
id: "2", name: "David Martinez, Manager", date: "Date: 10 January 2025", title: "Best Barbers in Town", quote: "Finally found a barbershop that understands true craftsmanship. The attention to detail is remarkable.", tag: "Regular Client", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-woman-brushing-dog_23-2149652660.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-brushing-dog_23-2149652660.jpg"},
id: "2", name: "David Martinez, Manager", date: "Date: 10 January 2025", title: "Best Barbers in Town", quote: "Finally found a barbershop that understands true craftsmanship. The attention to detail is remarkable.", tag: "Regular Client", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-woman-brushing-dog_23-2149652660.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-brushing-dog_23-2149652660.jpg?_wi=2"},
{
id: "3", name: "James Wilson, Entrepreneur", date: "Date: 5 January 2025", title: "Worth Every Penny", quote: "Professional, clean, and welcoming atmosphere. The barbers truly care about their craft.", tag: "Satisfied Customer", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-laptop-with-her-dog_23-2148567041.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-laptop-with-her-dog_23-2148567041.jpg"},
id: "3", name: "James Wilson, Entrepreneur", date: "Date: 5 January 2025", title: "Worth Every Penny", quote: "Professional, clean, and welcoming atmosphere. The barbers truly care about their craft.", tag: "Satisfied Customer", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-laptop-with-her-dog_23-2148567041.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-laptop-with-her-dog_23-2148567041.jpg?_wi=2"},
{
id: "4", name: "Robert Taylor, Designer", date: "Date: 20 December 2024", title: "Outstanding Experience", quote: "The precision cuts combined with amazing customer service make this the best barbershop experience I've had.", tag: "New Customer", avatarSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg"},
]}