Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b0c7d635b1 | |||
| e0463d5cde |
@@ -56,7 +56,7 @@ export default function LandingPage() {
|
|||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Start Building", href: "https://devbyte.io/signup" },
|
{ text: "Start Building", href: "https://devbyte.io/signup" },
|
||||||
{ text: "View Features", href: "#features" }
|
{ text: "Explore Docs", href: "#features" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -179,6 +179,9 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", value: "10M+", description: "Lines of code deployed through our platform"
|
id: "2", value: "10M+", description: "Lines of code deployed through our platform"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "3", value: "99.9%", description: "Uptime SLA with 24h support response guarantee"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user