Update src/app/page.tsx

This commit is contained in:
2026-03-09 18:43:46 +00:00
parent ec3f3cdc7c
commit f5d0d0dbcd

View File

@@ -57,16 +57,16 @@ export default function LandingPage() {
testimonials={[
{
name: "Marcus Johnson", handle: "Fitness Enthusiast", testimonial: "FitZone changed my life! The trainers are incredible and the community is so supportive.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-using-computer-laptop-home-smiling-confident-pointing-with-fingers-different-directions-copy-space-advertisement_839833-25307.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-using-computer-laptop-home-smiling-confident-pointing-with-fingers-different-directions-copy-space-advertisement_839833-25307.jpg?_wi=1"},
{
name: "Sarah Chen", handle: "Professional", testimonial: "Best gym experience ever. The equipment is top-notch and the atmosphere is motivating.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-gesturing-isolated_176474-43799.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-gesturing-isolated_176474-43799.jpg?_wi=1"},
{
name: "David Williams", handle: "Transformation Success", testimonial: "I've seen amazing results in just 6 months. Highly recommend FitZone!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561947.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561947.jpg?_wi=1"},
{
name: "Emma Rodriguez", handle: "Class Participant", testimonial: "The classes are fun, challenging, and the instructors really care about your progress.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007192.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007192.jpg?_wi=1"},
]}
/>
</div>
@@ -189,13 +189,13 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1", name: "James Patterson", role: "Business Owner", company: "Tech Solutions Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-using-computer-laptop-home-smiling-confident-pointing-with-fingers-different-directions-copy-space-advertisement_839833-25307.jpg"},
id: "1", name: "James Patterson", role: "Business Owner", company: "Tech Solutions Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-using-computer-laptop-home-smiling-confident-pointing-with-fingers-different-directions-copy-space-advertisement_839833-25307.jpg?_wi=2"},
{
id: "2", name: "Nicole Adams", role: "Marketing Manager", company: "Creative Agency", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-gesturing-isolated_176474-43799.jpg"},
id: "2", name: "Nicole Adams", role: "Marketing Manager", company: "Creative Agency", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-gesturing-isolated_176474-43799.jpg?_wi=2"},
{
id: "3", name: "Robert Wilson", role: "Fitness Enthusiast", company: "Independent", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561947.jpg"},
id: "3", name: "Robert Wilson", role: "Fitness Enthusiast", company: "Independent", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561947.jpg?_wi=2"},
{
id: "4", name: "Amanda Foster", role: "Healthcare Professional", company: "Medical Center", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007192.jpg"},
id: "4", name: "Amanda Foster", role: "Healthcare Professional", company: "Medical Center", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007192.jpg?_wi=2"},
]}
kpiItems={[
{ value: "95%", label: "Goal Achievement Rate" },