Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dddfdecd8d |
@@ -84,6 +84,11 @@ export default function LandingPage() {
|
|||||||
title="Design-Led Engineering"
|
title="Design-Led Engineering"
|
||||||
description={[
|
description={[
|
||||||
"We believe that exceptional tech starts with deep design empathy. By bridging the gap between intuitive user experiences and complex backend architecture, we create products that stick."]}
|
"We believe that exceptional tech starts with deep design empathy. By bridging the gap between intuitive user experiences and complex backend architecture, we create products that stick."]}
|
||||||
|
buttons={[
|
||||||
|
{
|
||||||
|
text: "Get Started", href: "#contact"
|
||||||
|
}
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -95,16 +100,13 @@ export default function LandingPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
icon: Terminal,
|
icon: Terminal,
|
||||||
title: "Software Development", description: "Custom applications built on secure, modern, and scalable stacks.", button: { text: "Learn More", href: "#contact" }
|
title: "Software Development", description: "Custom applications built on secure, modern, and scalable stacks."},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Cloud,
|
icon: Cloud,
|
||||||
title: "Cloud Infrastructure", description: "Reliable, high-availability deployments tailored for high performance.", button: { text: "Learn More", href: "#contact" }
|
title: "Cloud Infrastructure", description: "Reliable, high-availability deployments tailored for high performance."},
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Star,
|
icon: Star,
|
||||||
title: "AI Integration", description: "Implementing advanced ML workflows to streamline your internal data processes.", button: { text: "Learn More", href: "#contact" }
|
title: "AI Integration", description: "Implementing advanced ML workflows to streamline your internal data processes."},
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Comprehensive Technical Services"
|
title="Comprehensive Technical Services"
|
||||||
description="We offer a full stack of engineering and design capabilities to accelerate your business growth."
|
description="We offer a full stack of engineering and design capabilities to accelerate your business growth."
|
||||||
|
|||||||
Reference in New Issue
Block a user