diff --git a/src/app/page.tsx b/src/app/page.tsx index ca896a8..c1b6979 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,349 +1,137 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import ReactLenis from "lenis/react"; -import BlogCardOne from '@/components/sections/blog/BlogCardOne'; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; +import { NavbarStyleApple } from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import BlogCardOne from '@/components/sections/blog/BlogCardOne'; +import FaqBase from '@/components/sections/faq/FaqBase'; +import ContactText from '@/components/sections/contact/ContactText'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import { Star, Sparkles, GraduationCap, ShoppingBag } from 'lucide-react'; +import Link from 'next/link'; + +export default function Page() { + const navItems = [{ name: "Home", id: "/" }]; -export default function LandingPage() { return ( - - - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
- -
+
); -} +} \ No newline at end of file