Update src/app/page.tsx

This commit is contained in:
2026-06-10 04:53:33 +00:00
parent 4a69014050
commit 93a674da63

View File

@@ -74,11 +74,11 @@ export default function LandingPage() {
description="Precision cuts, classic shaves, and modern styles for the distinguished gentleman and lady. Discover your perfect look with Gina & Nam Barbershop." description="Precision cuts, classic shaves, and modern styles for the distinguished gentleman and lady. Discover your perfect look with Gina & Nam Barbershop."
leftCarouselItems={[ leftCarouselItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2149220556.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2149220556.jpg?_wi=1",
imageAlt: "Barber giving a precision haircut", imageAlt: "Barber giving a precision haircut",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/woman-shaving-her-client-s-beard-close-up_23-2148353407.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-shaving-her-client-s-beard-close-up_23-2148353407.jpg?_wi=1",
imageAlt: "Barber performing a classic straight razor shave", imageAlt: "Barber performing a classic straight razor shave",
}, },
{ {
@@ -239,7 +239,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-young-man-touching-his-cheeks-with-hand-against-white-backdrop_23-2148088232.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-young-man-touching-his-cheeks-with-hand-against-white-backdrop_23-2148088232.jpg",
imageAlt: "Man with a freshly shaven face", imageAlt: "Man with a freshly shaven face",
}, },
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2149220556.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2149220556.jpg?_wi=2",
imageAlt: "classic men's haircut side view", imageAlt: "classic men's haircut side view",
}, },
{ {
@@ -253,7 +253,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/braid-beard-sketch-blackboard_1379-313.jpg", imageSrc: "http://img.b2bpic.net/free-photo/braid-beard-sketch-blackboard_1379-313.jpg",
imageAlt: "Man with a perfectly styled beard", imageAlt: "Man with a perfectly styled beard",
}, },
imageSrc: "http://img.b2bpic.net/free-photo/woman-shaving-her-client-s-beard-close-up_23-2148353407.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-shaving-her-client-s-beard-close-up_23-2148353407.jpg?_wi=2",
imageAlt: "classic men's haircut side view", imageAlt: "classic men's haircut side view",
}, },
]} ]}