Update src/app/page.tsx

This commit is contained in:
2026-03-11 18:31:32 +00:00
parent a923c0fdc0
commit ea3cceb4e3

View File

@@ -47,13 +47,13 @@ export default function LandingPage() {
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/barber-equipment-working-surface-by-mirror-barbershop_627829-8282.jpg", imageAlt: "Professional barbershop interior"
imageSrc: "http://img.b2bpic.net/free-photo/barber-equipment-working-surface-by-mirror-barbershop_627829-8282.jpg?_wi=1", imageAlt: "Professional barbershop interior"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/barber-equipment-working-surface-by-mirror-barbershop_627829-8282.jpg", imageAlt: "Barbershop station setup"
imageSrc: "http://img.b2bpic.net/free-photo/barber-equipment-working-surface-by-mirror-barbershop_627829-8282.jpg?_wi=2", imageAlt: "Barbershop station setup"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/barber-equipment-working-surface-by-mirror-barbershop_627829-8282.jpg", imageAlt: "Premium grooming tools"
imageSrc: "http://img.b2bpic.net/free-photo/barber-equipment-working-surface-by-mirror-barbershop_627829-8282.jpg?_wi=3", imageAlt: "Premium grooming tools"
}
]}
autoplayDelay={5000}
@@ -144,7 +144,7 @@ export default function LandingPage() {
tagIcon={MapPin}
useInvertedBackground={false}
background={{ variant: "radial-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/barber-equipment-working-surface-by-mirror-barbershop_627829-8282.jpg"
imageSrc="http://img.b2bpic.net/free-photo/barber-equipment-working-surface-by-mirror-barbershop_627829-8282.jpg?_wi=4"
imageAlt="Double R Barber storefront"
mediaAnimation="slide-up"
mediaPosition="right"