Merge version_2 into main #3
@@ -6,12 +6,9 @@ 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 PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
||||
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -61,7 +58,6 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
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={[
|
||||
@@ -97,9 +93,9 @@ export default function LandingPage() {
|
||||
title="Professional Services"
|
||||
description="Tailored care for your vehicle type."
|
||||
plans={[
|
||||
{ id: "sedan", tag: "Standard", price: "$120", period: "avg", description: "For mid-size cars", featuresTitle: "Included", features: ["Exterior Wash", "Vacuum", "Windows", "Tire Shine"] },
|
||||
{ id: "suv", tag: "Popular", price: "$160", period: "avg", description: "For SUVs & Crossovers", featuresTitle: "Included", features: ["Everything in Standard", "Deep carpet clean", "Dash conditioning"] },
|
||||
{ id: "truck", tag: "Large", price: "$200", period: "avg", description: "For Full-size Trucks", featuresTitle: "Included", features: ["Everything in SUV", "Engine wipe down", "Ceramic spray sealant"] },
|
||||
{ id: "sedan", tag: "Standard", price: "$120", period: "avg", description: "For mid-size cars", button: { text: "Select" }, featuresTitle: "Included", features: ["Exterior Wash", "Vacuum", "Windows", "Tire Shine"] },
|
||||
{ id: "suv", tag: "Popular", price: "$160", period: "avg", description: "For SUVs & Crossovers", button: { text: "Select" }, featuresTitle: "Included", features: ["Everything in Standard", "Deep carpet clean", "Dash conditioning"] },
|
||||
{ id: "truck", tag: "Large", price: "$200", period: "avg", description: "For Full-size Trucks", button: { text: "Select" }, featuresTitle: "Included", features: ["Everything in SUV", "Engine wipe down", "Ceramic spray sealant"] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user