Update src/app/contact/page.tsx
This commit is contained in:
@@ -28,9 +28,9 @@ export default function ContactUsPage() {
|
||||
{ name: "Work", id: "work" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Gallery", href: "/gallery" },
|
||||
{ name: "Contact", href: "/contact" },
|
||||
{ name: "Book Now", href: "/booking" }
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "Book Now", id: "/booking" }
|
||||
]}
|
||||
button={{ text: "Get Started", href: "/contact" }}
|
||||
/>
|
||||
@@ -39,11 +39,12 @@ export default function ContactUsPage() {
|
||||
description="Have a question or want to book an appointment? Fill out the form below and we'll get back to you shortly."
|
||||
tag="Contact Us"
|
||||
buttonText="Send Message"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<ContactText
|
||||
text="Find Us Here\n\n123 Main Street, Suite 100\nBeauty City, BC 12345\n\n(555) 123-4567\ninfo@beautysalon.com"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[{ text: "View on Map", href: "https://www.google.com/maps/search/?api=1&query=123+Main+Street,+Beauty+City", target: "_blank" }]}
|
||||
buttons={[{ text: "View on Map", href: "https://www.google.com/maps/search/?api=1&query=123+Main+Street,+Beauty+City" }]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<FooterBase
|
||||
@@ -58,24 +59,24 @@ export default function ContactUsPage() {
|
||||
{ label: "Gallery", href: "/gallery" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Book Now", href: "/booking" }
|
||||
],
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Web Development", href: "#" },
|
||||
{ label: "SEO", href: "#" },
|
||||
{ label: "Branding", href: "#" },
|
||||
{ label: "UI/UX Design", href: "#" },
|
||||
],
|
||||
{ label: "UI/UX Design", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Twitter", href: "#" },
|
||||
{ label: "LinkedIn", href: "#" },
|
||||
{ label: "Instagram", href: "#" },
|
||||
{ label: "Dribbble", href: "#" },
|
||||
],
|
||||
},
|
||||
{ label: "Dribbble", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user