From d02691bca225ecab194fcc58ffc418d81be63451 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 21:40:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 166 ++++++++--------------------------------------- 1 file changed, 28 insertions(+), 138 deletions(-) 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() {