Compare commits
9 Commits
version_10
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| b163a49c78 | |||
| d96581cf1e | |||
| 00ceb5852d | |||
| 9e410336a1 | |||
| 1d65fbd8eb | |||
| ba72205ab3 | |||
| 90fbd06f98 | |||
| c8dd5acc54 | |||
| 5151065319 |
@@ -60,9 +60,7 @@ export default function LandingPage() {
|
||||
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."
|
||||
tag="Our Mission"
|
||||
buttons={[
|
||||
{ text: "Learn Our Story", href: "#" }
|
||||
]}
|
||||
buttons={[{"text":"Learn Our Story","href":"https://gitea.webild.io/development/8a31beaf-fcc0-428a-93b9-d55ce851eb13/src/branch/main/src/app/page.tsx"}]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766402154996-hfblxpxy.jpg"
|
||||
imageAlt="TechFlow team collaborating"
|
||||
useInvertedBackground="noInvert"
|
||||
@@ -84,9 +82,7 @@ export default function LandingPage() {
|
||||
"Scheduled deployments",
|
||||
"Error handling and retry logic"
|
||||
],
|
||||
buttons: [
|
||||
{ text: "Explore", href: "#" }
|
||||
]
|
||||
buttons: [{ text: "Explore", href: "https://gitea.webild.io/development/8a31beaf-fcc0-428a-93b9-d55ce851eb13/src/branch/version_11/src/app/page.tsx" }]
|
||||
},
|
||||
{
|
||||
id: "security",
|
||||
@@ -98,9 +94,7 @@ export default function LandingPage() {
|
||||
"Compliance certifications",
|
||||
"Regular security audits"
|
||||
],
|
||||
buttons: [
|
||||
{ text: "View Specs", href: "#" }
|
||||
]
|
||||
buttons: [{ text: "View Specs", href: "https://gitea.webild.io/development/8a31beaf-fcc0-428a-93b9-d55ce851eb13/src/branch/main/src/app/page.tsx" }]
|
||||
},
|
||||
{
|
||||
id: "collaboration",
|
||||
@@ -112,9 +106,7 @@ export default function LandingPage() {
|
||||
"Team workspaces",
|
||||
"Version control integration"
|
||||
],
|
||||
buttons: [
|
||||
{ text: "Try Now", href: "#" }
|
||||
]
|
||||
buttons: [{ text: "Try Now", href: "#" }]
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -135,10 +127,7 @@ export default function LandingPage() {
|
||||
price: "$299",
|
||||
period: "/month",
|
||||
description: "Perfect for early-stage startups just getting started",
|
||||
button: {
|
||||
text: "Start Free Trial",
|
||||
href: "contact"
|
||||
},
|
||||
button: { text: "Start Free Trial", href: "https://gitea.webild.io/development/8a31beaf-fcc0-428a-93b9-d55ce851eb13/src/branch/main/src/app/page.tsx" },
|
||||
featuresTitle: "What's Included:",
|
||||
features: [
|
||||
"Up to 5 team members",
|
||||
|
||||
Reference in New Issue
Block a user