Update src/app/contact/page.tsx

This commit is contained in:
2026-06-02 14:39:27 +00:00
parent 0f5100b0fd
commit 2b7e0b2c8a

View File

@@ -34,7 +34,6 @@ export default function ContactPage() {
button={{ text: "Get Started", href: "/contact" }} button={{ text: "Get Started", href: "/contact" }}
/> />
<ContactText <ContactText
tag="Contact Us"
title="Let's Build Something Great Together." 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." description="Whether you have a question, need a quote, or want to collaborate, our team is ready to help."
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
@@ -47,12 +46,6 @@ export default function ContactPage() {
<TextAbout <TextAbout
tag="Reach Out" tag="Reach Out"
title="Contact Details" title="Contact Details"
description={
`
<p><strong>Email:</strong> hello@webuild.com</p>
<p><strong>Phone:</strong> +1 (555) 123-4567</p>
`
}
useInvertedBackground={true} useInvertedBackground={true}
buttons={[ buttons={[
{ text: "Email Us", href: "mailto:hello@webuild.com" }, { text: "Email Us", href: "mailto:hello@webuild.com" },
@@ -62,16 +55,6 @@ export default function ContactPage() {
<TextAbout <TextAbout
tag="Find Us" tag="Find Us"
title="Our Office & Hours" 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} useInvertedBackground={false}
/> />
<FooterBase <FooterBase