Merge version_8 into main #13

Merged
bender merged 4 commits from version_8 into main 2026-04-26 11:42:34 +00:00
4 changed files with 15 additions and 36 deletions

View File

@@ -26,24 +26,16 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca8jhPNunWlpMXcKOcjb3eD3xc/uploaded-1777200990405-fpi8ibhu.png"
brandName="Digital Creation"
button={{
text: "WhatsApp",
href: "https://wa.me/yournumber",
}}
text: "WhatsApp", href: "https://wa.me/yournumber"}}
/>
</div>
@@ -52,9 +44,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="About Digital Creation"
description={[
"We are a team of passionate creators.",
"Focused on delivering results.",
]}
"We are a team of passionate creators.", "Focused on delivering results."]}
/>
</div>
@@ -67,37 +57,23 @@ export default function LandingPage() {
description="Years of expertise and passion."
metrics={[
{
id: "a1",
value: "10+",
title: "Years Experience",
description: "Driving innovation since 2015.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca8jhPNunWlpMXcKOcjb3eD3xc/modern-graphic-representing-years-of-exp-1777201159577-5701a554.png",
},
id: "a1", value: "10+", title: "Years Experience", description: "Driving innovation since 2015.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca8jhPNunWlpMXcKOcjb3eD3xc/modern-graphic-representing-years-of-exp-1777201159577-5701a554.png"},
{
id: "a2",
value: "50+",
title: "Team Members",
description: "Creative experts in every field.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca8jhPNunWlpMXcKOcjb3eD3xc/modern-graphic-representing-team-strengt-1777201168402-8cfcf083.png",
},
id: "a2", value: "50+", title: "Team Members", description: "Creative experts in every field.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca8jhPNunWlpMXcKOcjb3eD3xc/modern-graphic-representing-team-strengt-1777201168402-8cfcf083.png"},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
className="bg-[#04225D]"
columns={[
{
title: "Links",
items: [
title: "Links", items: [
{
label: "About",
href: "/about",
},
label: "About", href: "/about"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
]}
@@ -108,4 +84,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -39,6 +39,7 @@ export default function ContactPage() {
useInvertedBackground={false}
/>
<FooterBase
className="bg-[#04225D]"
columns={[{ title: "Links", items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }] }]}
logoText="Digital Creation"
/>

View File

@@ -98,6 +98,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
className="bg-[#04225D]"
columns={[{ title: "Links", items: [{ label: "Services", href: "/services" }, { label: "Contact", href: "/contact" }] }]}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca8jhPNunWlpMXcKOcjb3eD3xc/uploaded-1777202327410-pp97c78b.png"
logoText="Digital Creation"

View File

@@ -45,6 +45,7 @@ export default function ServicesPage() {
useInvertedBackground={false}
/>
<FooterBase
className="bg-[#04225D]"
columns={[{ title: "Links", items: [{ label: "Home", href: "/" }, { label: "Contact", href: "/contact" }] }]}
logoText="Digital Creation"
/>