Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-02 20:23:33 +00:00

View File

@@ -10,7 +10,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar
import FaqBase from '@/components/sections/faq/FaqBase';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { Sparkles, Award, Zap, DollarSign, Heart, HelpCircle } from 'lucide-react';
import { Sparkles, Award, Zap, DollarSign, Heart, HelpCircle, Crown, Star } from 'lucide-react';
export default function LandingPage() {
return (
@@ -46,21 +46,22 @@ export default function LandingPage() {
description="Professional mobile detailing service that comes to you. Restore your vehicle's shine with expert care and premium products."
tag="Mobile Service"
tagIcon={Sparkles}
imageSrc="http://img.b2bpic.net/free-photo/mid-adult-mechanic-examining-vehicle-hood-while-working-auto-repair-shop_637285-7664.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/mid-adult-mechanic-examining-vehicle-hood-while-working-auto-repair-shop_637285-7664.jpg"
imageAlt="Professional car detailing service"
mediaAnimation="slide-up"
background={{ variant: "glowing-orb" }}
testimonials={[
{
name: "James Mitchell", handle: "Car Enthusiast", testimonial: "Best detailing service I've ever used! My car looks brand new.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
},
{
name: "Sarah Chen", handle: "BMW Owner", testimonial: "Professional, punctual, and incredible results. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
},
{
name: "Michael Rodriguez", handle: "Small Business Owner", testimonial: "They handle my fleet vehicles with exceptional care.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
}
]}
buttons={[
@@ -84,6 +85,7 @@ export default function LandingPage() {
imageAlt="Professional detailing team"
useInvertedBackground={false}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
@@ -127,13 +129,13 @@ export default function LandingPage() {
]
},
{
id: "pro", badge: "Best Value", badgeIcon: Sparkles,
id: "pro", badge: "Best Value", badgeIcon: Crown,
price: "$299", subtitle: "Complete Detailing", features: [
"Full exterior detailing", "Clay bar treatment", "Interior deep clean", "Upholstery protection", "Ceramic coating"
]
},
{
id: "premium", badge: "Premium", badgeIcon: Sparkles,
id: "premium", badge: "Premium", badgeIcon: Star,
price: "$449", subtitle: "Ultimate Protection", features: [
"Complete interior & exterior", "Paint protection film", "Premium ceramic coating", "Engine bay detail", "12-month protection warranty"
]
@@ -153,16 +155,16 @@ export default function LandingPage() {
tagIcon={Heart}
testimonials={[
{
id: "1", title: "Transformed My Daily Driver", quote: "My Honda looked tired after years of daily commutes. Restore Detailing brought it back to life. The attention to detail is incredible!", name: "James Mitchell", role: "Car Enthusiast, Austin TX", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4"
id: "1", title: "Transformed My Daily Driver", quote: "My Honda looked tired after years of daily commutes. Restore Detailing brought it back to life. The attention to detail is incredible!", name: "James Mitchell", role: "Car Enthusiast, Austin TX", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
},
{
id: "2", title: "Professional and Punctual", quote: "They arrived on time, worked efficiently, and my BMW looks showroom-ready. I've already scheduled my next appointment.", name: "Sarah Chen", role: "BMW Owner, Houston TX", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5"
id: "2", title: "Professional and Punctual", quote: "They arrived on time, worked efficiently, and my BMW looks showroom-ready. I've already scheduled my next appointment.", name: "Sarah Chen", role: "BMW Owner, Houston TX", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
},
{
id: "3", title: "Perfect for My Business Fleet", quote: "Managing company vehicles is easy now. Restore Detailing keeps our fleet looking professional. Excellent service every time.", name: "Michael Rodriguez", role: "Small Business Owner, Dallas TX", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6"
id: "3", title: "Perfect for My Business Fleet", quote: "Managing company vehicles is easy now. Restore Detailing keeps our fleet looking professional. Excellent service every time.", name: "Michael Rodriguez", role: "Small Business Owner, Dallas TX", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
},
{
id: "4", title: "Worth Every Penny", quote: "The ceramic coating they applied is fantastic. My truck repels water like never before. Best investment in my car's maintenance.", name: "David Thompson", role: "Truck Owner, San Antonio TX", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7"
id: "4", title: "Worth Every Penny", quote: "The ceramic coating they applied is fantastic. My truck repels water like never before. Best investment in my car's maintenance.", name: "David Thompson", role: "Truck Owner, San Antonio TX", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
}
]}
textboxLayout="default"
@@ -215,7 +217,7 @@ export default function LandingPage() {
}}
useInvertedBackground={true}
mediaPosition="right"
imageSrc="http://img.b2bpic.net/free-photo/mid-adult-mechanic-examining-vehicle-hood-while-working-auto-repair-shop_637285-7664.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/mid-adult-mechanic-examining-vehicle-hood-while-working-auto-repair-shop_637285-7664.jpg"
imageAlt="Contact us for detailing"
mediaAnimation="slide-up"
buttonText="Book Your Service"