Update src/app/contact/page.tsx

This commit is contained in:
2026-05-05 19:17:36 +00:00
parent dc062bac80
commit 022be17f4a

View File

@@ -27,8 +27,6 @@ export default function ContactPage() {
{ name: "Home", id: "/" },
{ name: "Services", id: "/#services" },
{ name: "About", id: "/#about" },
{ name: "Reviews", id: "/#reviews" },
{ name: "Portfolio", id: "/#portfolio" },
{ name: "Contact", id: "/contact" },
]}
brandName="David Tulloch Roofing"
@@ -46,6 +44,7 @@ export default function ContactPage() {
]}
textarea={{ name: "message", placeholder: "Tell us about your roofing needs...", rows: 4, required: true }}
buttonText="Submit Request"
useInvertedBackground={false}
/>
</div>
@@ -53,7 +52,7 @@ export default function ContactPage() {
<FooterBase
columns={[
{ title: "Company", items: [{ label: "About Us", href: "/#about" }, { label: "Services", href: "/#services" }] },
{ title: "Work", items: [{ label: "Portfolio", href: "/#portfolio" }, { label: "Contact", href: "/contact" }] },
{ title: "Work", items: [{ label: "Contact", href: "/contact" }] },
]}
logoText="David Tulloch Roofing"
copyrightText="© 2025 David Tulloch Roofing | Ottawa, ON"