Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-12 19:10:32 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
{ text: "Start Learning", href: "#courses" },
{ text: "Explore Features", href: "#features" },
]}
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-top-view-office-table-desk-workspace-background_1150-6821.jpg"
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-top-view-office-table-desk-workspace-background_1150-6821.jpg?_wi=1"
imageAlt="Modern online learning platform"
showDimOverlay={true}
ariaLabel="Hero section for LearnFlow learning platform"
@@ -63,15 +63,15 @@ export default function LandingPage() {
{
id: "1", title: "Interactive Cards", descriptions: [
"Engage with lesson content through beautiful flip cards", "Each card contains focused, bite-sized learning modules", "Click to reveal deeper explanations and examples", "Perfect for active recall and spaced repetition learning"],
imageSrc: "http://img.b2bpic.net/free-vector/elegant-business-card-template-with-modern-style_23-2147911511.jpg", imageAlt: "Interactive card-based learning system"},
imageSrc: "http://img.b2bpic.net/free-vector/elegant-business-card-template-with-modern-style_23-2147911511.jpg?_wi=1", imageAlt: "Interactive card-based learning system"},
{
id: "2", title: "Progress Tracking", descriptions: [
"Visualize your learning journey with real-time metrics", "Track completion rates across all courses and modules", "Receive milestone celebrations for achievements", "Monitor time spent and mastery levels per topic"],
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop-office_53876-94923.jpg", imageAlt: "Learning progress tracking dashboard"},
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop-office_53876-94923.jpg?_wi=1", imageAlt: "Learning progress tracking dashboard"},
{
id: "3", title: "Community Learning", descriptions: [
"Connect with peers studying the same topics", "Share insights and discuss complex concepts", "Participate in group challenges and study sessions", "Learn from diverse perspectives in your community"],
imageSrc: "http://img.b2bpic.net/free-photo/couple-serious-adult-students-working-project-library_74855-1587.jpg", imageAlt: "Online learning community collaboration"},
imageSrc: "http://img.b2bpic.net/free-photo/couple-serious-adult-students-working-project-library_74855-1587.jpg?_wi=1", imageAlt: "Online learning community collaboration"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -103,13 +103,13 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "LearnFlow", name: "Web Development Fundamentals", price: "Free", rating: 5,
reviewCount: "3.2k", imageSrc: "http://img.b2bpic.net/free-vector/elegant-business-card-template-with-modern-style_23-2147911511.jpg", imageAlt: "Web Development course"},
reviewCount: "3.2k", imageSrc: "http://img.b2bpic.net/free-vector/elegant-business-card-template-with-modern-style_23-2147911511.jpg?_wi=2", imageAlt: "Web Development course"},
{
id: "2", brand: "LearnFlow", name: "Advanced JavaScript Mastery", price: "$49", rating: 5,
reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop-office_53876-94923.jpg", imageAlt: "JavaScript course"},
reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-laptop-office_53876-94923.jpg?_wi=2", imageAlt: "JavaScript course"},
{
id: "3", brand: "LearnFlow", name: "UI/UX Design Principles", price: "$39", rating: 5,
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/couple-serious-adult-students-working-project-library_74855-1587.jpg", imageAlt: "Design course"},
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/couple-serious-adult-students-working-project-library_74855-1587.jpg?_wi=2", imageAlt: "Design course"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -150,7 +150,7 @@ export default function LandingPage() {
tagIcon={Mail}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-top-view-office-table-desk-workspace-background_1150-6821.jpg"
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-top-view-office-table-desk-workspace-background_1150-6821.jpg?_wi=2"
imageAlt="Learning platform interface"
mediaAnimation="slide-up"
mediaPosition="right"