diff --git a/src/app/page.tsx b/src/app/page.tsx index 65aad78..b34816d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,10 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import SplitAbout from '@/components/sections/about/SplitAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; @@ -55,13 +55,17 @@ export default function LandingPage() {
-
@@ -99,25 +103,28 @@ export default function LandingPage() {
-
); -} +} \ No newline at end of file