Update src/app/page.tsx

This commit is contained in:
2026-04-28 15:24:28 +00:00
parent e8cb645b97
commit c328ea2195

View File

@@ -63,15 +63,15 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/man-with-glass-liquor-barbershop_23-2147737089.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-with-glass-liquor-barbershop_23-2147737089.jpg?_wi=1",
imageAlt: "barber shop skin fade",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-skin-texture_23-2149457576.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-skin-texture_23-2149457576.jpg?_wi=1",
imageAlt: "skin fade close up",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/child-getting-haircut-salon_23-2150462518.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/child-getting-haircut-salon_23-2150462518.jpg?_wi=1",
imageAlt: "barber cutting kids hair",
},
{
@@ -107,7 +107,7 @@ export default function LandingPage() {
imageAlt: "skin fade close up",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/man-with-glass-liquor-barbershop_23-2147737089.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-with-glass-liquor-barbershop_23-2147737089.jpg?_wi=2",
imageAlt: "skin fade close up",
},
{
@@ -124,7 +124,7 @@ export default function LandingPage() {
imageAlt: "barber cutting kids hair",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-skin-texture_23-2149457576.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-skin-texture_23-2149457576.jpg?_wi=2",
imageAlt: "skin fade close up",
},
{
@@ -141,7 +141,7 @@ export default function LandingPage() {
imageAlt: "hair tattoo pattern",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/child-getting-haircut-salon_23-2150462518.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/child-getting-haircut-salon_23-2150462518.jpg?_wi=2",
imageAlt: "skin fade close up",
},
]}