From c285fa113b4457b6067b7c961bda74435502585f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 07:52:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 64f1902..79f82b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,11 +46,11 @@ export default function SitePage() { description="Empowering teenagers and families with vital health knowledge, daily fitness tips, and essential community awareness guidelines for a thriving life." background={{ variant: "radial-gradient" }} testimonials={[ - { id: "1", name: "Sarah Johnson", handle: "@HealthJourney", testimonial: "This platform transformed my approach to wellness. The daily tips are incredibly helpful and easy to integrate!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-caucasian-woman-closes-eyes-with-pleasure-smiles-gently_273609-17904.jpg", imageAlt: "Sarah Johnson" }, - { id: "2", name: "Michael Chen", handle: "@ActiveTeen", testimonial: "As a teenager, I found the fitness and nutrition advice super practical. Feeling more energetic every day!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-playing-videogame_23-2150571997.jpg", imageAlt: "Michael Chen" }, - { id: "3", name: "Emily Rodriguez", handle: "@CommunityCare", testimonial: "The community awareness guidelines are invaluable. I feel better equipped to protect my family from seasonal illnesses.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-man-posing-outdoor_344912-723.jpg", imageAlt: "Emily Rodriguez" }, - { id: "4", name: "David Kim", handle: "@WellnessSeeker", testimonial: "A truly professional and trustworthy source for public health information. Highly recommend it to everyone!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg", imageAlt: "David Kim" }, - { id: "5", name: "Olivia Smith", handle: "@HealthyHabits", testimonial: "The easy-to-understand information on nutrition has made a huge difference in my family's eating habits.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/different-people-doing-volunteer-work_23-2149012263.jpg", imageAlt: "Olivia Smith" } + { name: "Sarah Johnson", handle: "@HealthJourney", testimonial: "This platform transformed my approach to wellness. The daily tips are incredibly helpful and easy to integrate!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-caucasian-woman-closes-eyes-with-pleasure-smiles-gently_273609-17904.jpg", imageAlt: "Sarah Johnson" }, + { name: "Michael Chen", handle: "@ActiveTeen", testimonial: "As a teenager, I found the fitness and nutrition advice super practical. Feeling more energetic every day!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-playing-videogame_23-2150571997.jpg", imageAlt: "Michael Chen" }, + { name: "Emily Rodriguez", handle: "@CommunityCare", testimonial: "The community awareness guidelines are invaluable. I feel better equipped to protect my family from seasonal illnesses.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-man-posing-outdoor_344912-723.jpg", imageAlt: "Emily Rodriguez" }, + { name: "David Kim", handle: "@WellnessSeeker", testimonial: "A truly professional and trustworthy source for public health information. Highly recommend it to everyone!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg", imageAlt: "David Kim" }, + { name: "Olivia Smith", handle: "@HealthyHabits", testimonial: "The easy-to-understand information on nutrition has made a huge difference in my family's eating habits.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/different-people-doing-volunteer-work_23-2149012263.jpg", imageAlt: "Olivia Smith" } ]} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/friends-taking-selfie-sunday-bbq-party_53876-132056.jpg" @@ -83,9 +83,9 @@ export default function SitePage() {