Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 06:10:00 +00:00
parent 0fbe1a653f
commit bbc5fef8c1

View File

@@ -31,7 +31,7 @@ export default function ContactPage() {
>
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="OakCraft Digital"
brandName="OakWorks Digital"
navItems={navItems}
/>
</div>
@@ -53,7 +53,7 @@ export default function ContactPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="OakCraft Digital"
logoText="OakWorks Digital"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/>