From 770a38136c1c7880436bd927b97abbba6202dcf7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 03:57:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ad3913..0b9c729 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} />