diff --git a/src/app/page.tsx b/src/app/page.tsx index 7fc7b56..7391e88 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 { Zap } from "lucide-react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; +import { Zap, Mail } from "lucide-react"; +import ContactFaq from '@/components/sections/contact/ContactFaq'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; export default function LandingPage() { return ( @@ -95,36 +95,30 @@ export default function LandingPage() {
-
-
@@ -134,24 +128,13 @@ export default function LandingPage() { columns={[ { title: "Services", items: [ - { - label: "Lawn Maintenance", href: "#services"}, - { - label: "Hardscaping", href: "#services"}, - { - label: "Yard Cleanup", href: "#services"}, + { label: "Lawn Maintenance", href: "#services" }, + { label: "Hardscaping", href: "#services" }, ], }, { title: "Location", items: [ - { - label: "5512 Oakwood Rd, Alexandria, VA 22310", href: "#"}, - ], - }, - { - title: "Contact", items: [ - { - label: "Email: info@loanlandscaping.com", href: "mailto:info@loanlandscaping.com"}, + { label: "5512 Oakwood Rd, Alexandria, VA 22310", href: "#" }, ], }, ]} @@ -160,4 +143,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file