Update src/app/about/page.tsx

This commit is contained in:
2026-03-07 09:51:16 +00:00
parent f70e97e67a
commit 590713403a

View File

@@ -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."