diff --git a/src/app/page.tsx b/src/app/page.tsx index e034373..c054fec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; import FaqBase from "@/components/sections/faq/FaqBase"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import { BookOpen, Globe, HelpCircle, Target, Trophy, Users, Zap } from "lucide-react"; +import { BookOpen, Globe, HelpCircle, Target, Trophy, Users, Zap, Flag } from "lucide-react"; export default function LandingPage() { return ( @@ -44,12 +44,12 @@ export default function LandingPage() { tag="Educational Platform" tagIcon={Globe} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-vector/world-flags-collection_1057-762.jpg", imageAlt: "World flags display"}, { - imageSrc: "http://img.b2bpic.net/free-vector/quiz-tv-show-composition-with-competition-award_1284-56595.jpg?_wi=1", imageAlt: "Interactive quiz challenge"}, + imageSrc: "http://img.b2bpic.net/free-vector/quiz-tv-show-composition-with-competition-award_1284-56595.jpg", imageAlt: "Interactive quiz challenge"}, ]} rating={5} ratingText="Loved by 15,000+ learners" @@ -74,13 +74,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Multiple Choice Questions", description: "Guess the correct country from four options. Each question presents a flag with four possible answers to test your knowledge.", imageSrc: "http://img.b2bpic.net/free-vector/quiz-tv-show-composition-with-competition-award_1284-56595.jpg?_wi=2", imageAlt: "Quiz mode interface"}, + title: "Multiple Choice Questions", description: "Guess the correct country from four options. Each question presents a flag with four possible answers to test your knowledge.", imageSrc: "http://img.b2bpic.net/free-vector/quiz-tv-show-composition-with-competition-award_1284-56595.jpg", imageAlt: "Quiz mode interface"}, { id: 2, - title: "Instant Feedback", description: "Get immediate feedback on your answers with explanations. Learn interesting facts about each country as you progress.", imageSrc: "http://img.b2bpic.net/free-vector/quiz-tv-show-composition-with-competition-award_1284-56595.jpg?_wi=3", imageAlt: "Feedback system"}, + title: "Instant Feedback", description: "Get immediate feedback on your answers with explanations. Learn interesting facts about each country as you progress.", imageSrc: "http://img.b2bpic.net/free-vector/quiz-tv-show-composition-with-competition-award_1284-56595.jpg", imageAlt: "Feedback system"}, { id: 3, - title: "Difficulty Levels", description: "Start easy and work your way up. Beginner, intermediate, and expert modes keep you challenged at the right level.", imageSrc: "http://img.b2bpic.net/free-vector/quiz-tv-show-composition-with-competition-award_1284-56595.jpg?_wi=4", imageAlt: "Difficulty levels"}, + title: "Difficulty Levels", description: "Start easy and work your way up. Beginner, intermediate, and expert modes keep you challenged at the right level.", imageSrc: "http://img.b2bpic.net/free-vector/quiz-tv-show-composition-with-competition-award_1284-56595.jpg", imageAlt: "Difficulty levels"}, ]} buttonAnimation="slide-up" /> @@ -98,13 +98,13 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "flag-1", name: "Japan", price: "Asia", variant: "Eastern Asia", imageSrc: "http://img.b2bpic.net/free-vector/hearts-collection-with-international-flags_23-2147523315.jpg?_wi=1", imageAlt: "Japan flag"}, + id: "flag-1", name: "Japan", price: "Asia", variant: "Eastern Asia", imageSrc: "http://img.b2bpic.net/free-vector/hearts-collection-with-international-flags_23-2147523315.jpg", imageAlt: "Japan flag"}, { - id: "flag-2", name: "Brazil", price: "South America", variant: "Tropical Nation", imageSrc: "http://img.b2bpic.net/free-vector/hearts-collection-with-international-flags_23-2147523315.jpg?_wi=2", imageAlt: "Brazil flag"}, + id: "flag-2", name: "Brazil", price: "South America", variant: "Tropical Nation", imageSrc: "http://img.b2bpic.net/free-vector/hearts-collection-with-international-flags_23-2147523315.jpg", imageAlt: "Brazil flag"}, { - id: "flag-3", name: "France", price: "Europe", variant: "Western Europe", imageSrc: "http://img.b2bpic.net/free-vector/hearts-collection-with-international-flags_23-2147523315.jpg?_wi=3", imageAlt: "France flag"}, + id: "flag-3", name: "France", price: "Europe", variant: "Western Europe", imageSrc: "http://img.b2bpic.net/free-vector/hearts-collection-with-international-flags_23-2147523315.jpg", imageAlt: "France flag"}, { - id: "flag-4", name: "Egypt", price: "Africa", variant: "North Africa", imageSrc: "http://img.b2bpic.net/free-vector/hearts-collection-with-international-flags_23-2147523315.jpg?_wi=4", imageAlt: "Egypt flag"}, + id: "flag-4", name: "Egypt", price: "Africa", variant: "North Africa", imageSrc: "http://img.b2bpic.net/free-vector/hearts-collection-with-international-flags_23-2147523315.jpg", imageAlt: "Egypt flag"}, ]} /> @@ -119,7 +119,7 @@ export default function LandingPage() { useInvertedBackground={false} animationType="slide-up" metrics={[ - { id: "1", icon: Globe, title: "Flags Learned", value: "195+" }, + { id: "1", icon: Flag, title: "Flags Learned", value: "195+" }, { id: "2", icon: Target, title: "Quiz Streak", value: "50" }, { id: "3", icon: Users, title: "Active Learners", value: "15K" }, ]} @@ -130,13 +130,13 @@ export default function LandingPage() {