From 28ac57e1a08d9e7faedcb9f36d53d1c7a4d2dff1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 14:17:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c57e88f..79397db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; 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() { return ( @@ -34,10 +34,11 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "#hero" }, { name: "Features", id: "#features" }, + { name: "Mock Tests", id: "#mock-test" }, { name: "Pricing", id: "#pricing" }, { name: "Contact", id: "#contact" }, ]} - brandName="LearnAI" + brandName="zn class" /> @@ -63,12 +64,17 @@ export default function LandingPage() { /> -
-
-

Practice Mock Tests

-

Evaluate your progress with our curated mock exam series.

- -
+
+
@@ -164,7 +170,7 @@ export default function LandingPage() { -- 2.49.1