From 272e54622d2a4b5e26a3793147feaeb1f8837f3f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 00:58:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2660736..a209470 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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} /> @@ -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} /> @@ -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} /> @@ -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} /> -- 2.49.1