diff --git a/src/app/page.tsx b/src/app/page.tsx index 3bdc3ec..0ba317e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -149,10 +149,10 @@ export default function LandingPage() { animationType="blur-reveal" testimonials={[ { - id: "testimonial-1", name: "Shilpa Sharma", handle: "@shilpasharma", testimonial: "Excellent salon with very professional staff. Clean environment and great service. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-nature_23-2148918904.jpg", imageAlt: "happy customer smiling portrait", icon: Star + id: "testimonial-1", name: "Shilpa Sharma", handle: "@shilpasharma", testimonial: "Excellent salon with very professional staff. Clean environment and great service. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-nature_23-2148918904.jpg?_wi=1", imageAlt: "happy customer smiling portrait", icon: Star }, { - id: "testimonial-2", name: "Vikas Thakur", handle: "@vikasthakur", testimonial: "The atmosphere was relaxing, and the results exceeded my expectations. My entire family visits now.", imageSrc: "http://img.b2bpic.net/free-photo/happy-pleased-male-customer-smiling-pointing-left-copyspace_176420-18755.jpg", imageAlt: "happy man smiling portrait", icon: Star + id: "testimonial-2", name: "Vikas Thakur", handle: "@vikasthakur", testimonial: "The atmosphere was relaxing, and the results exceeded my expectations. My entire family visits now.", imageSrc: "http://img.b2bpic.net/free-photo/happy-pleased-male-customer-smiling-pointing-left-copyspace_176420-18755.jpg?_wi=1", imageAlt: "happy man smiling portrait", icon: Star }, { id: "testimonial-3", name: "Priya Patel", handle: "@priyapatel", testimonial: "Best salon experience ever! The stylists really listened to what I wanted. Will definitely come back.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-photo-winking_1262-18343.jpg", imageAlt: "happy woman portrait smiling natural", icon: Star @@ -161,10 +161,10 @@ export default function LandingPage() { id: "testimonial-4", name: "Rajesh Kumar", handle: "@rajeshkumar", testimonial: "Brought my kids here and they loved it. Hygienic, professional, and the pricing is fair. Highly satisfied!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "happy person smiling headshot", icon: Star }, { - id: "testimonial-5", name: "Anjali Singh", handle: "@anjalisingh", testimonial: "A hidden gem in the city! The grooming services are top-notch and the staff is incredibly friendly.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-nature_23-2148918904.jpg", imageAlt: "happy customer smiling portrait", icon: Star + id: "testimonial-5", name: "Anjali Singh", handle: "@anjalisingh", testimonial: "A hidden gem in the city! The grooming services are top-notch and the staff is incredibly friendly.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-nature_23-2148918904.jpg?_wi=2", imageAlt: "happy customer smiling portrait", icon: Star }, { - id: "testimonial-6", name: "Arjun Desai", handle: "@arjundesai", testimonial: "Finally found a salon I can trust completely. Professional, clean, and welcoming. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/happy-pleased-male-customer-smiling-pointing-left-copyspace_176420-18755.jpg", imageAlt: "happy man smiling portrait", icon: Star + id: "testimonial-6", name: "Arjun Desai", handle: "@arjundesai", testimonial: "Finally found a salon I can trust completely. Professional, clean, and welcoming. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/happy-pleased-male-customer-smiling-pointing-left-copyspace_176420-18755.jpg?_wi=2", imageAlt: "happy man smiling portrait", icon: Star } ]} textBoxTitleClassName="text-4xl md:text-5xl font-light mb-4"