Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-05 00:58:32 +00:00

View File

@@ -11,7 +11,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import { Droplets, ShieldCheck, Sparkles, ThumbsUp, Truck } from "lucide-react";
import { Sparkles } from "lucide-react";
export default function LandingPage() {
return (
@@ -65,6 +65,7 @@ export default function LandingPage() {
title="Our Professional Services"
description="Premium detailing tailored to your vehicle's needs."
useInvertedBackground={false}
videoSrc="https://www.w3schools.com/html/mov_bbb.mp4"
/>
</div>
@@ -91,6 +92,7 @@ export default function LandingPage() {
{ id: "p2", badge: "Popular", price: "$189", subtitle: "Deep Cleaning", buttons: [{ text: "Book Now", href: "#cta" }], features: ["Everything in Basic", "Leather Conditioning", "Dashboard Polish"] },
{ id: "p3", badge: "Ultimate", price: "$299", subtitle: "Showroom Finish", buttons: [{ text: "Book Now", href: "#cta" }], features: ["Everything in Premium", "Paint Correction", "Ceramic Waxing"] },
]}
useInvertedBackground={false}
/>
</div>
@@ -105,6 +107,7 @@ export default function LandingPage() {
{ id: "t2", name: "Maria C.", handle: "@mariac", testimonial: "Incredible attention to detail. Highly recommend Elite Shine!" },
{ id: "t3", name: "John D.", handle: "@johnd", testimonial: "Convenient and professional. Will book again!" },
]}
useInvertedBackground={false}
/>
</div>
@@ -113,6 +116,8 @@ export default function LandingPage() {
names={["Los Angeles", "San Diego", "Santa Monica", "Long Beach", "Irvine", "Beverly Hills", "Pasadena"]}
title="Proudly Serving Your Area"
description="We are available in the following metropolitan cities."
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -122,6 +127,7 @@ export default function LandingPage() {
title="Ready For A Spotless Ride?"
description="Book Your Mobile Detail Today — It Only Takes 60 Seconds."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>