10 Commits

Author SHA1 Message Date
9661b562c1 Update src/app/contact/page.tsx 2026-03-13 10:18:35 +00:00
a810e1b2ba Update src/app/page.tsx 2026-03-13 10:12:56 +00:00
4c32e3a4d4 Merge version_2 into main
Merge version_2 into main
2026-03-13 10:10:50 +00:00
56392745c7 Merge version_2 into main
Merge version_2 into main
2026-03-13 10:04:36 +00:00
35b7b40a36 Switch to version 2: modified src/app/page.tsx 2026-03-13 10:03:26 +00:00
c0f8c48777 Switch to version 2: added src/app/contact/page.tsx 2026-03-13 10:03:25 +00:00
e60bd08c56 Switch to version 1: remove src/app/contact/page.tsx 2026-03-13 10:03:17 +00:00
1ee751cd87 Switch to version 1: modified src/app/page.tsx 2026-03-13 10:03:16 +00:00
ad5621fced Merge version_2 into main
Merge version_2 into main
2026-03-13 09:53:01 +00:00
e1dd38ff69 Merge version_2 into main
Merge version_2 into main
2026-03-13 09:52:36 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ export default function ContactPage() {
required: true
}}
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj7GIMAiMrDMRaDjVpBEuEoiXn/a-modern-creative-studio-workspace-with--1773394805437-eefa660c.png?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj7GIMAiMrDMRaDjVpBEuEoiXn/uploaded-1773397105044-5mg78kxj.png"
imageAlt="Contact us to start your project"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "25+ ", label: "Projects Delivered" },
{ value: "", label: "" },
{ value: "100%", label: "Focused on Client Needs" },
{ value: "98%", label: "Client Satisfaction" }
]}
enableKpiAnimation={true}
@@ -260,4 +260,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}