Merge version_2 into main #2
@@ -91,6 +91,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[{ id: "1", name: "Founder A", imageSrc: "" }]}
|
||||
cardTitle="Community"
|
||||
cardTag="Testimonials"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -102,6 +103,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Chronicles"
|
||||
description="Latest developments in the Mindloop ecosystem."
|
||||
blogs={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
@@ -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" }}
|
||||
/>
|
||||
</div>
|
||||
@@ -128,7 +132,6 @@ export default function LandingPage() {
|
||||
<FooterMedia
|
||||
logoText="MINDLOOP"
|
||||
columns={[{ title: "Navigate", items: [{ label: "Top", href: "#nav" }] }]}
|
||||
imageSrc=""
|
||||
videoSrc="https://res.cloudinary.com/dfonotyfb/video/upload/v1775585556/dds3_1_rqhg7x.mp4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user