Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -139,27 +139,27 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Maya Patel", role: "Student", company: "Finding Calm Daily", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Maya Patel"
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Maya Patel"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Chen", role: "Tech Professional", company: "Mental Health Advocate", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "James Chen"
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "James Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sofia Martinez", role: "Therapist", company: "Wellness Center", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Sofia Martinez"
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Sofia Martinez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Amir Hassan", role: "Young Adult", company: "Anxiety Support Group", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Amir Hassan"
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Amir Hassan"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Emma Wilson", role: "Artist", company: "Creative Community", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Emma Wilson"
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=5", imageAlt: "Emma Wilson"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Kai Tanaka", role: "Meditation Coach", company: "Wellness Educator", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Kai Tanaka"
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=6", imageAlt: "Kai Tanaka"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
|
||||
Reference in New Issue
Block a user