Update src/app/page.tsx

This commit is contained in:
2026-04-05 22:58:21 +00:00
parent cb4b3a4a8a
commit 5fbdbd5c82

View File

@@ -93,17 +93,17 @@ export default function LandingPage() {
{
title: "Signature Haircut",
description: "Consultation, precision cut, and styling.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-scissors_23-2148859736.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-scissors_23-2148859736.jpg?_wi=1",
},
{
title: "Fade & Lineup",
description: "Crisp edges and architectural fades.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-customer-waiting-haircut_23-2148256975.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-customer-waiting-haircut_23-2148256975.jpg?_wi=1",
},
{
title: "Beard Sculpting",
description: "Expert trimming and definition.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-barbershop-concept_23-2148506221.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-barbershop-concept_23-2148506221.jpg?_wi=1",
},
]}
title="Our Services"
@@ -148,7 +148,7 @@ export default function LandingPage() {
handle: "Regular Client",
testimonial: "Consistency and quality unmatched.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-customer-waiting-haircut_23-2148256975.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-customer-waiting-haircut_23-2148256975.jpg?_wi=2",
},
{
id: "5",
@@ -156,7 +156,7 @@ export default function LandingPage() {
handle: "Verified Client",
testimonial: "True professionals and the best in town.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-barbershop-concept_23-2148506221.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-barbershop-concept_23-2148506221.jpg?_wi=2",
},
]}
showRating={true}
@@ -200,7 +200,7 @@ export default function LandingPage() {
description="Ready for your best look? Book your spot with Kamil or Daniel today."
mediaAnimation="slide-up"
buttonText="Get Directions"
imageSrc="http://img.b2bpic.net/free-photo/close-up-hand-holding-scissors_23-2148859736.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-hand-holding-scissors_23-2148859736.jpg?_wi=2"
imageAlt="Barber station"
/>
</div>