From fb61f9db8d8fc15e65abb03b8e07c7073ec4d728 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 00:01:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e948482..be0ebfe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,6 +78,8 @@ export default function LandingPage() { ]} useInvertedBackground={false} mediaAnimation="none" + imageSrc="http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-looking-sea-beach-ocean-relax-holiday-vacation-travel_74190-9004.jpg" + imageAlt="hotel amenities features" className="w-full" containerClassName="max-w-6xl mx-auto px-4 py-20" titleClassName="text-4xl md:text-5xl font-light text-[var(--foreground)] mb-4" @@ -100,19 +102,19 @@ export default function LandingPage() { testimonials={[ { id: "testimonial-1", name: "Sarah Johnson", role: "Business Executive", company: "Global Consulting Ltd", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-123449.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-123449.jpg" }, { id: "testimonial-2", name: "Michael Chen", role: "Travel Blogger", company: "@MichaelExplores", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-123449.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-123449.jpg" }, { id: "testimonial-3", name: "Emily Rodriguez", role: "Marketing Director", company: "Digital Solutions Inc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-123449.jpg?_wi=3" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-123449.jpg" }, { id: "testimonial-4", name: "David Thompson", role: "Entrepreneur", company: "Tech Ventures", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-123449.jpg?_wi=4" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-123449.jpg" } ]} className="w-full" -- 2.49.1