From 0a81d7743ecf76229a4f4c318a2e0c9ce4ab2861 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 21:11:49 +0000 Subject: [PATCH] Update src/app/sell-your-house-fast/page.tsx --- src/app/sell-your-house-fast/page.tsx | 62 ++++++++++++++++++--------- 1 file changed, 42 insertions(+), 20 deletions(-) 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() { /> -
- +
-- 2.49.1