diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7001dd5..fb69672 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,11 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import ContactText from '@/components/sections/contact/ContactText'; import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; export default function LandingPage() { return ( @@ -23,152 +21,53 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
- -
+
+ +
-
- -
- -
- -
- - +
); diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx index 824c81e..2479df7 100644 --- a/src/app/faq/page.tsx +++ b/src/app/faq/page.tsx @@ -2,12 +2,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import ContactFaq from '@/components/sections/contact/ContactFaq'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import { MessageSquare } from "lucide-react"; +import FooterBase from '@/components/sections/footer/FooterBase'; export default function LandingPage() { return ( @@ -24,182 +20,42 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
-
- -
- -
- -
- -
- - +
); diff --git a/src/app/how-it-works/page.tsx b/src/app/how-it-works/page.tsx index 175cc40..2479df7 100644 --- a/src/app/how-it-works/page.tsx +++ b/src/app/how-it-works/page.tsx @@ -2,12 +2,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; -import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; -import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import FooterBase from '@/components/sections/footer/FooterBase'; export default function LandingPage() { return ( @@ -24,201 +20,42 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
-
- -
- -
- -
- -
- -
- -
- - +
); diff --git a/src/app/sell-your-house-fast/page.tsx b/src/app/sell-your-house-fast/page.tsx index 21cea9a..da96f4e 100644 --- a/src/app/sell-your-house-fast/page.tsx +++ b/src/app/sell-your-house-fast/page.tsx @@ -2,13 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; -import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroSplit from '@/components/sections/hero/HeroSplit'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Calendar, Gauge, Home, Quote, ShieldCheck } from "lucide-react"; +import FooterBase from '@/components/sections/footer/FooterBase'; +import FeatureIconCard from '@/components/sections/feature/FeatureIconCard'; +import { Handshake, FileCheck } from "lucide-react"; export default function LandingPage() { return ( @@ -25,223 +22,59 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
- -
+
+ +
-
-
- -
- -
- -
- -
- - +
);