Update src/app/services/page.tsx

This commit is contained in:
2026-03-03 06:10:03 +00:00
parent 8e37b5543e
commit e0236f51fe

View File

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