Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-05-23 05:16:50 +00:00

View File

@@ -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}
/>
</div>
@@ -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() {
<PricingCardEight
title="Pricing Packages"
description="Clear, professional pricing for every service level."
animationType="slide-up"
useInvertedBackground={false}
plans={[
{ id: "p1", badge: "Essential", price: "$199", subtitle: "Complete interior/exterior detail", features: ["Hand wash", "Vacuum", "Wax protection", "Tire dressing"], buttons: [{ text: "Book Now", href: "#contact" }] },
{ id: "p2", badge: "Premium", price: "$599", subtitle: "Ceramic coating application", features: ["Decontamination", "Paint prep", "2-Year ceramic coat", "Interior detail"], buttons: [{ text: "Book Now", href: "#contact" }] }
@@ -92,6 +93,7 @@ export default function LandingPage() {
<ContactText
text="Ready to transform your car? Reach out for a free consultation today!"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
buttons={[{ text: "Get a Quote", href: "#" }]}
/>
</div>