diff --git a/src/app/page.tsx b/src/app/page.tsx
index a614b73..5f063d2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,61 +28,28 @@ export default function LandingPage() {
@@ -93,27 +60,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- title: "Latest Mobiles",
- subtitle: "Trending devices",
- category: "Hardware",
- value: "Premium selection",
- },
- {
- id: "f2",
- title: "Quality Accessories",
- subtitle: "Original gear",
- category: "Hardware",
- value: "Chargers & cables",
- },
- {
- id: "f3",
- title: "SIM Solutions",
- subtitle: "Travel & Local",
- category: "Support",
- value: "Foreigner friendly",
- },
+ { id: "f1", title: "Latest Mobiles", subtitle: "Trending devices", category: "Hardware", value: "Premium selection" },
+ { id: "f2", title: "Quality Accessories", subtitle: "Original gear", category: "Hardware", value: "Chargers & cables" },
+ { id: "f3", title: "SIM Solutions", subtitle: "Travel & Local", category: "Support", value: "Foreigner friendly" },
]}
title="Everything You Need"
description="We specialize in high-quality mobile products and reliable support for all your connectivity needs."
@@ -124,42 +73,13 @@ export default function LandingPage() {
@@ -213,8 +108,7 @@ export default function LandingPage() {