Update src/app/page.tsx

This commit is contained in:
2026-03-03 06:10:02 +00:00
parent 0fc46a6fe8
commit 06ddcd368b

View File

@@ -36,7 +36,7 @@ export default function HomePage() {
> >
<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>
@@ -82,11 +82,11 @@ export default function HomePage() {
tagIcon={Lightbulb} tagIcon={Lightbulb}
tagAnimation="slide-up" tagAnimation="slide-up"
title="Dedicated to Building Exceptional Digital Experiences" title="Dedicated to Building Exceptional Digital Experiences"
description="OakCraft Digital is a team of passionate developers and designers committed to delivering innovative web solutions." description="OakWorks Digital is a team of passionate developers and designers committed to delivering innovative web solutions."
subdescription="Est. 2018 | 50+ Projects | 12+ Team Members" subdescription="Est. 2018 | 50+ Projects | 12+ Team Members"
icon={Lightbulb} icon={Lightbulb}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFg8RdJJCfHIKkdKyz1yrAP8o/a-diverse-team-of-web-developers-and-des-1772517082098-94ce55f4.png?_wi=1" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFg8RdJJCfHIKkdKyz1yrAP8o/a-diverse-team-of-web-developers-and-des-1772517082098-94ce55f4.png?_wi=1"
imageAlt="OakCraft Digital team collaboration" imageAlt="OakWorks Digital team collaboration"
mediaAnimation="slide-up" mediaAnimation="slide-up"
useInvertedBackground={true} useInvertedBackground={true}
/> />
@@ -196,7 +196,7 @@ export default function HomePage() {
<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: "#" }}
/> />