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