Update src/app/page.tsx

This commit is contained in:
2026-03-19 03:39:59 +00:00
parent 9dbc45b273
commit 3ad0091b15

View File

@@ -115,7 +115,7 @@ export default function LandingPage() {
{ text: "Book Now", href: "#" },
{ text: "View Location", href: "#" }
],
imageSrc: "http://img.b2bpic.net/free-photo/blue-restaurant_1361-222.jpg", imageAlt: "Wollert barbershop location"
imageSrc: "http://img.b2bpic.net/free-photo/blue-restaurant_1361-222.jpg?_wi=1", imageAlt: "Wollert barbershop location"
},
{
id: 2,
@@ -172,7 +172,7 @@ export default function LandingPage() {
description="More than just haircuts. We provide an experience."
subdescription="Our team combines technical excellence with genuine hospitality, creating a welcoming space where you'll feel valued and relaxed."
icon={CheckCircle}
imageSrc="http://img.b2bpic.net/free-photo/blue-restaurant_1361-222.jpg"
imageSrc="http://img.b2bpic.net/free-photo/blue-restaurant_1361-222.jpg?_wi=2"
imageAlt="VR Barbershop interior experience"
mediaAnimation="opacity"
useInvertedBackground={true}
@@ -221,16 +221,16 @@ export default function LandingPage() {
tagAnimation="opacity"
testimonials={[
{
id: "1", name: "Welcoming Atmosphere", handle: "@vrbarbershop", testimonial: "Step into a relaxed, friendly environment where you'll feel at home", imageSrc: "http://img.b2bpic.net/free-photo/woman-shears-dog-dog-sitting-couch-breed-yorkshire-terrier_1157-46558.jpg", imageAlt: "Welcoming barbershop atmosphere"
id: "1", name: "Welcoming Atmosphere", handle: "@vrbarbershop", testimonial: "Step into a relaxed, friendly environment where you'll feel at home", imageSrc: "http://img.b2bpic.net/free-photo/woman-shears-dog-dog-sitting-couch-breed-yorkshire-terrier_1157-46558.jpg?_wi=1", imageAlt: "Welcoming barbershop atmosphere"
},
{
id: "2", name: "Premium Amenities", handle: "@vrbarbershop", testimonial: "Enjoy entertainment and comfortable seating while waiting for your appointment", imageSrc: "http://img.b2bpic.net/free-photo/woman-shears-dog-dog-sitting-couch-breed-yorkshire-terrier_1157-46558.jpg", imageAlt: "Premium barbershop amenities"
id: "2", name: "Premium Amenities", handle: "@vrbarbershop", testimonial: "Enjoy entertainment and comfortable seating while waiting for your appointment", imageSrc: "http://img.b2bpic.net/free-photo/woman-shears-dog-dog-sitting-couch-breed-yorkshire-terrier_1157-46558.jpg?_wi=2", imageAlt: "Premium barbershop amenities"
},
{
id: "3", name: "Professional Service", handle: "@vrbarbershop", testimonial: "Expert barbers who listen to your needs and deliver exceptional results", imageSrc: "http://img.b2bpic.net/free-photo/woman-shears-dog-dog-sitting-couch-breed-yorkshire-terrier_1157-46558.jpg", imageAlt: "Professional barber service"
id: "3", name: "Professional Service", handle: "@vrbarbershop", testimonial: "Expert barbers who listen to your needs and deliver exceptional results", imageSrc: "http://img.b2bpic.net/free-photo/woman-shears-dog-dog-sitting-couch-breed-yorkshire-terrier_1157-46558.jpg?_wi=3", imageAlt: "Professional barber service"
},
{
id: "4", name: "Community Focus", handle: "@vrbarbershop", testimonial: "Be part of our growing community of satisfied, loyal clients", imageSrc: "http://img.b2bpic.net/free-photo/woman-shears-dog-dog-sitting-couch-breed-yorkshire-terrier_1157-46558.jpg", imageAlt: "VR Barbershop community"
id: "4", name: "Community Focus", handle: "@vrbarbershop", testimonial: "Be part of our growing community of satisfied, loyal clients", imageSrc: "http://img.b2bpic.net/free-photo/woman-shears-dog-dog-sitting-couch-breed-yorkshire-terrier_1157-46558.jpg?_wi=4", imageAlt: "VR Barbershop community"
}
]}
animationType="slide-up"