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: "#"},
],
},
]}