Update src/app/page.tsx
This commit is contained in:
@@ -62,10 +62,10 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-customer-getting-haircut-hair-salon_23-2148181960.jpg", imageAlt: "Professional beard trim and grooming service"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205873.jpg", imageAlt: "Modern, clean barbershop interior"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205873.jpg?_wi=1", imageAlt: "Modern, clean barbershop interior"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-scissors-dispenser_23-2148108757.jpg", imageAlt: "Professional barber tools and equipment"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-scissors-dispenser_23-2148108757.jpg?_wi=1", imageAlt: "Professional barber tools and equipment"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kid-getting-haircut-salon-side-view_23-2149870368.jpg", imageAlt: "Friendly barber cutting children's hair"
|
||||
@@ -188,10 +188,10 @@ export default function LandingPage() {
|
||||
id: "2", name: "Beard Grooming", price: "Premium Detail", variant: "Sharp Lines", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Professional beard trim result"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Barbershop Interior", price: "Clean Space", variant: "Professional Atmosphere", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205873.jpg", imageAlt: "Modern barbershop interior design"
|
||||
id: "3", name: "Barbershop Interior", price: "Clean Space", variant: "Professional Atmosphere", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205873.jpg?_wi=2", imageAlt: "Modern barbershop interior design"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Premium Tools", price: "Expert Equipment", variant: "Quality Guaranteed", imageSrc: "http://img.b2bpic.net/free-photo/top-view-scissors-dispenser_23-2148108757.jpg", imageAlt: "Professional barber tools collection"
|
||||
id: "4", name: "Premium Tools", price: "Expert Equipment", variant: "Quality Guaranteed", imageSrc: "http://img.b2bpic.net/free-photo/top-view-scissors-dispenser_23-2148108757.jpg?_wi=2", imageAlt: "Professional barber tools collection"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user