Update src/app/about/page.tsx

This commit is contained in:
2026-03-02 18:25:11 +00:00
parent cb49679bbb
commit 7d316bb889

View File

@@ -4,18 +4,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen";
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import Link from "next/link";
import { Star } from "lucide-react";
const navItems = [
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "Pricing", id: "/pricing" },
{ name: "Gallery", id: "/gallery" },
{ name: "Contact", id: "/contact" },
];
export default function AboutPage() {
return (
<ThemeProvider
@@ -24,105 +16,84 @@ export default function AboutPage() {
borderRadius="rounded"
contentWidth="small"
sizing="mediumLargeSizeMediumTitles"
background="fluid"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="medium"
>
{/* Navbar */}
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={navItems}
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "Pricing", id: "/pricing" },
{ name: "Gallery", id: "/gallery" },
{ name: "Contact", id: "#contact" },
]}
brandName="Elite Auto Detailing"
bottomLeftText="Professional Auto Detailing"
bottomRightText="(###) ###-#### or text us"
/>
</div>
{/* About Metrics */}
<div id="about-metrics" data-section="about-metrics">
<MetricCardFourteen
title="Elite Auto Detailing & Mobile Services LLC is dedicated to delivering premium auto detailing solutions with unmatched professionalism and attention to detail."
tag="Our Commitment"
title="Elite Auto Detailing has been serving customers with excellence for over a decade, delivering showroom-quality results every time."
tag="Our Story"
tagAnimation="slide-up"
metrics={[
{
id: "1",
value: "500+",
description:
"Satisfied customers who have experienced our professional detailing services and transformed their vehicles.",
},
{
id: "2",
value: "15+",
description:
"Years of combined experience in premium auto detailing, paint protection, and specialty vehicle care.",
},
{
id: "3",
value: "100%",
description:
"Satisfaction guarantee on all services. If you're not completely happy, we make it right.",
},
{ id: "1", value: "10+", description: "Years of professional auto detailing experience and customer satisfaction" },
{ id: "2", value: "1000+", description: "Happy customers who trust us to care for their vehicles" },
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="about-testimonials" data-section="about-testimonials">
{/* Testimonials */}
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
testimonials={[
{
id: "1",
name: "Sarah Johnson",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=3",
imageAlt: "Sarah Johnson",
},
{
id: "2",
name: "Michael Chen",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2",
imageAlt: "Michael Chen",
},
{
id: "3",
name: "Emily Rodriguez",
imageSrc:
"http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg?_wi=2",
imageAlt: "Emily Rodriguez",
},
{
id: "4",
name: "David Kim",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg?_wi=2",
imageAlt: "David Kim",
},
{
id: "5",
name: "Jessica Martinez",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=4",
imageAlt: "Jessica Martinez",
},
{
id: "6",
name: "Robert Thompson",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2",
imageAlt: "Robert Thompson",
},
{ id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=4", imageAlt: "Sarah Johnson" },
{ id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=3", imageAlt: "Michael Chen" },
{ id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg?_wi=3", imageAlt: "Emily Rodriguez" },
{ id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg?_wi=3", imageAlt: "David Kim" },
{ id: "5", name: "Jessica Martinez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=5", imageAlt: "Jessica Martinez" },
{ id: "6", name: "Robert Thompson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Robert Thompson" },
]}
cardTitle="What Our Customers Say About Elite Auto Detailing Services"
cardTag="Customer Testimonials"
cardTitle="Trusted by hundreds of satisfied customers across the region"
cardTag="What People Say"
cardTagIcon={Star}
cardAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
{/* Contact */}
<div id="contact" data-section="contact">
<ContactSplitForm
title="Let's Connect"
description="Have questions about our services or want to learn more? We'd love to hear from you. Get in touch today."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "phone", type: "tel", placeholder: "(###) ###-####", required: true },
{ name: "email", type: "email", placeholder: "your@email.com", required: true },
{ name: "subject", type: "text", placeholder: "Subject", required: true },
]}
textarea={{ name: "message", placeholder: "Tell us how we can help...", rows: 4 }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193588.jpg?_wi=5"
imageAlt="Professional detailing equipment"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Send Message"
/>
</div>
{/* Footer */}
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/luxury-car-interior-brown-black-colors_181624-31177.jpg?_wi=5"
@@ -131,8 +102,7 @@ export default function AboutPage() {
copyrightText="© 2025 Elite Auto Detailing & Mobile Services LLC. All rights reserved."
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Interior Detailing", href: "/services" },
{ label: "Exterior Detailing", href: "/services" },
{ label: "Paint Correction", href: "/services" },
@@ -141,8 +111,7 @@ export default function AboutPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Gallery", href: "/gallery" },
@@ -151,14 +120,10 @@ export default function AboutPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Call: (###) ###-####", href: "tel:+1-###-###-####" },
{ label: "Text Us", href: "sms:+1-###-###-####" },
{
label: "Email: info@eliteautodetailing.com",
href: "mailto:info@eliteautodetailing.com",
},
{ label: "Email: info@eliteautodetailing.com", href: "mailto:info@eliteautodetailing.com" },
{ label: "Service Area: [City/Region]", href: "#" },
{ label: "Hours: Mon-Sun, By Appointment", href: "#" },
],