Update src/app/page.tsx
This commit is contained in:
@@ -54,7 +54,7 @@ export default function LandingPage() {
|
||||
id: "slide-1", imageSrc: "http://img.b2bpic.net/free-photo/anonymous-woman-trimming-beard-man_23-2147778907.jpg", imageAlt: "Professional barber finishing a clean fade"
|
||||
},
|
||||
{
|
||||
id: "slide-2", imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-smears-face-with-foam-hairdressing-salon_613910-18406.jpg", imageAlt: "Hot towel shave service"
|
||||
id: "slide-2", imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-smears-face-with-foam-hairdressing-salon_613910-18406.jpg?_wi=1", imageAlt: "Hot towel shave service"
|
||||
},
|
||||
{
|
||||
id: "slide-3", imageSrc: "http://img.b2bpic.net/free-photo/male-chef-sharpening-his-knives_23-2148763170.jpg", imageAlt: "Professional barber scissors and tools"
|
||||
@@ -66,7 +66,7 @@ export default function LandingPage() {
|
||||
id: "slide-5", imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop_23-2147778765.jpg", imageAlt: "Modern luxury barbershop interior"
|
||||
},
|
||||
{
|
||||
id: "slide-6", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-hairdresser-shop_23-2149220587.jpg", imageAlt: "Barber performing precision haircut work"
|
||||
id: "slide-6", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-hairdresser-shop_23-2149220587.jpg?_wi=1", imageAlt: "Barber performing precision haircut work"
|
||||
}
|
||||
]}
|
||||
autoPlay={true}
|
||||
@@ -120,15 +120,15 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "classic-cut", brand: "Haircuts", name: "Classic & Modern Fades", price: "$25-35", rating: 5,
|
||||
reviewCount: "47", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-hairdresser-shop_23-2149220587.jpg", imageAlt: "Classic fade haircut service"
|
||||
reviewCount: "47", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-hairdresser-shop_23-2149220587.jpg?_wi=2", imageAlt: "Classic fade haircut service"
|
||||
},
|
||||
{
|
||||
id: "beard-service", brand: "Grooming", name: "Beard Trims & Line Ups", price: "$15-25", rating: 5,
|
||||
reviewCount: "38", imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-smears-face-with-foam-hairdressing-salon_613910-18406.jpg", imageAlt: "Premium beard grooming service"
|
||||
reviewCount: "38", imageSrc: "http://img.b2bpic.net/free-photo/master-hairdresser-prepares-face-shaving-smears-face-with-foam-hairdressing-salon_613910-18406.jpg?_wi=2", imageAlt: "Premium beard grooming service"
|
||||
},
|
||||
{
|
||||
id: "kids-cut", brand: "Family", name: "Kids Haircuts", price: "$20-30", rating: 5,
|
||||
reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/cafe-restaurants-coffee-shop-owners-retail-concept-close-up-cheeky-handsome-waiter-black-apron-barista-guarantee-quality-drinks-showing-okay-sign-smiling-pleased_1258-59319.jpg", imageAlt: "Professional kids haircut service"
|
||||
reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/cafe-restaurants-coffee-shop-owners-retail-concept-close-up-cheeky-handsome-waiter-black-apron-barista-guarantee-quality-drinks-showing-okay-sign-smiling-pleased_1258-59319.jpg?_wi=1", imageAlt: "Professional kids haircut service"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -143,16 +143,16 @@ export default function LandingPage() {
|
||||
animationType="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1", name: "Sarah Johnson", role: "Regular Client", testimonial: "Excellent haircut, exceptionally personable barbers, and very reasonable prices. The Hair Spot is my go-to place for a fresh cut.", imageSrc: "http://img.b2bpic.net/free-photo/cafe-restaurants-coffee-shop-owners-retail-concept-close-up-cheeky-handsome-waiter-black-apron-barista-guarantee-quality-drinks-showing-okay-sign-smiling-pleased_1258-59319.jpg", imageAlt: "Satisfied customer portrait"
|
||||
id: "testimonial-1", name: "Sarah Johnson", role: "Regular Client", testimonial: "Excellent haircut, exceptionally personable barbers, and very reasonable prices. The Hair Spot is my go-to place for a fresh cut.", imageSrc: "http://img.b2bpic.net/free-photo/cafe-restaurants-coffee-shop-owners-retail-concept-close-up-cheeky-handsome-waiter-black-apron-barista-guarantee-quality-drinks-showing-okay-sign-smiling-pleased_1258-59319.jpg?_wi=2", imageAlt: "Satisfied customer portrait"
|
||||
},
|
||||
{
|
||||
id: "testimonial-2", name: "Michael Chen", role: "Loyal Customer", testimonial: "Very genuine and great people, awesome service and reasonable prices! This is what a real neighborhood barbershop should be.", imageSrc: "http://img.b2bpic.net/free-photo/cafe-restaurants-coffee-shop-owners-retail-concept-close-up-cheeky-handsome-waiter-black-apron-barista-guarantee-quality-drinks-showing-okay-sign-smiling-pleased_1258-59319.jpg", imageAlt: "Happy customer portrait"
|
||||
id: "testimonial-2", name: "Michael Chen", role: "Loyal Customer", testimonial: "Very genuine and great people, awesome service and reasonable prices! This is what a real neighborhood barbershop should be.", imageSrc: "http://img.b2bpic.net/free-photo/cafe-restaurants-coffee-shop-owners-retail-concept-close-up-cheeky-handsome-waiter-black-apron-barista-guarantee-quality-drinks-showing-okay-sign-smiling-pleased_1258-59319.jpg?_wi=3", imageAlt: "Happy customer portrait"
|
||||
},
|
||||
{
|
||||
id: "testimonial-3", name: "David Rodriguez", role: "Regular Client", testimonial: "True old school barber shop with fair prices and great personal service. The barbers really care about every cut.", imageSrc: "http://img.b2bpic.net/free-photo/cafe-restaurants-coffee-shop-owners-retail-concept-close-up-cheeky-handsome-waiter-black-apron-barista-guarantee-quality-drinks-showing-okay-sign-smiling-pleased_1258-59319.jpg", imageAlt: "Satisfied client portrait"
|
||||
id: "testimonial-3", name: "David Rodriguez", role: "Regular Client", testimonial: "True old school barber shop with fair prices and great personal service. The barbers really care about every cut.", imageSrc: "http://img.b2bpic.net/free-photo/cafe-restaurants-coffee-shop-owners-retail-concept-close-up-cheeky-handsome-waiter-black-apron-barista-guarantee-quality-drinks-showing-okay-sign-smiling-pleased_1258-59319.jpg?_wi=4", imageAlt: "Satisfied client portrait"
|
||||
},
|
||||
{
|
||||
id: "testimonial-4", name: "James Williams", role: "Frequent Visitor", testimonial: "Been coming here for two years. The precision, the conversation, the prices—everything is perfect. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/cafe-restaurants-coffee-shop-owners-retail-concept-close-up-cheeky-handsome-waiter-black-apron-barista-guarantee-quality-drinks-showing-okay-sign-smiling-pleased_1258-59319.jpg", imageAlt: "Satisfied customer smiling"
|
||||
id: "testimonial-4", name: "James Williams", role: "Frequent Visitor", testimonial: "Been coming here for two years. The precision, the conversation, the prices—everything is perfect. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/cafe-restaurants-coffee-shop-owners-retail-concept-close-up-cheeky-handsome-waiter-black-apron-barista-guarantee-quality-drinks-showing-okay-sign-smiling-pleased_1258-59319.jpg?_wi=5", imageAlt: "Satisfied customer smiling"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user