Update src/app/page.tsx

This commit is contained in:
2026-05-26 22:16:01 +00:00
parent 38fc8acc9f
commit bdc04b6704

View File

@@ -81,17 +81,17 @@ export default function LandingPage() {
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/tools-from-barbershop-wooden-background_1303-10375.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tools-from-barbershop-wooden-background_1303-10375.jpg?_wi=1",
imageAlt: "Barber cutting hair",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/man-with-foam-face-barbershop_23-2147737009.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-with-foam-face-barbershop_23-2147737009.jpg?_wi=1",
imageAlt: "Hot towel shave",
},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-walking-with-bicycle-near-coast_23-2148176452.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-walking-with-bicycle-near-coast_23-2148176452.jpg?_wi=1",
imageAlt: "Barber shop exterior",
},
{
@@ -167,7 +167,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/tools-from-barbershop-wooden-background_1303-10375.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tools-from-barbershop-wooden-background_1303-10375.jpg?_wi=2",
imageAlt: "man getting classic haircut barber",
},
{
@@ -192,7 +192,7 @@ export default function LandingPage() {
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/man-with-foam-face-barbershop_23-2147737009.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-with-foam-face-barbershop_23-2147737009.jpg?_wi=2",
imageAlt: "man getting classic haircut barber",
},
{
@@ -217,7 +217,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-walking-with-bicycle-near-coast_23-2148176452.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-walking-with-bicycle-near-coast_23-2148176452.jpg?_wi=2",
imageAlt: "man getting classic haircut barber",
},
]}