16 Commits

Author SHA1 Message Date
5f4b5fe5a0 Merge version_12 into main
Merge version_12 into main
2026-05-30 04:52:14 +00:00
920c997f93 Update src/app/page.tsx 2026-05-30 04:52:08 +00:00
a5779c8ecd Merge version_12 into main
Merge version_12 into main
2026-05-29 07:36:12 +00:00
0a4fb6aac5 Update src/app/page.tsx 2026-05-29 07:36:09 +00:00
76fa107ad2 Merge version_10 into main
Merge version_10 into main
2026-05-29 07:33:16 +00:00
a31ad9ca4c Update src/app/page.tsx 2026-05-29 07:33:13 +00:00
9b3b4c33ce Merge version_10 into main
Merge version_10 into main
2026-05-29 07:31:59 +00:00
6db8cba0b7 Update src/app/page.tsx 2026-05-29 07:31:56 +00:00
fe83196a67 Merge version_10 into main
Merge version_10 into main
2026-05-29 07:30:46 +00:00
f2e206b243 Update src/app/page.tsx 2026-05-29 07:30:40 +00:00
1a1f3784c4 Merge version_10 into main
Merge version_10 into main
2026-05-29 07:29:16 +00:00
4a5b0c89ae Update src/app/page.tsx 2026-05-29 07:29:13 +00:00
9c8bf69aa5 Merge version_10 into main
Merge version_10 into main
2026-05-29 07:24:25 +00:00
11473dbe86 Update src/app/page.tsx 2026-05-29 07:24:22 +00:00
e0085f1b1f Switch to version 10: modified src/app/page.tsx 2026-05-29 07:03:35 +00:00
1813f1ef04 Merge version_11 into main
Merge version_11 into main
2026-05-29 07:02:34 +00:00

View File

@@ -167,11 +167,11 @@ export default function LandingPage() {
{
id: "2", title: "Premium Quality Every Time", quote: "The attention to detail and skill here is unmatched. It's more than just a haircut; it's a true grooming ritual. My fade is always perfect.", name: "Noah R.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-hipster-businessman-model-wearing-casual-black-suit_158538-986.jpg", imageAlt: "Satisfied client Noah R."},
{
id: "3", title: "Stylish and Welcoming", quote: "The atmosphere is fantastic luxury and masculine, yet incredibly welcoming. My son loves his kids cuts here too. A true gem in Bundoora.", name: "Ethan P.", role: "Client", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ECu6145ZfUO7BaOKsg2g3ccbhj/uploaded-1780037856444-ss9zwzb6.png", imageAlt: "Satisfied client Ethan P."},
id: "3", title: "Stylish and Welcoming", quote: "The atmosphere is fantastic luxury and masculine, yet incredibly welcoming. My son loves his kids cuts here too. A true gem in Bundoora.", name: "Ethan P.", role: "Client", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ECu6145ZfUO7BaOKsg2g3ccbhj/uploaded-1780039987841-pntpeax9.webp", imageAlt: "Satisfied client Ethan P."},
{
id: "4", title: "My Go-To Barber", quote: "Been coming here since they opened. The professionalism and quality never disappoint. They know exactly what I want every time. Boss level grooming indeed!", name: "Daniel K.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/office-manager_1098-14995.jpg", imageAlt: "Satisfied client Daniel K."},
{
id: "5", title: "Fantastic Experience", quote: "From the hot towel shave to the beard trim, every service is executed with precision and care. I always leave feeling relaxed and perfectly groomed.", name: "Oscar B.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-wearing-hat-looking-camera_171337-1834.jpg", imageAlt: "Satisfied client Oscar B."},
id: "5", title: "Fantastic Experience", quote: "From the hot towel shave to the beard trim, every service is executed with precision and care. I always leave feeling relaxed and perfectly groomed.", name: "Oscar B.", role: "Client", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ECu6145ZfUO7BaOKsg2g3ccbhj/uploaded-1780039900811-89yg92wy.jpg", imageAlt: "Satisfied client Oscar B."},
]}
title="What Our Clients Say"
description="With a 4.9-star rating from over 233 reviews, our community trusts us for exceptional service and results. Hear directly from those who experience the Mr Boss Barber difference."
@@ -191,7 +191,7 @@ export default function LandingPage() {
tagAnimation="none"
buttons={[
{
text: "Follow Us On Instagram", href: "https://www.instagram.com/mrbossbarber/"},
text: "Follow Us On Instagram", href: "https://www.instagram.com/mrboss.barber/"},
]}
buttonAnimation="none"
speed={40}
@@ -233,14 +233,14 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterCard
logoSrc="http://img.b2bpic.net/free-psd/retro-male-gooming-facebook-template_23-2150206883.jpg"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ECu6145ZfUO7BaOKsg2g3ccbhj/uploaded-1780116717607-dkc186np.png"
logoAlt="Mr Boss Barber Logo"
logoText="Mr Boss Barber"
copyrightText="© 2024 Mr Boss Barber. All rights reserved."
socialLinks={[
{
icon: Instagram,
href: "https://www.instagram.com/mrbossbarber/", ariaLabel: "Instagram"},
href: "https://www.instagram.com/mrboss.barber/", ariaLabel: "Instagram"},
]}
/>
</div>