Update src/app/page.tsx
This commit is contained in:
@@ -68,17 +68,17 @@ export default function LandingPage() {
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-holding-hair-dryer-machine-hairbrush_107420-12145.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-holding-hair-dryer-machine-hairbrush_107420-12145.jpg?_wi=1",
|
||||
imageAlt: "Salon Interior",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-done-beauty-salon_23-2149167404.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-done-beauty-salon_23-2149167404.jpg?_wi=1",
|
||||
imageAlt: "Styling Process",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-washing-clients-hair-barbershop_613910-5471.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-washing-clients-hair-barbershop_613910-5471.jpg?_wi=1",
|
||||
imageAlt: "Healthy Hair",
|
||||
},
|
||||
{
|
||||
@@ -223,7 +223,7 @@ export default function LandingPage() {
|
||||
icon: Sparkles,
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-holding-hair-dryer-machine-hairbrush_107420-12145.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-holding-hair-dryer-machine-hairbrush_107420-12145.jpg?_wi=2",
|
||||
imageAlt: "hair stylist working on hair",
|
||||
},
|
||||
{
|
||||
@@ -242,7 +242,7 @@ export default function LandingPage() {
|
||||
icon: Sun,
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-done-beauty-salon_23-2149167404.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-done-beauty-salon_23-2149167404.jpg?_wi=2",
|
||||
imageAlt: "hair stylist working on hair",
|
||||
},
|
||||
{
|
||||
@@ -261,7 +261,7 @@ export default function LandingPage() {
|
||||
icon: Leaf,
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-washing-clients-hair-barbershop_613910-5471.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-washing-clients-hair-barbershop_613910-5471.jpg?_wi=2",
|
||||
imageAlt: "hair stylist working on hair",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user