Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 28ac57e1a0 | |||
| cc0d1a6902 |
@@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
|||||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||||
import { BarChart2, CheckCircle, FileText, Lightbulb, Network, Users, Zap, Search } from "lucide-react";
|
import { BarChart2, CheckCircle, FileText, Lightbulb, Network, Users, Zap, Search, BookOpen } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -34,10 +34,11 @@ export default function LandingPage() {
|
|||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "#hero" },
|
{ name: "Home", id: "#hero" },
|
||||||
{ name: "Features", id: "#features" },
|
{ name: "Features", id: "#features" },
|
||||||
|
{ name: "Mock Tests", id: "#mock-test" },
|
||||||
{ name: "Pricing", id: "#pricing" },
|
{ name: "Pricing", id: "#pricing" },
|
||||||
{ name: "Contact", id: "#contact" },
|
{ name: "Contact", id: "#contact" },
|
||||||
]}
|
]}
|
||||||
brandName="LearnAI"
|
brandName="zn class"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -63,12 +64,17 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="mock-test" data-section="mock-test" className="py-16">
|
<div id="mock-test" data-section="mock-test">
|
||||||
<div className="container mx-auto px-6 text-center">
|
<AboutMetric
|
||||||
<h2 className="text-3xl font-bold mb-6">Practice Mock Tests</h2>
|
useInvertedBackground={true}
|
||||||
<p className="mb-8 opacity-70">Evaluate your progress with our curated mock exam series.</p>
|
title="Practice Mock Tests"
|
||||||
<button className="bg-primary-cta text-white px-8 py-3 rounded-full">Take a Practice Exam</button>
|
metrics={[
|
||||||
</div>
|
{ icon: BookOpen, label: "Practice Exams", value: "500+" },
|
||||||
|
{ icon: Zap, label: "Instant Feedback", value: "Always" },
|
||||||
|
{ icon: CheckCircle, label: "Exam Readiness", value: "100%" }
|
||||||
|
]}
|
||||||
|
metricsAnimation="slide-up"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
<div id="metrics" data-section="metrics">
|
||||||
@@ -164,7 +170,7 @@ export default function LandingPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoEmphasis
|
<FooterLogoEmphasis
|
||||||
columns={[{ items: [{ label: "Product", href: "#products" }, { label: "Pricing", href: "#pricing" }] }]}
|
columns={[{ items: [{ label: "Product", href: "#products" }, { label: "Pricing", href: "#pricing" }] }]}
|
||||||
logoText="LearnAI"
|
logoText="zn class"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user