diff --git a/src/app/page.tsx b/src/app/page.tsx
index 148483c..c29649b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,145 +32,59 @@ export default function LandingPage() {
@@ -182,27 +96,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "99.99%",
- title: "Uptime Guarantee",
- description: "High-availability infrastructure.",
- icon: Shield,
- },
- {
- id: "m2",
- value: "500M+",
- title: "Requests Monthly",
- description: "Processing massive data daily.",
- icon: Zap,
- },
- {
- id: "m3",
- value: "40ms",
- title: "Latency",
- description: "Ultra-fast response times.",
- icon: Gauge,
- },
+ { id: "m1", value: "99.99%", title: "Uptime Guarantee", description: "High-availability infrastructure.", icon: Shield },
+ { id: "m2", value: "500M+", title: "Requests Monthly", description: "Processing massive data daily.", icon: Zap },
+ { id: "m3", value: "40ms", title: "Latency", description: "Ultra-fast response times.", icon: Gauge },
]}
title="Reliability at Scale"
description="Trusted by leading platforms worldwide to power their location-based experiences."
@@ -211,25 +107,17 @@ export default function LandingPage() {
@@ -395,49 +205,31 @@ export default function LandingPage() {
{
items: [
{
- label: "API Docs",
- href: "#",
- },
+ label: "API Docs", href: "#"},
{
- label: "Guides",
- href: "#",
- },
+ label: "Guides", href: "#"},
{
- label: "Support",
- href: "#",
- },
+ label: "Support", href: "#"},
],
},
{
items: [
{
- label: "Pricing",
- href: "#pricing",
- },
+ label: "Pricing", href: "#pricing"},
{
- label: "About",
- href: "#",
- },
+ label: "About", href: "#"},
{
- label: "Blog",
- href: "#",
- },
+ label: "Blog", href: "#"},
],
},
{
items: [
{
- label: "Terms",
- href: "#",
- },
+ label: "Terms", href: "#"},
{
- label: "Privacy",
- href: "#",
- },
+ label: "Privacy", href: "#"},
{
- label: "Legal",
- href: "#",
- },
+ label: "Legal", href: "#"},
],
},
]}