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