diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ace667..c410cd7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,6 +91,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[{ id: "1", name: "Founder A", imageSrc: "" }]} cardTitle="Community" + cardTag="Testimonials" cardAnimation="slide-up" /> @@ -102,6 +103,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Chronicles" description="Latest developments in the Mindloop ecosystem." + blogs={[]} /> @@ -111,6 +113,7 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[{ id: "q1", title: "Monochrome?", content: "Yes, always." }]} title="Queries" + description="Answers to common questions." faqsAnimation="slide-up" /> @@ -120,6 +123,7 @@ export default function LandingPage() { tag="Contact" title="Join the Loop" description="Let's define the next iteration together." + useInvertedBackground={false} background={{ variant: "gradient-bars" }} /> @@ -128,7 +132,6 @@ export default function LandingPage() {