Update src/app/page.tsx

This commit is contained in:
2026-05-18 06:00:18 +00:00
parent bb27449ce9
commit 1592011634

View File

@@ -56,21 +56,21 @@ export default function LandingPage() {
testimonials={[
{
name: "Aanya K.", handle: "@aanyak", testimonial: "Best balayage in Noida! My hair feels healthier than ever.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/process-creating-stand-up-comedy_23-2151058815.jpg", imageAlt: "luxury hair salon interior"},
imageSrc: "http://img.b2bpic.net/free-photo/process-creating-stand-up-comedy_23-2151058815.jpg?_wi=1", imageAlt: "luxury hair salon interior"},
{
name: "Rohan V.", handle: "@rohanv", testimonial: "Excellent service and very professional staff. Highly recommend.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-putting-face-client-towel_23-2147737012.jpg", imageAlt: "luxury hair salon interior"},
imageSrc: "http://img.b2bpic.net/free-photo/woman-putting-face-client-towel_23-2147737012.jpg?_wi=1", imageAlt: "luxury hair salon interior"},
{
name: "Meera S.", handle: "@meeras", testimonial: "Loved my bridal makeup. The team is truly skilled.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/combination-facial-features-concept_23-2150087701.jpg", imageAlt: "luxury hair salon interior"},
{
name: "Vikram P.", handle: "@vikramp", testimonial: "Quick and clean eyebrow threading. My go-to spot.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg", imageAlt: "luxury hair salon interior"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg?_wi=1", imageAlt: "luxury hair salon interior"},
{
name: "Priya J.", handle: "@priyaj", testimonial: "The facials here are amazing. Very relaxing environment.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-getting-ready-wedding_23-2149722027.jpg", imageAlt: "luxury hair salon interior"},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-getting-ready-wedding_23-2149722027.jpg?_wi=1", imageAlt: "luxury hair salon interior"},
]}
imageSrc="http://img.b2bpic.net/free-photo/process-creating-stand-up-comedy_23-2151058815.jpg"
imageSrc="http://img.b2bpic.net/free-photo/process-creating-stand-up-comedy_23-2151058815.jpg?_wi=2"
mediaAnimation="slide-up"
avatars={[
{
@@ -114,7 +114,7 @@ export default function LandingPage() {
{
title: "Relaxing Environment", description: "Enjoy a serene atmosphere designed for your ultimate comfort."},
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-putting-face-client-towel_23-2147737012.jpg"
imageSrc="http://img.b2bpic.net/free-photo/woman-putting-face-client-towel_23-2147737012.jpg?_wi=2"
mediaAnimation="blur-reveal"
/>
</div>
@@ -189,9 +189,9 @@ export default function LandingPage() {
description="Hear what our clients have to say about their experience at Hair Court."
testimonials={[
{
id: "1", name: "Sunita Rao", role: "Corporate Professional", testimonial: "Consistent, high-quality service every single time I visit.", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg"},
id: "1", name: "Sunita Rao", role: "Corporate Professional", testimonial: "Consistent, high-quality service every single time I visit.", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg?_wi=2"},
{
id: "2", name: "Amit Sharma", role: "Businessman", testimonial: "Best shave and haircut in sector 62. Professional staff.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-getting-ready-wedding_23-2149722027.jpg"},
id: "2", name: "Amit Sharma", role: "Businessman", testimonial: "Best shave and haircut in sector 62. Professional staff.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-getting-ready-wedding_23-2149722027.jpg?_wi=2"},
{
id: "3", name: "Neha Gupta", role: "Entrepreneur", testimonial: "Their facials are simply magical. Always leave feeling refreshed.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-treating-dandruff-clinic_23-2149311373.jpg"},
{