Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0f59765854 | |||
| aaed7dd974 | |||
| 60f8d96a25 | |||
| 3df08c51a9 | |||
| e4753480c6 | |||
| 3d854b4bae | |||
| e0236f51fe | |||
| 8e37b5543e | |||
| 06ddcd368b | |||
| 0fc46a6fe8 | |||
| bbc5fef8c1 | |||
| 0fbe1a653f | |||
| 0c501c9451 | |||
| c1094dab3d | |||
| 6d62a8bbc3 |
@@ -33,7 +33,7 @@ export default function AboutPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="OakCraft Digital"
|
||||
brandName="OakWorks Digital"
|
||||
navItems={navItems}
|
||||
/>
|
||||
</div>
|
||||
@@ -44,11 +44,11 @@ export default function AboutPage() {
|
||||
tagIcon={Lightbulb}
|
||||
tagAnimation="slide-up"
|
||||
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="Based in Oakland CA, OakWorks Digital is a team of passionate developers and designers committed to delivering innovative web solutions."
|
||||
subdescription="Est. 2018 | 50+ Projects | 12+ Team Members"
|
||||
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=2"
|
||||
imageAlt="OakCraft Digital team collaboration"
|
||||
imageAlt="OakWorks Digital team collaboration"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
@@ -133,7 +133,7 @@ export default function AboutPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="OakCraft Digital"
|
||||
logoText="OakWorks Digital"
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
|
||||
@@ -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: "#" }}
|
||||
/>
|
||||
|
||||
1375
src/app/layout.tsx
1375
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -36,7 +36,7 @@ export default function HomePage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="OakCraft Digital"
|
||||
brandName="OakWorks Digital"
|
||||
navItems={navItems}
|
||||
/>
|
||||
</div>
|
||||
@@ -51,7 +51,7 @@ export default function HomePage() {
|
||||
background={{ variant: "rotated-rays-animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Start Your Project", href: "/contact" },
|
||||
{ text: "Get Your Free Consultation", href: "/contact" },
|
||||
{ text: "View Our Work", href: "/portfolio" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -82,11 +82,11 @@ export default function HomePage() {
|
||||
tagIcon={Lightbulb}
|
||||
tagAnimation="slide-up"
|
||||
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="Based in Oakland CA, OakWorks Digital is a team of passionate developers and designers committed to delivering innovative web solutions."
|
||||
subdescription="Est. 2018 | 50+ Projects | 12+ Team Members"
|
||||
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"
|
||||
imageAlt="OakCraft Digital team collaboration"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFg8RdJJCfHIKkdKyz1yrAP8o/uploaded-1772518684539-7hxvmrfj.png"
|
||||
imageAlt="OakWorks Digital team collaboration"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
@@ -196,7 +196,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="OakCraft Digital"
|
||||
logoText="OakWorks Digital"
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
|
||||
@@ -32,7 +32,7 @@ export default function PortfolioPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="OakCraft Digital"
|
||||
brandName="OakWorks Digital"
|
||||
navItems={navItems}
|
||||
/>
|
||||
</div>
|
||||
@@ -91,7 +91,7 @@ export default function PortfolioPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="OakCraft Digital"
|
||||
logoText="OakWorks Digital"
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
|
||||
@@ -32,7 +32,7 @@ export default function ServicesPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="OakCraft Digital"
|
||||
brandName="OakWorks Digital"
|
||||
navItems={navItems}
|
||||
/>
|
||||
</div>
|
||||
@@ -90,7 +90,7 @@ export default function ServicesPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="OakCraft Digital"
|
||||
logoText="OakWorks Digital"
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user