Update src/app/page.tsx

This commit is contained in:
2026-03-12 22:02:40 +00:00
parent 222f18afad
commit cf78c41184

View File

@@ -53,19 +53,19 @@ export default function LandingPage() {
testimonials={[
{
name: "Sarah Johnson", handle: "Bride, 2024", testimonial: "Best wedding day hair ever! The team was so professional and caring.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-woman-startup-manager-office-posing-with-confidence-looking_1258-195341.jpg?_wi=1", imageAlt: "Sarah Johnson"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-woman-startup-manager-office-posing-with-confidence-looking_1258-195341.jpg", imageAlt: "Sarah Johnson"
},
{
name: "Emma Davis", handle: "Regular Client", testimonial: "I've been coming here for 3 years. Never disappointed!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-403.jpg?_wi=1", imageAlt: "Emma Davis"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-403.jpg", imageAlt: "Emma Davis"
},
{
name: "Michelle Chen", handle: "Corporate Client", testimonial: "They transformed my hair. Feeling confident and gorgeous!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-122910.jpg?_wi=1", imageAlt: "Michelle Chen"
imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-122910.jpg", imageAlt: "Michelle Chen"
},
{
name: "Jessica White", handle: "First Time Client", testimonial: "Welcoming, talented stylists. Will definitely be back!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-woman-with-short-hair-bright-lips-glasses-smiling-outside-trendy-lady-black-clothes-posing-stairs_197531-19325.jpg?_wi=1", imageAlt: "Jessica White"
imageSrc: "http://img.b2bpic.net/free-photo/positive-woman-with-short-hair-bright-lips-glasses-smiling-outside-trendy-lady-black-clothes-posing-stairs_197531-19325.jpg", imageAlt: "Jessica White"
}
]}
testimonialRotationInterval={5000}
@@ -148,19 +148,19 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Johnson", handle: "@sarahj_bride", testimonial: "My wedding day hair was absolutely perfect! The team listened to my vision and executed it flawlessly. I felt like a princess!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-woman-startup-manager-office-posing-with-confidence-looking_1258-195341.jpg?_wi=2", imageAlt: "Sarah Johnson"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-woman-startup-manager-office-posing-with-confidence-looking_1258-195341.jpg", imageAlt: "Sarah Johnson"
},
{
id: "2", name: "Emma Davis", handle: "@emmastyle", testimonial: "I've been a loyal client for 3 years. The quality of service never wavers. They make me feel valued every single visit.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-403.jpg?_wi=2", imageAlt: "Emma Davis"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-403.jpg", imageAlt: "Emma Davis"
},
{
id: "3", name: "Michelle Chen", handle: "@michelle_beauty", testimonial: "They rescued my hair after a bad experience elsewhere. The restoration was amazing. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-122910.jpg?_wi=2", imageAlt: "Michelle Chen"
imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-122910.jpg", imageAlt: "Michelle Chen"
},
{
id: "4", name: "Jessica White", handle: "@jess_transformed", testimonial: "First time visiting and I'm obsessed! The welcoming atmosphere and talent level are incredible.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-woman-with-short-hair-bright-lips-glasses-smiling-outside-trendy-lady-black-clothes-posing-stairs_197531-19325.jpg?_wi=2", imageAlt: "Jessica White"
imageSrc: "http://img.b2bpic.net/free-photo/positive-woman-with-short-hair-bright-lips-glasses-smiling-outside-trendy-lady-black-clothes-posing-stairs_197531-19325.jpg", imageAlt: "Jessica White"
}
]}
/>