3 Commits

Author SHA1 Message Date
9e410336a1 Update src/app/page.tsx 2025-12-23 09:11:25 +00:00
ba72205ab3 Update src/app/page.tsx 2025-12-23 09:10:45 +00:00
c8dd5acc54 Update src/app/page.tsx 2025-12-22 16:59:12 +00:00

View File

@@ -60,9 +60,7 @@ export default function LandingPage() {
title="Built for Modern Development Teams" title="Built for Modern Development Teams"
description="We understand the challenges facing IT startups. Our platform brings together the tools your team needs to collaborate seamlessly, deploy faster, and scale without limits." description="We understand the challenges facing IT startups. Our platform brings together the tools your team needs to collaborate seamlessly, deploy faster, and scale without limits."
tag="Our Mission" tag="Our Mission"
buttons={[ buttons={[{"text":"Learn Our Story","href":"https://gitea.webild.io/development/8a31beaf-fcc0-428a-93b9-d55ce851eb13/src/branch/main/src/app/page.tsx"}]}
{ text: "Learn Our Story", href: "#" }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766402154996-hfblxpxy.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766402154996-hfblxpxy.jpg"
imageAlt="TechFlow team collaborating" imageAlt="TechFlow team collaborating"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
@@ -84,9 +82,7 @@ export default function LandingPage() {
"Scheduled deployments", "Scheduled deployments",
"Error handling and retry logic" "Error handling and retry logic"
], ],
buttons: [ buttons: [{ text: "Explore", href: "https://gitea.webild.io/development/8a31beaf-fcc0-428a-93b9-d55ce851eb13/src/branch/version_11/src/app/page.tsx" }]
{ text: "Explore", href: "#" }
]
}, },
{ {
id: "security", id: "security",
@@ -98,9 +94,7 @@ export default function LandingPage() {
"Compliance certifications", "Compliance certifications",
"Regular security audits" "Regular security audits"
], ],
buttons: [ buttons: [{ text: "View Specs", href: "https://gitea.webild.io/development/8a31beaf-fcc0-428a-93b9-d55ce851eb13/src/branch/main/src/app/page.tsx" }]
{ text: "View Specs", href: "#" }
]
}, },
{ {
id: "collaboration", id: "collaboration",
@@ -112,9 +106,7 @@ export default function LandingPage() {
"Team workspaces", "Team workspaces",
"Version control integration" "Version control integration"
], ],
buttons: [ buttons: [{ text: "Try Now", href: "#" }]
{ text: "Try Now", href: "#" }
]
} }
]} ]}
animationType="slide-up" animationType="slide-up"