From 338c6536f47b459c0e15a3c44377b7020ab1a80c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 08:04:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 080a55e..6244efa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }} /> @@ -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" }, ]} /> @@ -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" }} /> -- 2.49.1