Update src/app/page.tsx
This commit is contained in:
@@ -57,7 +57,6 @@ export default function LandingPage() {
|
||||
{ text: "Learn More", href: "#about" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -140,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?_wi=1", imageAlt: "Maya Patel"
|
||||
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Maya Patel"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Chen", role: "Tech Professional", company: "Mental Health Advocate", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "James Chen"
|
||||
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "James Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sofia Martinez", role: "Therapist", company: "Wellness Center", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Sofia Martinez"
|
||||
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Sofia Martinez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Amir Hassan", role: "Young Adult", company: "Anxiety Support Group", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Amir Hassan"
|
||||
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Amir Hassan"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Emma Wilson", role: "Artist", company: "Creative Community", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=5", imageAlt: "Emma Wilson"
|
||||
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Emma Wilson"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Kai Tanaka", role: "Meditation Coach", company: "Wellness Educator", rating: 5,
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=6", imageAlt: "Kai Tanaka"
|
||||
imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Kai Tanaka"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -194,7 +193,7 @@ export default function LandingPage() {
|
||||
description="Join a global community discovering the transformative power of intentional sound design and responsive visual feedback. Your emotional sanctuary awaits."
|
||||
tagIcon={Send}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Begin Listening"
|
||||
|
||||
Reference in New Issue
Block a user