From 01314659254c15cfc08e57109730cf214ad7f161 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 03:30:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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() { -- 2.49.1