diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8871f46..1120add 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,11 +28,11 @@ export default function LandingPage() {
@@ -206,15 +206,15 @@ export default function LandingPage() {
columns={[
{
title: "Quick Links", items: [
- { label: "Home", href: "/" },
- { label: "About Us", href: "/about" },
- { label: "Services", href: "/services" },
- { label: "Contact", href: "/contact" }
+ { label: "Home", href: "#home" },
+ { label: "About Us", href: "#about" },
+ { label: "Services", href: "#services" },
+ { label: "Contact", href: "#contact" }
]
},
{
title: "Donate", items: [
- { label: "Make a Donation", href: "/donate" },
+ { label: "Make a Donation", href: "#donate" },
{ label: "Become a Partner", href: "mailto:nanjiloasismrc@gmail.com" },
{ label: "Bank Transfer Details", href: "#" }
]