diff --git a/src/app/page.tsx b/src/app/page.tsx
index cfef731..005263c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -4,12 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FaqBase from '@/components/sections/faq/FaqBase';
-import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
+import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
-import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
-import { Phone } from "lucide-react";
+import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
+import { Phone, Scissors, Ruler, Leaf } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,14 +29,10 @@ export default function LandingPage() {
@@ -44,75 +40,42 @@ export default function LandingPage() {
-
-
@@ -121,12 +84,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
- {
- id: "q1", title: "Do you offer free estimates?", content: "Yes, we provide complimentary consultations for all Hillsborough properties."},
- {
- id: "q2", title: "Are you licensed and insured?", content: "Absolutely. We are fully insured and bonded to give you peace of mind."},
- {
- id: "q3", title: "What service areas do you cover?", content: "We primarily serve Hillsborough Township and surrounding NJ communities."},
+ { id: "q1", title: "Do you offer free estimates?", content: "Yes, we provide complimentary consultations for all Hillsborough properties." },
+ { id: "q2", title: "Are you licensed and insured?", content: "Absolutely. We are fully insured and bonded to give you peace of mind." },
]}
title="Frequently Asked Questions"
description="Have questions? We have answers about our premium lawn care services."
@@ -139,15 +98,11 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={false}
faqs={[
- {
- id: "contact-details", title: "Our Information", content: "649 US-206 #9, Hillsborough Township, NJ 08844 | +1 908-359-6432"},
- {
- id: "hours", title: "Working Hours", content: "Mon-Fri: 8am-6pm, Sat-Sun: Closed"},
+ { id: "contact-details", title: "Our Information", content: "649 US-206 #9, Hillsborough Township, NJ 08844 | +1 908-359-6432" },
]}
ctaTitle="Ready for a Five Star Lawn?"
ctaDescription="Get your custom estimate today by calling or messaging us."
- ctaButton={{
- text: "Call Now", href: "tel:+19083596432"}}
+ ctaButton={{ text: "Call Now", href: "tel:+19083596432" }}
ctaIcon={Phone}
/>
@@ -155,28 +110,8 @@ export default function LandingPage() {