diff --git a/src/app/page.tsx b/src/app/page.tsx
index d191535..cc06350 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -6,7 +6,6 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroCentered from '@/components/sections/hero/HeroCentered';
-import LegalSection from '@/components/legal/LegalSection';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import { Award, MapPin, ShieldCheck } from "lucide-react";
@@ -29,22 +28,10 @@ export default function LandingPage() {
@@ -52,61 +39,24 @@ export default function LandingPage() {
@@ -116,21 +66,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Professional Commitment"
metrics={[
- {
- icon: Award,
- label: "Experience",
- value: "22+ Years",
- },
- {
- icon: ShieldCheck,
- label: "Status",
- value: "Verified",
- },
- {
- icon: MapPin,
- label: "Serving",
- value: "Leicestershire",
- },
+ { icon: Award, label: "Experience", value: "22+ Years" },
+ { icon: ShieldCheck, label: "Status", value: "Verified" },
+ { icon: MapPin, label: "Serving", value: "Leicestershire" },
]}
metricsAnimation="slide-up"
/>
@@ -142,21 +80,13 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Frequently Asked Questions"
description="Everything you need to know about our landscaping process in Leicester."
- imageSrc="http://img.b2bpic.net/free-photo/wooden-box_23-2148013378.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/wooden-box_23-2148013378.jpg"
imageAlt="Garden Consultation"
mediaAnimation="slide-up"
faqsAnimation="slide-up"
faqs={[
- {
- id: "1",
- title: "Do you provide free quotes?",
- content: "Yes, we offer free, no-obligation site surveys and quotes for all our services.",
- },
- {
- id: "2",
- title: "How long does a typical installation take?",
- content: "Depending on the scope, most projects are completed within 1-2 weeks.",
- },
+ { id: "1", title: "Do you provide free quotes?", content: "Yes, we offer free, no-obligation site surveys and quotes for all our services." },
+ { id: "2", title: "How long does a typical installation take?", content: "Depending on the scope, most projects are completed within 1-2 weeks." },
]}
/>
@@ -168,47 +98,24 @@ export default function LandingPage() {
title="Trusted by Local Homeowners"
description="We are proud to serve our community with excellence."
names={[
- "Leicester Homeowners Association",
- "Leicestershire Garden Guild",
- "UK Fencing Federation",
- "Local Trades Verified",
- "Community Landscaping Awards",
- ]}
+ "Leicester Homeowners Association", "Leicestershire Garden Guild", "UK Fencing Federation", "Local Trades Verified", "Community Landscaping Awards"]}
/>
-