diff --git a/src/app/page.tsx b/src/app/page.tsx
index 812d835..6c8da72 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 ContactSplit from '@/components/sections/contact/ContactSplit';
+import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
-import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
+import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import TeamCardFive from '@/components/sections/team/TeamCardFive';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
@@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -58,79 +43,19 @@ export default function LandingPage() {
@@ -140,14 +65,8 @@ export default function LandingPage() {
title="Driven by Passion"
description="We started Neat because we believe a clean car is more than an appearance — it's a state of mind. We are a team of young hustlers holding ourselves to a 100% standard every single time."
metrics={[
- {
- value: "100%",
- title: "Commitment",
- },
- {
- value: "Detail",
- title: "Focused",
- },
+ { value: "100%", title: "Commitment" },
+ { value: "Detail", title: "Focused" },
]}
imageSrc="http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30598.jpg"
mediaAnimation="slide-up"
@@ -161,36 +80,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- id: "1",
- label: "Interior",
- title: "Deep Interior Refresh",
- items: [
- "Deep steam cleaning",
- "Leather rejuvenation",
- "Surface sanitization",
- ],
- },
- {
- id: "2",
- label: "Exterior",
- title: "Showroom Shine",
- items: [
- "Hand wax finish",
- "Rim & tire shine",
- "Clay bar treatment",
- ],
- },
- {
- id: "3",
- label: "Full Service",
- title: "The Full Neat Package",
- items: [
- "Interior & Exterior",
- "Engine bay detail",
- "Odor neutralization",
- ],
- },
+ { id: "1", label: "Interior", title: "Deep Interior Refresh", items: ["Deep steam cleaning", "Leather rejuvenation", "Surface sanitization"] },
+ { id: "2", label: "Exterior", title: "Showroom Shine", items: ["Hand wax finish", "Rim & tire shine", "Clay bar treatment"] },
+ { id: "3", label: "Full Service", title: "The Full Neat Package", items: ["Interior & Exterior", "Engine bay detail", "Odor neutralization"] },
]}
title="Our Detailing Promise"
description="We take no shortcuts. Our process is designed to bring your car back to its showroom glory."
@@ -198,231 +90,42 @@ export default function LandingPage() {