Update src/app/page.tsx

This commit is contained in:
2026-06-04 03:57:27 +00:00
parent e6aa68e31c
commit 770a38136c

View File

@@ -61,23 +61,23 @@ export default function HomePage() {
]}
testimonials={[
{
id: "1", name: "Luxury Hotel Owner", handle: "@hotelier", testimonial: "Invaluable insights transformed our guest experience.", rating: 5,
name: "Luxury Hotel Owner", handle: "@hotelier", testimonial: "Invaluable insights transformed our guest experience.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-small-plant_23-2149412612.jpg", imageAlt: "happy business owner portrait smiling"
},
{
id: "2", name: "Resort General Manager", handle: "@resortmanager", testimonial: "Identified key loyalty drivers we never saw before.", rating: 5,
name: "Resort General Manager", handle: "@resortmanager", testimonial: "Identified key loyalty drivers we never saw before.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-mock-up_23-2148317328.jpg", imageAlt: "young entrepreneur smiling confident"
},
{
id: "3", name: "Wellness Brand CEO", handle: "@wellnessceo", testimonial: "Actionable data that directly boosted our bookings.", rating: 5,
name: "Wellness Brand CEO", handle: "@wellnessceo", testimonial: "Actionable data that directly boosted our bookings.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-tourist-taking-photos-with-camera-pink-wall-emotions-tourist-color_140725-122570.jpg", imageAlt: "diverse business professional smiling"
},
{
id: "4", name: "Boutique Spa Director", handle: "@spadirector", testimonial: "Understanding our customers better led to clear growth.", rating: 5,
name: "Boutique Spa Director", handle: "@spadirector", testimonial: "Understanding our customers better led to clear growth.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/charming-girl-black-jacket-winking-isolated-background-short-haired-woman-dark-outfit-smiles-white-backdrop_197531-18469.jpg", imageAlt: "elegant woman corporate portrait"
},
{
id: "5", name: "Experience-Based Founder", handle: "@experiencefound", testimonial: "A truly premium service delivering profound clarity.", rating: 5,
name: "Experience-Based Founder", handle: "@experiencefound", testimonial: "A truly premium service delivering profound clarity.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg", imageAlt: "successful male leader portrait"
},
]}
@@ -165,7 +165,7 @@ export default function HomePage() {
title="Ready to Understand What Your Customers Really Need?"
description="Let's turn customer insights into your next competitive advantage. Book a discovery call today to start."
buttons={[{ text: "Book a Discovery Call", href: "/contact" }]}
background={{ variant: "radial-gradient", imageSrc: "http://img.b2bpic.net/free-photo/blurred-restaurant_1203-1096.jpg" }}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
/>
</div>