Update src/app/page.tsx

This commit is contained in:
2025-12-20 15:20:52 +00:00
parent ced708a535
commit 0b652eb168

View File

@@ -38,6 +38,7 @@ export default function LandingPage() {
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" }
]}
className="border-b-4 border-green-500"
/>
</div>