Update src/app/contact/page.tsx

This commit is contained in:
2026-03-10 20:06:47 +00:00
parent 9338596c77
commit 7bf335b844

View File

@@ -23,10 +23,10 @@ export default function ContactPage() {
<NavbarStyleApple
brandName="Complete Detail"
navItems={[
{ name: "Services", id: "services" },
{ name: "Why Us", id: "about" },
{ name: "Services", id: "/services" },
{ name: "Gallery", id: "/gallery" },
{ name: "About", id: "/about" },
{ name: "Pricing", id: "pricing" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "/contact" }
]}
/>
@@ -47,7 +47,7 @@ export default function ContactPage() {
required: true
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/spray-bottle-barber-shop_23-2148256970.jpg?_wi=4"
imageSrc="https://images.unsplash.com/photo-1585771724684-38269d6639fd?w=800&h=600&fit=crop"
imageAlt="Professional detailing equipment and products"
mediaAnimation="slide-up"
mediaPosition="right"