Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 65fc0fe77b | |||
| 4a21a31ecb | |||
| 5d1292b4c9 | |||
| 63161675df | |||
| 2575493db5 | |||
| d41cfd6a9c | |||
| ea3c1d1742 |
@@ -90,11 +90,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1", title: "Strategy", description: "Defining your path to digital success.", tag: "Design", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYUvh0xrA7ekWz6i2tzxN2N0Q/high-end-software-dashboard-showing-clea-1775072411448-70e19bb1.png"},
|
||||
id: "f1", title: "Strategy", description: "Strategic roadmapping that sharpens market positioning and drives measurable competitive advantage.", tag: "Design", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYUvh0xrA7ekWz6i2tzxN2N0Q/high-end-software-dashboard-showing-clea-1775072411448-70e19bb1.png"},
|
||||
{
|
||||
id: "f2", title: "Execution", description: "Pixel-perfect development tailored for scale.", tag: "Code", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYUvh0xrA7ekWz6i2tzxN2N0Q/minimalist-digital-strategy-diagram-clea-1775072406032-cbfc3d72.png"},
|
||||
id: "f2", title: "Execution", description: "High-performance development that reduces load times and maximizes conversion rates through technical excellence.", tag: "Code", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYUvh0xrA7ekWz6i2tzxN2N0Q/minimalist-digital-strategy-diagram-clea-1775072406032-cbfc3d72.png"},
|
||||
{
|
||||
id: "f3", title: "Growth", description: "Data-driven results for your brand.", tag: "Launch", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYUvh0xrA7ekWz6i2tzxN2N0Q/abstract-web-development-concept-clean-c-1775072407160-a9329e52.png"},
|
||||
id: "f3", title: "Growth", description: "Data-backed optimization strategies designed to scale user acquisition and deliver significant long-term ROI.", tag: "Launch", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYUvh0xrA7ekWz6i2tzxN2N0Q/abstract-web-development-concept-clean-c-1775072407160-a9329e52.png"},
|
||||
]}
|
||||
title="Our Expertise"
|
||||
description="Tailored solutions for your digital growth."
|
||||
@@ -128,7 +128,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Let's Collaborate"
|
||||
description="Ready to take your digital experience to the next level?"
|
||||
description="Tell us about your goals, and let's build something remarkable together."
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
@@ -175,4 +175,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user