diff --git a/src/app/page.tsx b/src/app/page.tsx index 14ac5aa..f514a37 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroCentered from '@/components/sections/hero/HeroCentered'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import ContactText from '@/components/sections/contact/ContactText'; +import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import { Database, Globe, Rocket } from "lucide-react"; export default function LandingPage() { @@ -17,256 +17,108 @@ export default function LandingPage() {
-
-
-
-
-
-