Update src/app/contact/page.tsx

This commit is contained in:
2026-06-03 15:29:21 +00:00
parent dda01360b7
commit 89828a50d1

View File

@@ -27,47 +27,32 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "About", name: "About", id: "/about"},
id: "/about",
},
{ {
name: "Services", name: "Services", id: "/services"},
id: "/services",
},
{ {
name: "Gallery", name: "Gallery", id: "/gallery"},
id: "/gallery",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
brandName="SKG Auto Detailing" brandName="SKG Auto Detailing"
button={{ button={{
text: "Get Free Quote", text: "Get Free Quote", href: "/contact"}}
href: "/contact",
}}
/> />
</div> </div>
<div id="contact-hero" data-section="contact-hero"> <div id="contact-hero" data-section="contact-hero">
<HeroSplit <HeroSplit
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
imagePosition="right" imagePosition="right"
title="Get in Touch with SKG Auto Detailing" title="Get in Touch with SKG Auto Detailing"
description="Located in Fredericksburg, VA, we're ready to make your vehicle shine. Contact us today for a free quote or to schedule an appointment." description="Located in Fredericksburg, VA, we're ready to make your vehicle shine. Contact us today for a free quote or to schedule an appointment."
buttons={[ buttons={[
{ {
text: "Call Us Now", text: "Call Us Now", href: "tel:5407068888"},
href: "tel:5407068888",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/car-wash-station-morning-france_268835-3545.jpg" imageSrc="http://img.b2bpic.net/free-photo/car-wash-station-morning-france_268835-3545.jpg"
imageAlt="Modern auto detailing office exterior or clean bay" imageAlt="Modern auto detailing office exterior or clean bay"
@@ -75,23 +60,15 @@ export default function LandingPage() {
fixedMediaHeight={true} fixedMediaHeight={true}
avatars={[ avatars={[
{ {
src: "asset://contact-hero-avatar-1", src: "asset://contact-hero-avatar-1", alt: "customer ready to contact detailer"},
alt: "customer ready to contact detailer",
},
{ {
src: "asset://contact-hero-avatar-2", src: "asset://contact-hero-avatar-2", alt: "client looking for car detailing quote"},
alt: "client looking for car detailing quote",
},
{ {
src: "asset://contact-hero-avatar-3", src: "asset://contact-hero-avatar-3", alt: "person calling car detailing service"},
alt: "person calling car detailing service",
},
{ {
src: "asset://contact-hero-avatar-4", src: "asset://contact-hero-avatar-4", alt: "customer at auto detailing office"},
alt: "customer at auto detailing office",
},
{ {
src: "asset://contact-hero-avatar-5", src: "asset://contact-hero-avatar-5", alt: "contact hero avatar"
}, },
]} ]}
/> />
@@ -105,21 +82,13 @@ export default function LandingPage() {
description="Visit us at our Fredericksburg studio or reach out by phone or email. We're here to answer your questions and get your vehicle looking its best." description="Visit us at our Fredericksburg studio or reach out by phone or email. We're here to answer your questions and get your vehicle looking its best."
bulletPoints={[ bulletPoints={[
{ {
title: "Phone", title: "Phone", description: "(540) 706-8888"},
description: "(540) 706-8888",
},
{ {
title: "Address", title: "Address", description: "1919 Princess Anne St Suite 303, Fredericksburg, VA 22401"},
description: "1919 Princess Anne St Suite 303, Fredericksburg, VA 22401",
},
{ {
title: "Business Hours", title: "Business Hours", description: "Monday - Friday: 9:00 AM - 5:00 PM (Weekends by Appointment)"},
description: "Monday - Friday: 9:00 AM - 5:00 PM (Weekends by Appointment)",
},
{ {
title: "Service Area", title: "Service Area", description: "Serving Fredericksburg, Spotsylvania, Stafford, King George, Locust Grove, and surrounding Virginia communities."},
description: "Serving Fredericksburg, Spotsylvania, Stafford, King George, Locust Grove, and surrounding Virginia communities.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/bold-metro-station-chatelet-paris_23-2148232435.jpg" imageSrc="http://img.b2bpic.net/free-photo/bold-metro-station-chatelet-paris_23-2148232435.jpg"
imageAlt="Google Map showing SKG Auto Detailing Inc. location in Fredericksburg, VA" imageAlt="Google Map showing SKG Auto Detailing Inc. location in Fredericksburg, VA"
@@ -131,18 +100,13 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
text="Ready for a professional detailing experience? Call us now to schedule your appointment or get a free quote!" text="Ready for a professional detailing experience? Call us now to schedule your appointment or get a free quote!"
buttons={[ buttons={[
{ {
text: "Call (540) 706-8888", text: "Call (540) 706-8888", href: "tel:5407068888"},
href: "tel:5407068888",
},
{ {
text: "Request a Quote", text: "Request a Quote", href: "/contact"},
href: "/contact",
},
]} ]}
/> />
</div> </div>
@@ -151,66 +115,39 @@ export default function LandingPage() {
<FooterSimple <FooterSimple
columns={[ columns={[
{ {
title: "Services", title: "Services", items: [
items: [
{ {
label: "Full Detailing", label: "Full Detailing", href: "/services#full-detailing"},
href: "/services#full-detailing",
},
{ {
label: "Interior Detailing", label: "Interior Detailing", href: "/services#interior-detailing"},
href: "/services#interior-detailing",
},
{ {
label: "Exterior Detailing", label: "Exterior Detailing", href: "/services#exterior-detailing"},
href: "/services#exterior-detailing",
},
{ {
label: "Paint Protection", label: "Paint Protection", href: "/services#paint-protection"},
href: "/services#paint-protection",
},
{ {
label: "Engine Detailing", label: "Engine Detailing", href: "/services#engine-detailing"},
href: "/services#engine-detailing",
},
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "/about"},
href: "/about",
},
{ {
label: "Our Work", label: "Our Work", href: "/gallery"},
href: "/gallery",
},
{ {
label: "Contact Us", label: "Contact Us", href: "/contact"},
href: "/contact",
},
{ {
label: "Request a Quote", label: "Request a Quote", href: "/contact"},
href: "/contact",
},
], ],
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [
{ {
label: "Facebook", label: "Facebook", href: "#"},
href: "#",
},
{ {
label: "Instagram", label: "Instagram", href: "#"},
href: "#",
},
{ {
label: "Google Reviews", label: "Google Reviews", href: "https://www.google.com/search?q=SKG+Auto+Detailing+Inc+Fredericksburg+reviews"},
href: "https://www.google.com/search?q=SKG+Auto+Detailing+Inc+Fredericksburg+reviews",
},
], ],
}, },
]} ]}