From 4a7f16d2ef3df49892f037f48565d9e3fdc3b31b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 07:01:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8267c83..c65be0b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,6 +38,8 @@ export default function LandingPage() { name: "About", id: "#about"}, { name: "Features", id: "#features"}, + { + name: "Social", id: "#social-media"}, { name: "Contact", id: "#contact"}, ]} @@ -213,6 +215,25 @@ export default function LandingPage() { /> +
+ +
+
); -} +} \ No newline at end of file -- 2.49.1