Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-14 00:01:07 +00:00

View File

@@ -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"