Update src/app/page.tsx

This commit is contained in:
2026-03-10 21:20:08 +00:00
parent 2046f80913
commit bcbc3a2f23

View File

@@ -46,13 +46,13 @@ export default function LandingPage() {
title="Premium Barber in Prague 1"
description="Classic cuts, modern style, and a relaxed atmosphere. Experience expert grooming from Prague's most trusted barbers."
tag="⭐ 4.8 / 5 Stars"
imageSrc="http://img.b2bpic.net/free-photo/close-up-washing-hair-barber-shop_23-2148298320.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-washing-hair-barber-shop_23-2148298320.jpg?_wi=1"
imageAlt="Premium barber shop interior"
mediaAnimation="slide-up"
testimonials={[
{
name: "Alisa Hester", handle: "Visiting Customer", testimonial: "Professional, clean, and incredibly friendly barbers. Best haircut I've had in Prague!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg", imageAlt: "Alisa Hester"
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg?_wi=1", imageAlt: "Alisa Hester"
}
]}
buttons={[
@@ -72,7 +72,7 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Martin Svoboda", role: "Local Professional", company: "Prague 1 Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg", imageAlt: "Martin Svoboda"
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg?_wi=2", imageAlt: "Martin Svoboda"
},
{
id: "2", name: "Jakub Novotny", role: "Business Owner", company: "Tech Startup", rating: 5,
@@ -229,7 +229,7 @@ export default function LandingPage() {
description="Book your appointment or give us a call. Our barbers are ready to give you the haircut you deserve."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/close-up-washing-hair-barber-shop_23-2148298320.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-washing-hair-barber-shop_23-2148298320.jpg?_wi=2"
imageAlt="Call-to-Action"
mediaAnimation="slide-up"
mediaPosition="right"