Update src/app/page.tsx
This commit is contained in:
@@ -48,13 +48,13 @@ export default function LandingPage() {
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-hairstylist_23-2150754700.jpg", imageAlt: "Luxury barber shop interior"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-hairstylist_23-2150754700.jpg?_wi=1", imageAlt: "Luxury barber shop interior"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-trimming-beard-client_23-2147778816.jpg", imageAlt: "Professional barber styling"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-trimming-beard-client_23-2147778816.jpg?_wi=1", imageAlt: "Professional barber styling"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186520.jpg", imageAlt: "Premium salon lounge"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186520.jpg?_wi=1", imageAlt: "Premium salon lounge"
|
||||
}
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
@@ -87,15 +87,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Executive Haircut & Style", author: "Master Stylists", description: "Precision cutting and styling tailored to your face shape and personal style. Includes consultation and product recommendation.", tags: ["Haircut", "Popular"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-trimming-beard-client_23-2147778816.jpg", imageAlt: "Executive haircut service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barber-trimming-beard-client_23-2147778816.jpg?_wi=2", imageAlt: "Executive haircut service"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Traditional Hot Shave", author: "Certified Barbers", description: "Classic hot towel shave with premium products. A luxurious experience honoring barbering tradition.", tags: ["Shaving", "Luxury"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-hairstylist_23-2150754700.jpg", imageAlt: "Traditional hot shave"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-hairstylist_23-2150754700.jpg?_wi=2", imageAlt: "Traditional hot shave"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Beard Sculpting & Conditioning", author: "Expert Craftsmen", description: "Custom beard design, trimming, and conditioning treatments to keep your beard looking sharp and healthy.", tags: ["Beard Care", "Grooming"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186520.jpg", imageAlt: "Beard sculpting service"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186520.jpg?_wi=2", imageAlt: "Beard sculpting service"
|
||||
}
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
|
||||
Reference in New Issue
Block a user