4 Commits

Author SHA1 Message Date
36f5d979b9 Update src/app/page.tsx 2026-04-20 16:04:57 +00:00
3b4f00eace Merge version_2 into main
Merge version_2 into main
2026-04-20 16:02:55 +00:00
def5e1b885 Update src/app/page.tsx 2026-04-20 16:02:49 +00:00
d83292cecb Merge version_1 into main
Merge version_1 into main
2026-04-20 16:01:18 +00:00

View File

@@ -51,12 +51,12 @@ export default function LandingPage() {
<HeroSplitDualMedia
background={{
variant: "gradient-bars"}}
title="Code That Builds Your Future"
title="Build High-Converting Apps in Weeks"
description="Premium web and app development for ambitious businesses. We transform your vision into high-converting digital products that drive real growth and lasting impact."
tag="ELITE DEVELOPMENT STUDIO"
buttons={[
{
text: "Start Your Project", href: "#contact"},
text: "Get a Free Consultation", href: "#contact"},
{
text: "View Our Work", href: "#projects"},
]}
@@ -216,4 +216,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}