diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f92f76..454955f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,312 +2,23 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; -import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Briefcase, Heart, Sparkles, Star } from "lucide-react"; export default function LandingPage() { return ( - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- console.log(`Contact form submitted with email: ${email}`)} - /> -
- - + {/* The website content has been deleted as requested. */}
);