26 Commits

Author SHA1 Message Date
92c46f45f8 Update src/app/layout.tsx 2026-03-03 04:56:03 +00:00
b8d2827ae1 Merge version_2 into main
Merge version_2 into main
2026-03-03 04:54:44 +00:00
484da33558 Update src/app/page.tsx 2026-03-03 04:54:40 +00:00
58d9f91ddc Merge version_2 into main
Merge version_2 into main
2026-03-03 04:44:46 +00:00
eee9072a39 Update theme colors 2026-03-03 04:44:40 +00:00
2692d1cafd Merge version_2 into main
Merge version_2 into main
2026-03-03 04:44:12 +00:00
7ec6e1d15a Update theme colors 2026-03-03 04:44:06 +00:00
9d48864ab0 Merge version_2 into main
Merge version_2 into main
2026-03-03 04:37:57 +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
3 changed files with 38 additions and 60 deletions

View File

@@ -1,44 +1,23 @@
import type { Metadata } from "next";
import { Mulish } from "next/font/google";
import { Inter } from "next/font/google";
import "./styles/variables.css";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const mulish = Mulish({
variable: "--font-mulish", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Go Green Detailing - Professional Eco-Friendly Car Detailing", description: "Expert professional car detailing services using eco-friendly products. Exterior wash, interior detailing, ceramic coating, and more. Book your appointment today.", keywords: "car detailing, auto detailing, ceramic coating, car wash, eco-friendly, professional detailing, paint protection", openGraph: {
title: "Go Green Detailing - Professional Car Detailing Services", description: "Expert vehicle detailing with eco-conscious practices. Premium services from exterior wash to ceramic coating.", type: "website", siteName: "Go Green Detailing", images: [
{
url: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", alt: "Professional car detailing service"},
],
},
twitter: {
card: "summary_large_image", title: "Go Green Detailing - Professional Car Detailing", description: "Expert detailing services with environmental responsibility. Schedule your appointment now.", images: ["http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg"],
},
};
title: "Go Green Detailing", description: "Professional car detailing services"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${mulish.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.variable}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1406,7 +1385,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -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"},
{

View File

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