diff --git a/src/app/page.tsx b/src/app/page.tsx index e6ed781..5f8d9fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,450 +1,6 @@ -"use client"; - -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial"; -import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; -import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; -import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; -import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; -import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; -import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; -import ContactSplit from "@/components/sections/contact/ContactSplit"; -import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Sparkles, Star, Award, Clock, ChevronRight, Heart } from "lucide-react"; - -export default function HomePage() { +export default function Home() { return ( - - - -
- -
- -
- -
- -
- -
- - - -
- -
- -
- -
- -
- -
- -
- -
- - -
+
+
); -} \ No newline at end of file +}