Merge version_2 into main #3
@@ -48,6 +48,7 @@ export default function LandingPage() {
|
||||
layoutOrder="default"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BekglFHX0UTJt9ndoaRZloQDZR/a-futuristic-digital-study-dashboard-wit-1774857721319-e04dabbf.png?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -59,9 +60,9 @@ export default function LandingPage() {
|
||||
title="Digital Study Deck Hub"
|
||||
description="A professional-grade grid workspace designed for structured knowledge acquisition and efficient learning management."
|
||||
features={[
|
||||
{ id: "1", title: "Active Recall Decks", author: "System", description: "High-retention flashcard system.", tags: ["Flashcards", "Efficiency"] },
|
||||
{ id: "2", title: "Smart Knowledge Grid", author: "System", description: "Organize your materials in a clean, professional grid.", tags: ["Grid", "Layout"] },
|
||||
{ id: "3", title: "Collaborative Study", author: "System", description: "Share and manage study spaces collectively.", tags: ["Social", "Team"] },
|
||||
{ id: "1", title: "Active Recall Decks", author: "System", description: "High-retention flashcard system.", tags: ["Flashcards", "Efficiency"], videoSrc: "https://example.com/video1.mp4" },
|
||||
{ id: "2", title: "Smart Knowledge Grid", author: "System", description: "Organize your materials in a clean, professional grid.", tags: ["Grid", "Layout"], videoSrc: "https://example.com/video2.mp4" },
|
||||
{ id: "3", title: "Collaborative Study", author: "System", description: "Share and manage study spaces collectively.", tags: ["Social", "Team"], videoSrc: "https://example.com/video3.mp4" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -126,6 +127,7 @@ export default function LandingPage() {
|
||||
title="Get Started with the Hub"
|
||||
description="Connect with us to discuss team and institutional access options."
|
||||
buttons={[{ text: "Inquire Now", href: "#" }]}
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user