Merge version_1 into main #2
@@ -10,7 +10,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Brain, Zap, FileText, BookOpen, Cards, HelpCircle, Calendar, TrendingUp, Workflow, Award, Clock, Layers, Rocket, Mail } from 'lucide-react';
|
||||
import { Brain, Zap, FileText, BookOpen, CheckCircle, HelpCircle, Calendar, TrendingUp, Workflow, Award, Clock, Layers, Rocket, Mail } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -63,7 +63,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/set-back-school-cards-flat-style_23-2147847363.jpg", imageAlt: "Flashcard Generation"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/schedule-activity-calendar-appointment-concept_53876-122362.jpg?_wi=1", imageAlt: "Revision Calendar"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/schedule-activity-calendar-appointment-concept_53876-122362.jpg", imageAlt: "Revision Calendar"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -88,7 +88,7 @@ export default function LandingPage() {
|
||||
title: "AI-Free Summarization", description: "Advanced sentence ranking and frequency analysis create concise summaries without external APIs"
|
||||
},
|
||||
{
|
||||
icon: Cards,
|
||||
icon: CheckCircle,
|
||||
title: "Rule-Based Flashcards", description: "Automatically generate flashcards from definitions, lists, and key concepts using pattern detection"
|
||||
},
|
||||
{
|
||||
@@ -125,9 +125,10 @@ export default function LandingPage() {
|
||||
{ value: "4", title: "Simple Steps to Master Any Subject" },
|
||||
{ value: "0", title: "External API Dependencies Required" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/schedule-activity-calendar-appointment-concept_53876-122362.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/schedule-activity-calendar-appointment-concept_53876-122362.jpg"
|
||||
imageAlt="Revision Planning System"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user