Update src/app/contact/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user