Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-27 13:00:41 +00:00

View File

@@ -50,11 +50,11 @@ export default function LandingPage() {
description="Camillo Barber Shop has served Western Australia since 2019. See live barber availability, current wait times, and book your appointment in seconds."
testimonials={[
{
name: "James W.", testimonial: "Professional", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-getting-her-hairdo-home_23-2148817248.jpg", rating: 5,
name: "James W.", testimonial: "Professional", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-getting-her-hairdo-home_23-2148817248.jpg?_wi=1", rating: 5,
handle: "@jamesw"
},
{
name: "Liam D.", testimonial: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-man-grey-wall_176420-7267.jpg", rating: 5,
name: "Liam D.", testimonial: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-man-grey-wall_176420-7267.jpg?_wi=1", rating: 5,
handle: "@liamd"
},
]}
@@ -155,10 +155,10 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah J.", role: "Regular", company: "Client", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-getting-her-hairdo-home_23-2148817248.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-getting-her-hairdo-home_23-2148817248.jpg?_wi=2"},
{
id: "2", name: "Mark R.", role: "Regular", company: "Client", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-man-grey-wall_176420-7267.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-man-grey-wall_176420-7267.jpg?_wi=2"},
{
id: "3", name: "Chris P.", role: "Regular", company: "Client", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-hipster-with-serious-emotion-red-brick-wall_343059-28.jpg"},