Update src/app/page.tsx

This commit is contained in:
2026-03-14 02:32:08 +00:00
parent 6dfdc12e02
commit 28e7e35ca1

View File

@@ -57,15 +57,15 @@ export default function LandingPage() {
testimonials={[
{
name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "Best haircut I've ever had! The team made me feel so comfortable and my new style is perfect.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg", imageAlt: "Sarah Mitchell"
imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg?_wi=1", imageAlt: "Sarah Mitchell"
},
{
name: "Emily Rodriguez", handle: "@emilyrodriguez", testimonial: "The color treatment exceeded my expectations. Professional, friendly, and absolutely worth it!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", imageAlt: "Emily Rodriguez"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg?_wi=1", imageAlt: "Emily Rodriguez"
},
{
name: "James Chen", handle: "@jameschen", testimonial: "Fantastic grooming experience. The barber knew exactly what I wanted and delivered perfectly.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-young-businessman-with-his-arms-crossed-looking-camera_23-2148176207.jpg", imageAlt: "James Chen"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-young-businessman-with-his-arms-crossed-looking-camera_23-2148176207.jpg?_wi=1", imageAlt: "James Chen"
}
]}
testimonialRotationInterval={5000}
@@ -215,15 +215,15 @@ export default function LandingPage() {
testimonials={[
{
id: "test1", name: "Jessica Williams", role: "Marketing Manager", company: "Local Business Owner", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg", imageAlt: "Jessica Williams testimonial"
imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg?_wi=2", imageAlt: "Jessica Williams testimonial"
},
{
id: "test2", name: "Michelle Davis", role: "Event Planner", company: "Wedding Services", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", imageAlt: "Michelle Davis testimonial"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg?_wi=2", imageAlt: "Michelle Davis testimonial"
},
{
id: "test3", name: "David Thompson", role: "Executive", company: "Corporate Professional", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-young-businessman-with-his-arms-crossed-looking-camera_23-2148176207.jpg", imageAlt: "David Thompson testimonial"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-young-businessman-with-his-arms-crossed-looking-camera_23-2148176207.jpg?_wi=2", imageAlt: "David Thompson testimonial"
},
{
id: "test4", name: "Amanda Foster", role: "Fashion Designer", company: "Style Influencer", rating: 5,