|
|
|
|
@@ -8,7 +8,7 @@ import SplitAbout from "@/components/sections/about/SplitAbout";
|
|
|
|
|
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
|
|
|
|
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
|
|
|
|
|
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
|
|
|
|
import { Leaf, Wind, Shield, Sparkles, Zap, Award, CheckCircle, Star } from "lucide-react";
|
|
|
|
|
import { Wind, Shield, Sparkles, Zap, Award, CheckCircle, Star } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -40,10 +40,10 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroSplitDoubleCarousel
|
|
|
|
|
title="Professional Car Detailing for the Eco-Conscious"
|
|
|
|
|
title="Professional Car Detailing"
|
|
|
|
|
description="Expert detailing services that keep your vehicle pristine. From exterior wash to ceramic coating, we deliver the best results."
|
|
|
|
|
tag="Premium Service"
|
|
|
|
|
tagIcon={Leaf}
|
|
|
|
|
tagIcon={Shield}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
background={{ variant: "animated-grid" }}
|
|
|
|
|
leftCarouselItems={[
|
|
|
|
|
@@ -58,13 +58,13 @@ export default function LandingPage() {
|
|
|
|
|
]}
|
|
|
|
|
rightCarouselItems={[
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30576.jpg?_wi=2", imageAlt: "Vehicle exterior cleaning"},
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5ZbJ7hKHS4DBDRKngChamzfr/uploaded-1772513644444-wgvl9mwj.png", imageAlt: "Vehicle exterior cleaning"},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg?_wi=2", imageAlt: "Paint protection service"},
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5ZbJ7hKHS4DBDRKngChamzfr/uploaded-1772513614234-umac4ilr.png", imageAlt: "Paint protection service"},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=3", imageAlt: "Detailed car finish"},
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5ZbJ7hKHS4DBDRKngChamzfr/uploaded-1772513606073-zrfvwqka.png", imageAlt: "Detailed car finish"},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=4", imageAlt: "Interior vacuum and clean"},
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5ZbJ7hKHS4DBDRKngChamzfr/uploaded-1772513591355-vijh2fhl.png", imageAlt: "Interior vacuum and clean"},
|
|
|
|
|
]}
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Book Now", href: "contact" },
|
|
|
|
|
@@ -78,7 +78,7 @@ export default function LandingPage() {
|
|
|
|
|
<div id="services" data-section="services">
|
|
|
|
|
<FeatureHoverPattern
|
|
|
|
|
title="Our Detailing Services"
|
|
|
|
|
description="Comprehensive vehicle care tailored to your needs. Each service is performed with premium products and eco-friendly practices."
|
|
|
|
|
description="Comprehensive vehicle care tailored to your needs. Each service is performed with premium products and professional practices."
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
icon: Wind,
|
|
|
|
|
@@ -101,8 +101,8 @@ export default function LandingPage() {
|
|
|
|
|
title: "Engine Bay Cleaning", description: "Safe and thorough engine compartment cleaning that maintains performance and extends engine life.", button: { text: "Details" },
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
icon: Leaf,
|
|
|
|
|
title: "Eco-Friendly Detailing", description: "Water-conserving wash process using biodegradable products that protect your car and the environment.", button: { text: "Details" },
|
|
|
|
|
icon: Shield,
|
|
|
|
|
title: "Professional Detailing", description: "Expert care and attention to every detail using industry-leading techniques and premium products.", button: { text: "Details" },
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
@@ -114,14 +114,14 @@ export default function LandingPage() {
|
|
|
|
|
<div id="features" data-section="features">
|
|
|
|
|
<SplitAbout
|
|
|
|
|
title="Why Choose Go Green Detailing?"
|
|
|
|
|
description="We combine expert craftsmanship with environmental responsibility. Our team is trained in the latest detailing techniques and committed to sustainable practices."
|
|
|
|
|
description="We combine expert craftsmanship with professional excellence. Our team is trained in the latest detailing techniques and committed to delivering outstanding results."
|
|
|
|
|
tag="Our Commitment"
|
|
|
|
|
tagIcon={CheckCircle}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
bulletPoints={[
|
|
|
|
|
{
|
|
|
|
|
icon: Award,
|
|
|
|
|
title: "Certified Professionals", description: "Our team holds industry certifications and uses only premium, eco-approved products."},
|
|
|
|
|
title: "Certified Professionals", description: "Our team holds industry certifications and uses only premium, professional-grade products."},
|
|
|
|
|
{
|
|
|
|
|
icon: Zap,
|
|
|
|
|
title: "Quick Turnaround", description: "Most services completed within 2-4 hours without compromising quality or attention to detail."},
|
|
|
|
|
@@ -129,8 +129,8 @@ export default function LandingPage() {
|
|
|
|
|
icon: Shield,
|
|
|
|
|
title: "Satisfaction Guaranteed", description: "100% satisfaction guarantee on all services with a commitment to customer excellence and care."},
|
|
|
|
|
{
|
|
|
|
|
icon: Leaf,
|
|
|
|
|
title: "W", description: "Loca."},
|
|
|
|
|
icon: Shield,
|
|
|
|
|
title: "Professional Standards", description: "We maintain the highest industry standards in all our detailing work and customer service."},
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=5"
|
|
|
|
|
imageAlt="Professional detailing team at work"
|
|
|
|
|
@@ -150,9 +150,9 @@ export default function LandingPage() {
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "Michael Johnson", role: "Car Enthusiast", testimonial: "Go Green Detailing transformed my vehicle. The attention to detail is incredible, and I love that they use eco-friendly products. My car looks showroom-fresh!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5ZbJ7hKHS4DBDRKngChamzfr/uploaded-1772483399150-5uvs04kj.jpg", imageAlt: "Michael Johnson"},
|
|
|
|
|
id: "1", name: "Michael Johnson", role: "Car Enthusiast", testimonial: "Go Green Detailing transformed my vehicle. The attention to detail is incredible and my car looks showroom-fresh!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP5ZbJ7hKHS4DBDRKngChamzfr/uploaded-1772483399150-5uvs04kj.jpg", imageAlt: "Michael Johnson"},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "Sarah Chen", role: "Business Owner", testimonial: "Professional, efficient, and environmentally conscious. They completed my detailing on time and the results exceeded my expectations. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sarah Chen"},
|
|
|
|
|
id: "2", name: "Sarah Chen", role: "Business Owner", testimonial: "Professional, efficient, and reliable. They completed my detailing on time and the results exceeded my expectations. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sarah Chen"},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "David Rodriguez", role: "Fleet Manager", testimonial: "We trust Go Green with our entire company fleet. Their consistency, reliability, and commitment to quality is unmatched in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Rodriguez"},
|
|
|
|
|
{
|
|
|
|
|
|