diff --git a/src/app/sell-your-house-fast/page.tsx b/src/app/sell-your-house-fast/page.tsx index da96f4e..03a3596 100644 --- a/src/app/sell-your-house-fast/page.tsx +++ b/src/app/sell-your-house-fast/page.tsx @@ -3,9 +3,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import FeatureIconCard from '@/components/sections/feature/FeatureIconCard'; -import { Handshake, FileCheck } from "lucide-react"; +import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function LandingPage() { return ( @@ -36,43 +35,66 @@ export default function LandingPage() { /> -