28 Commits

Author SHA1 Message Date
b9f6742d52 Update src/app/page.tsx 2026-03-13 10:34:38 +00:00
156d0eb027 Merge version_5 into main
Merge version_5 into main
2026-03-13 10:32:18 +00:00
dd120ae211 Update src/app/page.tsx 2026-03-13 10:32:14 +00:00
4c620d7419 Switch to version 3: modified src/app/styles/base.css 2026-03-13 10:29:22 +00:00
dd24538ad1 Switch to version 3: modified src/app/page.tsx 2026-03-13 10:29:21 +00:00
54abaed049 Switch to version 3: modified src/app/layout.tsx 2026-03-13 10:29:21 +00:00
b608e34838 Merge version_4 into main
Merge version_4 into main
2026-03-13 10:29:02 +00:00
12700d8063 Update theme fonts 2026-03-13 10:28:58 +00:00
160eecaa5c Update theme fonts 2026-03-13 10:28:58 +00:00
2b92ddfd4b Merge version_4 into main
Merge version_4 into main
2026-03-13 10:28:23 +00:00
92f3beeef5 Update theme fonts 2026-03-13 10:28:19 +00:00
fbdc5fa3c8 Update theme fonts 2026-03-13 10:28:19 +00:00
2029a7d909 Switch to version 4: modified src/app/page.tsx 2026-03-13 10:25:18 +00:00
c5deb87289 Switch to version 3: modified src/app/page.tsx 2026-03-13 10:24:42 +00:00
cbb7b71161 Merge version_4 into main
Merge version_4 into main
2026-03-13 10:21:43 +00:00
3f5b6f8557 Update src/app/page.tsx 2026-03-13 10:21:39 +00:00
1c64a65bea Merge version_3 into main
Merge version_3 into main
2026-03-13 10:18:39 +00:00
9661b562c1 Update src/app/contact/page.tsx 2026-03-13 10:18:35 +00:00
9089d25ce7 Merge version_3 into main
Merge version_3 into main
2026-03-13 10:13:00 +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 28 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

@@ -5,7 +5,6 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
import TextAbout from "@/components/sections/about/TextAbout";
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
import FeatureCardTen from "@/components/sections/feature/FeatureCardTen";
import ContactText from "@/components/sections/contact/ContactText";
@@ -47,7 +46,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}
@@ -72,10 +71,6 @@ export default function LandingPage() {
tagAnimation="slide-up"
title="We transform complex ideas into intuitive, beautiful digital solutions that drive real business results"
useInvertedBackground={false}
buttons={[
{ text: "Learn Our Story", href: "#" },
{ text: "View Case Studies", href: "#" }
]}
buttonAnimation="slide-up"
/>
</div>
@@ -106,26 +101,6 @@ export default function LandingPage() {
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardOne
title="Our Impact by Numbers"
description="Results that speak for themselves. We measure success by the growth and satisfaction of our clients."
tag="Success Metrics"
tagIcon={TrendingUp}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
metrics={[
{ id: "1", value: "250", title: "Projects", description: "Successfully delivered across all industries", icon: Briefcase },
{ id: "2", value: "98", title: "% Satisfaction", description: "Client satisfaction and retention rate", icon: Heart },
{ id: "3", value: "45M", title: "Users Reached", description: "Combined reach of our digital solutions", icon: Users },
{ id: "4", value: "15", title: "Years Active", description: "Proven expertise and industry leadership", icon: Award }
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
title="What Our Clients Say"
@@ -240,7 +215,7 @@ export default function LandingPage() {
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Start a Project", href: "/contact" },
{ text: "Get Your Free Consultation", href: "/contact" },
{ text: "Schedule a Call", href: "/contact" }
]}
/>