From dd78cb98b5f8f15b503076a95546189453175698 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:09:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 86 ++++++++++++++++++++++++++++++++++-------------- 1 file changed, 62 insertions(+), 24 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 770cbd9..8480d5a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,24 +2,19 @@ import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia"; -import AboutMetric from "@/components/sections/about/AboutMetric"; -import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; -import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; -import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; -import FaqDouble from "@/components/sections/faq/FaqDouble"; -import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Sparkles, Zap, Shuffle, Network, Infinity, TrendingUp, Target, Lock, BarChart3, Clock, AlertCircle, Gamepad2, Trophy, Star, HelpCircle, Mail } from "lucide-react"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; +import AboutMetric from '@/components/sections/about/AboutMetric'; +import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import MetricCardTen from '@/components/sections/metrics/MetricCardTen'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import { Sparkles, Zap, Shuffle, Network, Infinity, TrendingUp, Target, Lock, BarChart3, Clock, AlertCircle, Gamepad2, Trophy, Star, HelpCircle, Mail, Award } from "lucide-react"; export default function HomePage() { - const navItems = [ - { name: "Home", id: "/" }, - { name: "Features", id: "/features" }, - { name: "Pricing", id: "/pricing" }, - { name: "Contact", id: "/contact" } - ]; - return ( @@ -86,7 +80,7 @@ export default function HomePage() { metrics={[ { icon: TrendingUp, label: "Student Improvement", value: "87%" }, { icon: Infinity, label: "Questions Generated", value: "Infinite" }, - { icon: Trophy, label: "Curriculum Aligned", value: "Class 1–12" }, + { icon: Award, label: "Curriculum Aligned", value: "Class 1–12" }, { icon: Zap, label: "Daily Active Students", value: "50K+" } ]} metricsAnimation="slide-up" @@ -172,6 +166,34 @@ export default function HomePage() { /> + {/* Metrics Section */} +
+ +
+ {/* Testimonials Section */}
+ {/* Contact Section */} +
+ +
+ {/* Footer */}