From 70446ea10ca51af6f028eddf562cb8e67b1a1453 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 09:04:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 230 ++++++++++++----------------------------------- 1 file changed, 56 insertions(+), 174 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2434ba2..b6776c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,17 +28,11 @@ export default function LandingPage() { @@ -47,145 +41,87 @@ export default function LandingPage() {
@@ -321,25 +211,17 @@ export default function LandingPage() { { items: [ { - label: "Amazon Design", - href: "#amazon", - }, + label: "Amazon Design", href: "#amazon"}, { - label: "WhatsApp Design", - href: "#whatsapp", - }, + label: "WhatsApp Design", href: "#whatsapp"}, ], }, { items: [ { - label: "Google Play Scaling", - href: "#playstore", - }, + label: "Google Play Scaling", href: "#playstore"}, { - label: "System Architecture", - href: "#", - }, + label: "System Architecture", href: "#"}, ], }, ]} -- 2.49.1