Update src/app/page.tsx

This commit is contained in:
2026-03-26 03:45:16 +00:00
parent a6d2214d8a
commit 98501e06a8

View File

@@ -72,53 +72,53 @@ export default function LandingPage() {
description="Experience the finest cuts, shaves, and grooming services in a classic, relaxing environment."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-preparing-equipment-work-barber-shop_23-2148182010.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-preparing-equipment-work-barber-shop_23-2148182010.jpg?_wi=1",
imageAlt: "Barber cutting a client's hair in a vintage style.",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/sportive-handsome-man-looking-away_23-2148284781.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sportive-handsome-man-looking-away_23-2148284781.jpg?_wi=1",
imageAlt: "Close up of a hot towel shave in progress.",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/faceless-woman-cutting-beard-man_23-2147778905.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/faceless-woman-cutting-beard-man_23-2147778905.jpg?_wi=1",
imageAlt: "Barber carefully trimming a client's beard.",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205858.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205858.jpg?_wi=1",
imageAlt: "Interior of a classic barbershop with empty chairs.",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-hairdresser-looking-camera_23-2147839785.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-hairdresser-looking-camera_23-2147839785.jpg?_wi=1",
imageAlt: "Client smiling, happy with their fresh haircut.",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cosmetic-products-frame-with-copy-space_23-2148261054.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cosmetic-products-frame-with-copy-space_23-2148261054.jpg?_wi=1",
imageAlt: "Assortment of professional barber tools.",
},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205858.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205858.jpg?_wi=2",
imageAlt: "Interior of a classic barbershop with empty chairs.",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-hairdresser-looking-camera_23-2147839785.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-hairdresser-looking-camera_23-2147839785.jpg?_wi=2",
imageAlt: "Client smiling, happy with their fresh haircut.",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cosmetic-products-frame-with-copy-space_23-2148261054.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cosmetic-products-frame-with-copy-space_23-2148261054.jpg?_wi=2",
imageAlt: "Assortment of professional barber tools.",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-preparing-equipment-work-barber-shop_23-2148182010.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-preparing-equipment-work-barber-shop_23-2148182010.jpg?_wi=2",
imageAlt: "Barber cutting a client's hair in a vintage style.",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/sportive-handsome-man-looking-away_23-2148284781.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sportive-handsome-man-looking-away_23-2148284781.jpg?_wi=2",
imageAlt: "Close up of a hot towel shave in progress.",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/faceless-woman-cutting-beard-man_23-2147778905.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/faceless-woman-cutting-beard-man_23-2147778905.jpg?_wi=2",
imageAlt: "Barber carefully trimming a client's beard.",
},
]}