diff --git a/src/app/page.tsx b/src/app/page.tsx
index 047d5dc..f20c9da 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,38 +45,19 @@ export default function LandingPage() {
@@ -251,25 +142,13 @@ export default function LandingPage() {
description="Proven performance for the modern explorer."
metrics={[
{
- id: "m1",
- value: "15K+",
- title: "Happy Hikers",
- description: "Trailblazers across the globe.",
- icon: Users,
+ id: "m1", value: "15K+", title: "Happy Hikers", description: "Trailblazers across the globe.", icon: Users,
},
{
- id: "m2",
- value: "4.9",
- title: "Avg. Rating",
- description: "Based on 5,000+ customer reviews.",
- icon: Star,
+ id: "m2", value: "4.9", title: "Avg. Rating", description: "Based on 5,000+ customer reviews.", icon: Star,
},
{
- id: "m3",
- value: "500",
- title: "Terrain Types",
- description: "Tested in all major environments.",
- icon: Mountain,
+ id: "m3", value: "500", title: "Terrain Types", description: "Tested in all major environments.", icon: Mountain,
},
]}
/>
@@ -281,33 +160,21 @@ export default function LandingPage() {
{
items: [
{
- label: "About Us",
- href: "#",
- },
+ label: "About Us", href: "#"},
{
- label: "Shop",
- href: "#products",
- },
+ label: "Shop", href: "#products"},
{
- label: "Support",
- href: "#",
- },
+ label: "Support", href: "#"},
],
},
{
items: [
{
- label: "Shipping",
- href: "#",
- },
+ label: "Shipping", href: "#"},
{
- label: "Returns",
- href: "#",
- },
+ label: "Returns", href: "#"},
{
- label: "FAQ",
- href: "#",
- },
+ label: "FAQ", href: "#"},
],
},
]}