diff --git a/src/app/page.tsx b/src/app/page.tsx index a59279e..83957cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,6 +1,6 @@ "use client"; -import { Award, Crown, Mail, Shield, Sparkles, Star, Zap } from "lucide-react"; +import { Award, Crown, Mail, Shield, Sparkles, Star, Zap, MapPin, Phone } from "lucide-react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import HeroOverlay from "@/components/sections/hero/HeroOverlay"; @@ -79,36 +79,44 @@ export default function LandingPage() { title: "Paint Correction", description: "Professional swirl mark removal, oxidation correction, and paint enhancement using cutting-edge techniques and premium compounds. Restores your vehicle to showroom perfection.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-vertical-shot-old-car-front-side_181624-25330.jpg?_wi=1", imageAlt: "Paint correction process in progress"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-vertical-shot-old-car-front-side_181624-25330.jpg?_wi=1", imageAlt: "Paint correction process in progress" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-vertical-shot-old-car-front-side_181624-25330.jpg?_wi=2", imageAlt: "Professional paint correction detail work"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-vertical-shot-old-car-front-side_181624-25330.jpg?_wi=2", imageAlt: "Professional paint correction detail work" + }, ], }, { title: "Ceramic Coating", description: "Long-lasting nano-ceramic protection that creates a hydrophobic barrier, repelling contaminants and maintaining your vehicle's pristine finish for years. Premium durability and gloss.", icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22305.jpg?_wi=1", imageAlt: "Ceramic coating application process"}, + imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22305.jpg?_wi=1", imageAlt: "Ceramic coating application process" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22305.jpg?_wi=2", imageAlt: "Professional ceramic protection application"}, + imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22305.jpg?_wi=2", imageAlt: "Professional ceramic protection application" + }, ], }, { title: "Interior Restoration", description: "Deep cleaning and restoration of leather, trim, and upholstery. Our meticulous approach preserves and rejuvenates every interior surface, maintaining luxury feel and durability.", icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-inner-accessories-modern-car_181624-38142.jpg?_wi=1", imageAlt: "Luxury interior being restored"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-inner-accessories-modern-car_181624-38142.jpg?_wi=1", imageAlt: "Luxury interior being restored" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-inner-accessories-modern-car_181624-38142.jpg?_wi=2", imageAlt: "Professional interior detailing service"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-inner-accessories-modern-car_181624-38142.jpg?_wi=2", imageAlt: "Professional interior detailing service" + }, ], }, { title: "Luxury Vehicle Care", description: "Comprehensive care packages for exotic and high-end vehicles. From paint protection to preventative maintenance detailing, we preserve your investment with elite-level attention.", icon: Crown, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-legs-heels-hands-holding-phone-beautiful-sexy-rich-business-style-woman-red-suit-posing-white-car_285396-6793.jpg?_wi=2", imageAlt: "Luxury vehicle premium detailing"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-legs-heels-hands-holding-phone-beautiful-sexy-rich-business-style-woman-red-suit-posing-white-car_285396-6793.jpg?_wi=2", imageAlt: "Luxury vehicle premium detailing" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-legs-heels-hands-holding-phone-beautiful-sexy-rich-business-style-woman-red-suit-posing-white-car_285396-6793.jpg?_wi=3", imageAlt: "High-end automotive care showcase"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-legs-heels-hands-holding-phone-beautiful-sexy-rich-business-style-woman-red-suit-posing-white-car_285396-6793.jpg?_wi=3", imageAlt: "High-end automotive care showcase" + }, ], }, ]} @@ -126,17 +134,20 @@ export default function LandingPage() { { id: "signature", badge: "Popular Choice", badgeIcon: Sparkles, price: "$3,200", subtitle: "Signature Paint Correction Package", features: [ - "Full vehicle exterior wash and decontamination", "Professional 1-stage paint correction", "Premium ceramic coating application", "Interior vacuum and detailing", "Wheel and tire restoration", "6-month maintenance included"], + "Full vehicle exterior wash and decontamination", "Professional 1-stage paint correction", "Premium ceramic coating application", "Interior vacuum and detailing", "Wheel and tire restoration", "6-month maintenance included" + ], }, { id: "elite", badge: "Most Exclusive", badgeIcon: Crown, price: "$5,500", subtitle: "Elite Full Restoration", features: [ - "Complete exterior transformation", "2-stage advanced paint correction", "Premium nano-ceramic protection (5-year durability)", "Deep interior restoration and conditioning", "Leather treatment and care", "Engine bay detailing", "12-month concierge maintenance", "Annual touch-up service included"], + "Complete exterior transformation", "2-stage advanced paint correction", "Premium nano-ceramic protection (5-year durability)", "Deep interior restoration and conditioning", "Leather treatment and care", "Engine bay detailing", "12-month concierge maintenance", "Annual touch-up service included" + ], }, { id: "bespoke", badge: "Luxury Concierge", badgeIcon: Shield, price: "Custom Quote", subtitle: "Bespoke Exotic Vehicle Program", features: [ - "Fully customized detailing program", "Specialized exotic vehicle expertise", "Advanced multi-stage paint correction", "Exclusive ceramic formulation application", "Complete interior and exterior restoration", "Personalized quarterly maintenance", "24/7 priority support and mobile service", "Lifetime relationship management"], + "Fully customized detailing program", "Specialized exotic vehicle expertise", "Advanced multi-stage paint correction", "Exclusive ceramic formulation application", "Complete interior and exterior restoration", "Personalized quarterly maintenance", "24/7 priority support and mobile service", "Lifetime relationship management" + ], }, ]} animationType="scale-rotate" @@ -151,13 +162,17 @@ export default function LandingPage() { description="Hear from Melbourne's most demanding vehicle owners who trust RezaDetailing with their prized possessions." testimonials={[ { - id: "1", name: "Alexander Sterling", role: "Ferrari Owner", testimonial: "Reza's attention to detail is absolutely impeccable. My Ferrari looks better now than when I first bought it. Truly exceptional craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-elegant-man-car-salon_1157-21002.jpg", imageAlt: "Alexander Sterling testimonial"}, + id: "1", name: "Alexander Sterling", role: "Ferrari Owner", testimonial: "Reza's attention to detail is absolutely impeccable. My Ferrari looks better now than when I first bought it. Truly exceptional craftsmanship.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-elegant-man-car-salon_1157-21002.jpg", imageAlt: "Alexander Sterling testimonial" + }, { - id: "2", name: "Victoria Chen", role: "Entrepreneur, Porsche Collector", testimonial: "I've used premium detailing services across the globe, and RezaDetailing stands unparalleled. The precision and care they demonstrate is remarkable.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-confident-young-woman-working-retail-business-industry-promote-company-advertise-join-her-team-smiling-self-assured-pleased-camera-stand-hall_197531-22167.jpg", imageAlt: "Victoria Chen testimonial"}, + id: "2", name: "Victoria Chen", role: "Entrepreneur, Porsche Collector", testimonial: "I've used premium detailing services across the globe, and RezaDetailing stands unparalleled. The precision and care they demonstrate is remarkable.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-confident-young-woman-working-retail-business-industry-promote-company-advertise-join-her-team-smiling-self-assured-pleased-camera-stand-hall_197531-22167.jpg", imageAlt: "Victoria Chen testimonial" + }, { - id: "3", name: "James Hamilton", role: "Luxury Mercedes Owner", testimonial: "The transformation of my Mercedes was extraordinary. Not only is my vehicle pristine, but the ceramic coating has maintained the finish beautifully. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg", imageAlt: "James Hamilton testimonial"}, + id: "3", name: "James Hamilton", role: "Luxury Mercedes Owner", testimonial: "The transformation of my Mercedes was extraordinary. Not only is my vehicle pristine, but the ceramic coating has maintained the finish beautifully. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg", imageAlt: "James Hamilton testimonial" + }, { - id: "4", name: "Sophie Laurent", role: "Lamborghini Enthusiast", testimonial: "Reza understands luxury vehicles like few others. My Lamborghini receives the royal treatment every time. This is detailing for those who truly care.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-caucasian-woman-office-looking-camera_23-2148187145.jpg", imageAlt: "Sophie Laurent testimonial"}, + id: "4", name: "Sophie Laurent", role: "Lamborghini Enthusiast", testimonial: "Reza understands luxury vehicles like few others. My Lamborghini receives the royal treatment every time. This is detailing for those who truly care.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-caucasian-woman-office-looking-camera_23-2148187145.jpg", imageAlt: "Sophie Laurent testimonial" + }, ]} animationType="blur-reveal" textboxLayout="default" @@ -168,14 +183,14 @@ export default function LandingPage() {