diff --git a/src/app/page.tsx b/src/app/page.tsx index c1c9e82..fd8a615 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import { ShieldCheck, Zap, Scissors, PaintBucket, Car } from 'lucide-react'; export default function LandingPage() { return ( @@ -57,7 +56,6 @@ export default function LandingPage() { title="Professional Passion" description="With years of experience, we transform everyday vehicles into head-turning machines while ensuring long-term protection against the elements." imageSrc="http://img.b2bpic.net/free-photo/detailing-professional-working-car_23-2149306495.jpg" - mediaAnimation="slide-up" useInvertedBackground={true} /> @@ -67,6 +65,7 @@ export default function LandingPage() { title="Our Premium Services" description="Comprehensive solutions to maintain your vehicle's pristine condition." textboxLayout="default" + useInvertedBackground={false} features={[ { title: "Car Detailing", description: "Deep cleaning and restoration for your interior and exterior.", imageSrc: "http://img.b2bpic.net/free-photo/car-detailing-studio_23-2149306470.jpg" }, { title: "Window Tinting", description: "High-quality heat rejection films for comfort and style.", imageSrc: "http://img.b2bpic.net/free-photo/tinted-car-windows_23-2149306433.jpg" }, @@ -80,6 +79,8 @@ export default function LandingPage() {