Update src/app/page.tsx

This commit is contained in:
2026-03-11 06:40:49 +00:00
parent daf4843c42
commit 9e424f7922

View File

@@ -50,25 +50,25 @@ export default function LandingPage() {
{ text: "Learn More", href: "#features" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/young-couple-talking-while-having-relationship-problems-bedroom_637285-3339.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-couple-talking-while-having-relationship-problems-bedroom_637285-3339.jpg?_wi=1"
imageAlt="Couple connecting intimately"
mediaAnimation="slide-up"
testimonials={[
{
name: "Sarah Johnson", handle: "Long-Distance Couple", testimonial: "This platform transformed how we stay connected across time zones. We feel closer than ever.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-shirt-beach_1303-9826.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-shirt-beach_1303-9826.jpg?_wi=1"
},
{
name: "Michael Chen", handle: "Proactive Communicator", testimonial: "The structured approach helped us resolve years of tension. We finally understand each other.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheerful-winner_1149-192.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheerful-winner_1149-192.jpg?_wi=1"
},
{
name: "Emma Rodriguez", handle: "Conflict-Avoidant Partner", testimonial: "I felt safe expressing myself here. It's gentle, thoughtful, and exactly what we needed.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-79855.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-79855.jpg?_wi=1"
},
{
name: "James Wilson", handle: "Committed Partner", testimonial: "Celebrating our milestones together on this platform made them feel even more meaningful.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg?_wi=1"
}
]}
testimonialRotationInterval={5000}