Update src/app/contact/page.tsx
This commit is contained in:
@@ -34,7 +34,6 @@ export default function ContactPage() {
|
||||
button={{ text: "Get Started", href: "/contact" }}
|
||||
/>
|
||||
<ContactText
|
||||
tag="Contact Us"
|
||||
title="Let's Build Something Great Together."
|
||||
description="Whether you have a question, need a quote, or want to collaborate, our team is ready to help."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
@@ -47,12 +46,6 @@ export default function ContactPage() {
|
||||
<TextAbout
|
||||
tag="Reach Out"
|
||||
title="Contact Details"
|
||||
description={
|
||||
`
|
||||
<p><strong>Email:</strong> hello@webuild.com</p>
|
||||
<p><strong>Phone:</strong> +1 (555) 123-4567</p>
|
||||
`
|
||||
}
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{ text: "Email Us", href: "mailto:hello@webuild.com" },
|
||||
@@ -62,16 +55,6 @@ export default function ContactPage() {
|
||||
<TextAbout
|
||||
tag="Find Us"
|
||||
title="Our Office & Hours"
|
||||
description={
|
||||
`
|
||||
<p><strong>Address:</strong> 123 Digital Drive, Suite 100, Innovation City, 90210</p>
|
||||
<p>A map integration will be available here soon!</p>
|
||||
<br/>
|
||||
<p><strong>Business Hours:</strong></p>
|
||||
<p>Monday - Friday: 9:00 AM - 5:00 PM</p>
|
||||
<p>Saturday - Sunday: Closed</p>
|
||||
`
|
||||
}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<FooterBase
|
||||
|
||||
Reference in New Issue
Block a user