Merge version_12 into main #21

Merged
bender merged 2 commits from version_12 into main 2026-04-26 12:16:09 +00:00
2 changed files with 4 additions and 2 deletions

View File

@@ -39,10 +39,11 @@ export default function ContactPage() {
description="We're here to help you turn your digital vision into reality. Reach out today!"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca8jhPNunWlpMXcKOcjb3eD3xc/uploaded-1777205706031-qjr1lakf.png"
mediaPosition="right"
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
<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

@@ -53,6 +53,7 @@ export default function ServicesPage() {
showStepNumbers={false}
title="Service Offerings"
description="Innovative tools and expert support for digital transformation."
useInvertedBackground={false}
features={[
{ title: "Web Strategy", description: "High-level planning and roadmapping.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca8jhPNunWlpMXcKOcjb3eD3xc/mobile-app-ui-showing-modern-dashboard-i-1777201034092-02e81a9a.png?_wi=1" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca8jhPNunWlpMXcKOcjb3eD3xc/professional-analytics-view-on-a-mobile--1777201041718-c27fe461.png?_wi=1" } },
{ title: "Custom Development", description: "Scalable software engineered for performance.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca8jhPNunWlpMXcKOcjb3eD3xc/mobile-app-ui-showing-modern-dashboard-i-1777201095600-5de2edf3.png?_wi=1" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca8jhPNunWlpMXcKOcjb3eD3xc/professional-analytics-view-on-a-mobile--1777201103456-4ace4124.png?_wi=1" } },
@@ -66,6 +67,7 @@ export default function ServicesPage() {
title="How We Work"
description="Our proven methodology to deliver results."
textboxLayout="default"
animationType="slide-up"
items={[
{ trigger: "Discovery", content: "Analyzing requirements and goals." },
{ trigger: "Planning", content: "Architecting the ideal solution." },
@@ -77,7 +79,6 @@ export default function ServicesPage() {
<div id="footer" data-section="footer">
<FooterBase
className="bg-[#04225D]"
columns={[{ title: "Links", items: [{ label: "Home", href: "/" }, { label: "Contact", href: "/contact" }] }]}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca8jhPNunWlpMXcKOcjb3eD3xc/uploaded-1777202327410-pp97c78b.png"
logoText="Digital Creation"