diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ae1bd5d..b5ee75d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -3,11 +3,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import Link from "next/link"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; +import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; -import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen"; +import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { MapPin, Phone } from "lucide-react"; +import { MapPin, Zap, Phone, CheckCircle } from "lucide-react"; export default function AboutPage() { const navItems = [ @@ -69,19 +70,46 @@ export default function AboutPage() { navItems={navItems} button={{ text: "Call Now", href: "tel:2108488465" }} brandName="210Pristine" - buttonClassName="font-mulish" + /> + + +
+
-
- +
@@ -77,11 +75,11 @@ export default function ContactPage() { tag="Get in Touch" tagIcon={Phone} tagAnimation="slide-up" - title="Ready to Book Your Detailing?" - description="Contact us today to schedule your appointment. We're available for same-day service in most cases and serve all of San Antonio and surrounding areas." + title="Contact 210Pristine Mobile Detailing" + description="Have questions about our services? Ready to book your appointment? We're here to help. Call us today or fill out a contact form and we'll get back to you within 24 hours." buttons={[ { text: "Call (210) 848-8465", href: "tel:2108488465" }, - { text: "Email Us", href: "mailto:info@210pristine.com" }, + { text: "Send Email", href: "mailto:info@210pristine.com" }, ]} buttonAnimation="slide-up" background={{ variant: "plain" }} @@ -89,27 +87,6 @@ export default function ContactPage() { /> -
- -
- + +
+
+ +
+