diff --git a/src/app/page.tsx b/src/app/page.tsx
index c7e023e..7869435 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,26 +29,11 @@ export default function LandingPage() {
@@ -56,33 +41,15 @@ export default function LandingPage() {
@@ -165,21 +96,9 @@ export default function LandingPage() {
title="The Gold Standard"
description="Crafting excellence through detail and design."
features={[
- {
- icon: ShieldCheck,
- title: "Premium Material",
- description: "High-grade fabrics for durability.",
- },
- {
- icon: Award,
- title: "Exclusive Drops",
- description: "Limited edition releases only.",
- },
- {
- icon: Globe,
- title: "Global Shipping",
- description: "Delivered to your doorstep worldwide.",
- },
+ { icon: ShieldCheck, title: "Premium Material", description: "High-grade fabrics for durability." },
+ { icon: Award, title: "Exclusive Drops", description: "Limited edition releases only." },
+ { icon: Globe, title: "Global Shipping", description: "Delivered to your doorstep worldwide." },
]}
/>
@@ -187,9 +106,7 @@ export default function LandingPage() {