diff --git a/src/app/page.tsx b/src/app/page.tsx index be54730..d0a3f41 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,14 +3,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; -import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TextAbout from '@/components/sections/about/TextAbout'; import { BookOpen, Users, CheckCircle, GraduationCap } from "lucide-react"; @@ -29,86 +25,84 @@ export default function LandingPage() { headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -

At Kiran School, we believe that education extends far beyond the textbook. Our unique pedagogical approach integrates inquiry-based learning with a strong emphasis on emotional intelligence and collaborative problem-solving, ensuring every student discovers their passion while developing the character needed to thrive in an evolving global landscape.

-
-
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);