Merge version_1 into main #2
@@ -5,7 +5,7 @@ import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
||||
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { Award, Clock, Sparkles, Star } from "lucide-react";
|
||||
import { Award, Clock, Sparkles, Star, ChevronRight } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function AboutPage() {
|
||||
@@ -19,8 +19,7 @@ export default function AboutPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Interior Detailing", href: "/services#interior" },
|
||||
{ label: "Exterior Detailing", href: "/services#exterior" },
|
||||
{ label: "Paint Correction", href: "/services#paint" },
|
||||
@@ -28,8 +27,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Gallery", href: "/gallery" },
|
||||
{ label: "Service Areas", href: "/service-areas" },
|
||||
@@ -37,8 +35,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Book Appointment", href: "/booking" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
@@ -75,32 +72,16 @@ export default function AboutPage() {
|
||||
description="Serving Los Angeles and surrounding areas with unparalleled luxury automotive detailing expertise"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "500+",
|
||||
title: "Luxury Vehicles",
|
||||
description: "Premium cars detailed and maintained",
|
||||
icon: Sparkles,
|
||||
id: "1", value: "500+", title: "Luxury Vehicles", description: "Premium cars detailed and maintained", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "98%",
|
||||
title: "Satisfaction Rate",
|
||||
description: "Client approval and repeat bookings",
|
||||
icon: Star,
|
||||
id: "2", value: "98%", title: "Satisfaction Rate", description: "Client approval and repeat bookings", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "10+",
|
||||
title: "Years Experience",
|
||||
description: "Premium automotive care expertise",
|
||||
icon: Award,
|
||||
id: "3", value: "10+", title: "Years Experience", description: "Premium automotive care expertise", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "24/7",
|
||||
title: "Mobile Service",
|
||||
description: "Convenient appointments at your location",
|
||||
icon: Clock,
|
||||
id: "4", value: "24/7", title: "Mobile Service", description: "Convenient appointments at your location", icon: Clock,
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -116,53 +97,23 @@ export default function AboutPage() {
|
||||
description="Comprehensive detailing solutions for every luxury vehicle requirement"
|
||||
features={[
|
||||
{
|
||||
title: "Interior Detailing",
|
||||
description: "Deep cleaning and restoration of leather, suede, and premium upholstery",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434364.jpg?_wi=3",
|
||||
imageAlt: "Luxury car interior detailing",
|
||||
buttonIcon: "ChevronRight",
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Interior Detailing", description: "Deep cleaning and restoration of leather, suede, and premium upholstery", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434364.jpg", imageAlt: "Luxury car interior detailing", buttonIcon: ChevronRight,
|
||||
buttonHref: "/services"},
|
||||
{
|
||||
title: "Exterior Detailing",
|
||||
description: "Professional washing, waxing, and protective treatments for flawless finishes",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-11954.jpg?_wi=3",
|
||||
imageAlt: "Exterior auto detailing",
|
||||
buttonIcon: "ChevronRight",
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Exterior Detailing", description: "Professional washing, waxing, and protective treatments for flawless finishes", imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-11954.jpg", imageAlt: "Exterior auto detailing", buttonIcon: ChevronRight,
|
||||
buttonHref: "/services"},
|
||||
{
|
||||
title: "Paint Correction",
|
||||
description: "Expert restoration of paint clarity through advanced correction techniques",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-painter-preparing-car-painting-workshop_342744-797.jpg?_wi=3",
|
||||
imageAlt: "Paint correction service",
|
||||
buttonIcon: "ChevronRight",
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Paint Correction", description: "Expert restoration of paint clarity through advanced correction techniques", imageSrc: "http://img.b2bpic.net/free-photo/car-painter-preparing-car-painting-workshop_342744-797.jpg", imageAlt: "Paint correction service", buttonIcon: ChevronRight,
|
||||
buttonHref: "/services"},
|
||||
{
|
||||
title: "Ceramic Coating",
|
||||
description: "Premium protective coatings that preserve your vehicle's showroom appearance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22305.jpg?_wi=3",
|
||||
imageAlt: "Ceramic coating application",
|
||||
buttonIcon: "ChevronRight",
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Ceramic Coating", description: "Premium protective coatings that preserve your vehicle's showroom appearance", imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22305.jpg", imageAlt: "Ceramic coating application", buttonIcon: ChevronRight,
|
||||
buttonHref: "/services"},
|
||||
{
|
||||
title: "Mobile Detailing",
|
||||
description: "Complete service convenience - we come to your location, on your schedule",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-brand-new-car-sell_23-2148332886.jpg?_wi=10",
|
||||
imageAlt: "Mobile detailing service",
|
||||
buttonIcon: "ChevronRight",
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Mobile Detailing", description: "Complete service convenience - we come to your location, on your schedule", imageSrc: "http://img.b2bpic.net/free-photo/side-view-brand-new-car-sell_23-2148332886.jpg", imageAlt: "Mobile detailing service", buttonIcon: ChevronRight,
|
||||
buttonHref: "/services"},
|
||||
{
|
||||
title: "Full Detail Package",
|
||||
description: "Complete interior and exterior treatment for comprehensive vehicle restoration",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30572.jpg?_wi=3",
|
||||
imageAlt: "Full detail package results",
|
||||
buttonIcon: "ChevronRight",
|
||||
buttonHref: "/services",
|
||||
},
|
||||
title: "Full Detail Package", description: "Complete interior and exterior treatment for comprehensive vehicle restoration", imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30572.jpg", imageAlt: "Full detail package results", buttonIcon: ChevronRight,
|
||||
buttonHref: "/services"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -171,7 +122,7 @@ export default function AboutPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11791.jpg?_wi=6"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11791.jpg"
|
||||
imageAlt="California Golden Detailers facility"
|
||||
logoText="California Golden Detailers"
|
||||
copyrightText="© 2025 California Golden Detailers. All rights reserved."
|
||||
|
||||
@@ -6,6 +6,7 @@ import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
||||
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { Heart } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function GalleryPage() {
|
||||
@@ -19,8 +20,7 @@ export default function GalleryPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Interior Detailing", href: "/services#interior" },
|
||||
{ label: "Exterior Detailing", href: "/services#exterior" },
|
||||
{ label: "Paint Correction", href: "/services#paint" },
|
||||
@@ -28,8 +28,7 @@ export default function GalleryPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Gallery", href: "/gallery" },
|
||||
{ label: "Service Areas", href: "/service-areas" },
|
||||
@@ -37,8 +36,7 @@ export default function GalleryPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Book Appointment", href: "/booking" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
@@ -75,85 +73,29 @@ export default function GalleryPage() {
|
||||
description="Showcasing our expertise with the world's most prestigious luxury vehicles"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Rolls-Royce",
|
||||
name: "Phantom Pearl Detail",
|
||||
price: "Premium Finish",
|
||||
rating: 5,
|
||||
reviewCount: "Flawless",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-brand-new-car-sell_23-2148332886.jpg?_wi=8",
|
||||
imageAlt: "Rolls-Royce Phantom detail",
|
||||
},
|
||||
id: "1", brand: "Rolls-Royce", name: "Phantom Pearl Detail", price: "Premium Finish", rating: 5,
|
||||
reviewCount: "Flawless", imageSrc: "http://img.b2bpic.net/free-photo/side-view-brand-new-car-sell_23-2148332886.jpg", imageAlt: "Rolls-Royce Phantom detail"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Ferrari",
|
||||
name: "F8 Tributo Restoration",
|
||||
price: "Show Ready",
|
||||
rating: 5,
|
||||
reviewCount: "Perfect",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-dark-automobile-with-modern-rear-light_23-2147963030.jpg?_wi=3",
|
||||
imageAlt: "Ferrari F8 Tributo",
|
||||
},
|
||||
id: "2", brand: "Ferrari", name: "F8 Tributo Restoration", price: "Show Ready", rating: 5,
|
||||
reviewCount: "Perfect", imageSrc: "http://img.b2bpic.net/free-photo/back-dark-automobile-with-modern-rear-light_23-2147963030.jpg", imageAlt: "Ferrari F8 Tributo"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Lamborghini",
|
||||
name: "Revuelto Polish",
|
||||
price: "Pristine",
|
||||
rating: 5,
|
||||
reviewCount: "Excellent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-red-porsche-car-parked-near-buildings-blurry-background_181624-1778.jpg?_wi=3",
|
||||
imageAlt: "Lamborghini Revuelto",
|
||||
},
|
||||
id: "3", brand: "Lamborghini", name: "Revuelto Polish", price: "Pristine", rating: 5,
|
||||
reviewCount: "Excellent", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-red-porsche-car-parked-near-buildings-blurry-background_181624-1778.jpg", imageAlt: "Lamborghini Revuelto"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Mercedes-Benz",
|
||||
name: "S-Class Elegance",
|
||||
price: "Premium",
|
||||
rating: 5,
|
||||
reviewCount: "Superior",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steering-wheel-car-with-brown-interior_181624-6097.jpg?_wi=3",
|
||||
imageAlt: "Mercedes-Benz S-Class",
|
||||
},
|
||||
id: "4", brand: "Mercedes-Benz", name: "S-Class Elegance", price: "Premium", rating: 5,
|
||||
reviewCount: "Superior", imageSrc: "http://img.b2bpic.net/free-photo/steering-wheel-car-with-brown-interior_181624-6097.jpg", imageAlt: "Mercedes-Benz S-Class"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "BMW",
|
||||
name: "M760 Luxury Detail",
|
||||
price: "Refined",
|
||||
rating: 5,
|
||||
reviewCount: "Outstanding",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/auto-steering-wheel-light-switch-control-paddle_23-2147963060.jpg?_wi=2",
|
||||
imageAlt: "BMW M760",
|
||||
},
|
||||
id: "5", brand: "BMW", name: "M760 Luxury Detail", price: "Refined", rating: 5,
|
||||
reviewCount: "Outstanding", imageSrc: "http://img.b2bpic.net/free-photo/auto-steering-wheel-light-switch-control-paddle_23-2147963060.jpg", imageAlt: "BMW M760"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Mercedes-AMG",
|
||||
name: "G 63 Perfection",
|
||||
price: "Premium",
|
||||
rating: 5,
|
||||
reviewCount: "Flawless",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-man-cleaning-car-s-back-headlight-with-microfiber-cloth_181624-46344.jpg?_wi=2",
|
||||
imageAlt: "Mercedes-AMG G-Wagon",
|
||||
},
|
||||
id: "6", brand: "Mercedes-AMG", name: "G 63 Perfection", price: "Premium", rating: 5,
|
||||
reviewCount: "Flawless", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-man-cleaning-car-s-back-headlight-with-microfiber-cloth_181624-46344.jpg", imageAlt: "Mercedes-AMG G-Wagon"},
|
||||
{
|
||||
id: "7",
|
||||
brand: "Porsche",
|
||||
name: "911 Turbo S",
|
||||
price: "Excellence",
|
||||
rating: 5,
|
||||
reviewCount: "Perfect",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-26060.jpg?_wi=2",
|
||||
imageAlt: "Porsche 911 Turbo S",
|
||||
},
|
||||
id: "7", brand: "Porsche", name: "911 Turbo S", price: "Excellence", rating: 5,
|
||||
reviewCount: "Perfect", imageSrc: "http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-26060.jpg", imageAlt: "Porsche 911 Turbo S"},
|
||||
{
|
||||
id: "8",
|
||||
brand: "Bugatti",
|
||||
name: "Chiron Hypercar",
|
||||
price: "Legendary",
|
||||
rating: 5,
|
||||
reviewCount: "Masterpiece",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-brand-new-car-sell_23-2148332886.jpg?_wi=9",
|
||||
imageAlt: "Bugatti Chiron",
|
||||
},
|
||||
id: "8", brand: "Bugatti", name: "Chiron Hypercar", price: "Legendary", rating: 5,
|
||||
reviewCount: "Masterpiece", imageSrc: "http://img.b2bpic.net/free-photo/side-view-brand-new-car-sell_23-2148332886.jpg", imageAlt: "Bugatti Chiron"},
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
@@ -166,46 +108,22 @@ export default function GalleryPage() {
|
||||
<TestimonialCardTwelve
|
||||
cardTitle="Trusted by luxury vehicle owners and collectors throughout Los Angeles and Orange County"
|
||||
cardTag="Premium Client Satisfaction"
|
||||
cardTagIcon="Heart"
|
||||
cardTagIcon={Heart}
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marcus Richardson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-showing-car-keys-medium-shot_23-2148266238.jpg?_wi=3",
|
||||
imageAlt: "Marcus Richardson",
|
||||
},
|
||||
id: "1", name: "Marcus Richardson", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-showing-car-keys-medium-shot_23-2148266238.jpg", imageAlt: "Marcus Richardson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jennifer Walsh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-looking-away-medium-shot_23-2148266204.jpg?_wi=3",
|
||||
imageAlt: "Jennifer Walsh",
|
||||
},
|
||||
id: "2", name: "Jennifer Walsh", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-looking-away-medium-shot_23-2148266204.jpg", imageAlt: "Jennifer Walsh"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg?_wi=3",
|
||||
imageAlt: "David Chen",
|
||||
},
|
||||
id: "3", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", imageAlt: "David Chen"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Alexandra Horne",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-talking-phone-by-his-car_1303-23040.jpg?_wi=2",
|
||||
imageAlt: "Alexandra Horne",
|
||||
},
|
||||
id: "4", name: "Alexandra Horne", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-talking-phone-by-his-car_1303-23040.jpg", imageAlt: "Alexandra Horne"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Michael Sterling",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-businessman-car_23-2147873894.jpg?_wi=2",
|
||||
imageAlt: "Michael Sterling",
|
||||
},
|
||||
id: "5", name: "Michael Sterling", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-businessman-car_23-2147873894.jpg", imageAlt: "Michael Sterling"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Sophie Laurent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-choosing-car-car-salon_1303-28466.jpg?_wi=2",
|
||||
imageAlt: "Sophie Laurent",
|
||||
},
|
||||
id: "6", name: "Sophie Laurent", imageSrc: "http://img.b2bpic.net/free-photo/young-man-choosing-car-car-salon_1303-28466.jpg", imageAlt: "Sophie Laurent"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -215,15 +133,7 @@ export default function GalleryPage() {
|
||||
title="Trusted by Luxury Automotive Enthusiasts"
|
||||
description="We service and maintain vehicles from the world's most prestigious brands"
|
||||
names={[
|
||||
"Rolls-Royce",
|
||||
"Ferrari",
|
||||
"Lamborghini",
|
||||
"Mercedes-Benz",
|
||||
"BMW",
|
||||
"Porsche",
|
||||
"Aston Martin",
|
||||
"Bentley",
|
||||
]}
|
||||
"Rolls-Royce", "Ferrari", "Lamborghini", "Mercedes-Benz", "BMW", "Porsche", "Aston Martin", "Bentley"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
showCard={true}
|
||||
@@ -232,7 +142,7 @@ export default function GalleryPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11791.jpg?_wi=5"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11791.jpg"
|
||||
imageAlt="California Golden Detailers facility"
|
||||
logoText="California Golden Detailers"
|
||||
copyrightText="© 2025 California Golden Detailers. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user