21 Commits

Author SHA1 Message Date
484da33558 Update src/app/page.tsx 2026-03-03 04:54:40 +00:00
eee9072a39 Update theme colors 2026-03-03 04:44:40 +00:00
7ec6e1d15a Update theme colors 2026-03-03 04:44:06 +00:00
d5106f7f10 Update src/app/page.tsx 2026-03-03 04:37:47 +00:00
eb22d3dc19 Merge version_1 into main
Merge version_1 into main
2026-03-03 04:32:18 +00:00
98c7b07cf6 Merge version_1 into main
Merge version_1 into main
2026-03-03 04:30:18 +00:00
aa5eac8db2 Merge version_1 into main
Merge version_1 into main
2026-03-03 04:20:00 +00:00
5e081c7209 Merge version_1 into main
Merge version_1 into main
2026-03-03 04:08:51 +00:00
57e699583e Merge version_1 into main
Merge version_1 into main
2026-03-03 04:08:41 +00:00
06bed083cf Merge version_1 into main
Merge version_1 into main
2026-03-03 04:08:18 +00:00
7e05319109 Merge version_1 into main
Merge version_1 into main
2026-03-02 20:54:07 +00:00
4ec932fce4 Merge version_1 into main
Merge version_1 into main
2026-03-02 20:43:23 +00:00
278eb7f15f Merge version_1 into main
Merge version_1 into main
2026-03-02 20:42:30 +00:00
c3aec1892f Merge version_1 into main
Merge version_1 into main
2026-03-02 20:37:39 +00:00
4d25791985 Merge version_1 into main
Merge version_1 into main
2026-03-02 20:37:21 +00:00
a69dc80cf3 Merge version_1 into main
Merge version_1 into main
2026-03-02 20:37:08 +00:00
2162bcfc5d Merge version_1 into main
Merge version_1 into main
2026-03-02 20:36:25 +00:00
3c713d6d35 Merge version_1 into main
Merge version_1 into main
2026-03-02 20:10:45 +00:00
6eb91c10c2 Merge version_1 into main
Merge version_1 into main
2026-03-02 20:03:10 +00:00
799017c0f9 Merge version_1 into main
Merge version_1 into main
2026-03-02 20:00:56 +00:00
b9087b9c3d Merge version_1 into main
Merge version_1 into main
2026-03-02 19:58:39 +00:00
2 changed files with 32 additions and 32 deletions

View File

@@ -8,7 +8,7 @@ import SplitAbout from "@/components/sections/about/SplitAbout";
import ContactCenter from "@/components/sections/contact/ContactCenter"; import ContactCenter from "@/components/sections/contact/ContactCenter";
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
import FooterMedia from "@/components/sections/footer/FooterMedia"; 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() { export default function LandingPage() {
return ( return (
@@ -40,10 +40,10 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitDoubleCarousel <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." description="Expert detailing services that keep your vehicle pristine. From exterior wash to ceramic coating, we deliver the best results."
tag="Premium Service" tag="Premium Service"
tagIcon={Leaf} tagIcon={Shield}
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "animated-grid" }} background={{ variant: "animated-grid" }}
leftCarouselItems={[ leftCarouselItems={[
@@ -58,13 +58,13 @@ export default function LandingPage() {
]} ]}
rightCarouselItems={[ 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={[ buttons={[
{ text: "Book Now", href: "contact" }, { text: "Book Now", href: "contact" },
@@ -78,7 +78,7 @@ export default function LandingPage() {
<div id="services" data-section="services"> <div id="services" data-section="services">
<FeatureHoverPattern <FeatureHoverPattern
title="Our Detailing Services" 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={[ features={[
{ {
icon: Wind, 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" }, title: "Engine Bay Cleaning", description: "Safe and thorough engine compartment cleaning that maintains performance and extends engine life.", button: { text: "Details" },
}, },
{ {
icon: Leaf, icon: Shield,
title: "Eco-Friendly Detailing", description: "Water-conserving wash process using biodegradable products that protect your car and the environment.", button: { text: "Details" }, title: "Professional Detailing", description: "Expert care and attention to every detail using industry-leading techniques and premium products.", button: { text: "Details" },
}, },
]} ]}
textboxLayout="default" textboxLayout="default"
@@ -114,14 +114,14 @@ export default function LandingPage() {
<div id="features" data-section="features"> <div id="features" data-section="features">
<SplitAbout <SplitAbout
title="Why Choose Go Green Detailing?" 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" tag="Our Commitment"
tagIcon={CheckCircle} tagIcon={CheckCircle}
tagAnimation="slide-up" tagAnimation="slide-up"
bulletPoints={[ bulletPoints={[
{ {
icon: Award, 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, icon: Zap,
title: "Quick Turnaround", description: "Most services completed within 2-4 hours without compromising quality or attention to detail."}, 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, icon: Shield,
title: "Satisfaction Guaranteed", description: "100% satisfaction guarantee on all services with a commitment to customer excellence and care."}, title: "Satisfaction Guaranteed", description: "100% satisfaction guarantee on all services with a commitment to customer excellence and care."},
{ {
icon: Leaf, icon: Shield,
title: "W", description: "Loca."}, 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" 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" imageAlt="Professional detailing team at work"
@@ -150,9 +150,9 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
testimonials={[ 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"}, 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"},
{ {

View File

@@ -2,23 +2,23 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #ffffff;;; /* --background: #000802;;;;;
--card: #f9f9f9;;; --card: #0b1a0b;;;;;
--foreground: #000f06e6;;; --foreground: #e6ffe6;;;;;
--primary-cta: #11da6f;;; --primary-cta: #80da9b;;;;;
--secondary-cta: #f9f9f9;;; --secondary-cta: #07170b;;;;;
--accent: #e2e2e2;;; --accent: #38714a;;;;;
--background-accent: #c4c4c4;;; */ --background-accent: #2c6541;;;;; */
--background: #ffffff;;; --background: #000802;;;;;
--card: #f9f9f9;;; --card: #0b1a0b;;;;;
--foreground: #000f06e6;;; --foreground: #e6ffe6;;;;;
--primary-cta: #11da6f;;; --primary-cta: #80da9b;;;;;
--primary-cta-text: #ffffff;;; --primary-cta-text: #000802;;;;;
--secondary-cta: #f9f9f9;;; --secondary-cta: #07170b;;;;;
--secondary-cta-text: #000f06e6;;; --secondary-cta-text: #e6ffe6;;;;;
--accent: #e2e2e2;;; --accent: #38714a;;;;;
--background-accent: #c4c4c4;;; --background-accent: #2c6541;;;;;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);