diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a10321..926fd83 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,21 +34,23 @@ export default function LandingPage() { @@ -57,8 +59,8 @@ export default function LandingPage() { background={{ variant: "downward-rays-animated"}} imagePosition="right" - title="Bill Will" - description="Honest leadership for every corner of Milpitas" + title="BILL CHUAN" + description="Milpitas City Council" tag="Listen · Lead · Deliver · Serve" tagAnimation="slide-up" buttons={[ @@ -130,28 +132,28 @@ export default function LandingPage() { { id: "transparency", title: "Open Government", subtitle: "Ensuring transparency and accountability in all city decisions.", category: "Core Value", value: "Transparency", buttons: [ { - text: "Learn More", href: "#platform" + text: "Learn More", href: "/#platform" }, ], }, { id: "education", title: "Strong Schools", subtitle: "Advocating for better resources and support for our local schools.", category: "Priority", value: "Education", buttons: [ { - text: "Learn More", href: "#platform" + text: "Learn More", href: "/#platform" }, ], }, { id: "economy", title: "Thriving Economy", subtitle: "Fostering local businesses and creating economic opportunities for all.", category: "Growth", value: "Economy", buttons: [ { - text: "Learn More", href: "#platform" + text: "Learn More", href: "/#platform" }, ], }, { id: "safety", title: "Safe Neighborhoods", subtitle: "Working with law enforcement to ensure a safe community for every family.", category: "Security", value: "Safety", buttons: [ { - text: "Learn More", href: "#platform" + text: "Learn More", href: "/#platform" }, ], }, @@ -234,7 +236,7 @@ export default function LandingPage() { sideDescription="Find answers to frequently asked questions about Bill Chuan's campaign and his vision for Milpitas." buttons={[ { - text: "Contact Us", href: "#contact"}, + text: "Contact Us", href: "/#contact"}, ]} buttonAnimation="slide-up" faqsAnimation="slide-up" @@ -284,31 +286,31 @@ export default function LandingPage() { { items: [ { - label: "About Bill", href: "#about"}, + label: "About Bill", href: "/#about"}, { - label: "Platform", href: "#platform"}, + label: "Platform", href: "/#platform"}, { - label: "Impact", href: "#impact"}, + label: "Impact", href: "/#impact"}, ], }, { items: [ { - label: "Testimonials", href: "#testimonials"}, + label: "Testimonials", href: "/#testimonials"}, { - label: "FAQ", href: "#faq"}, + label: "FAQ", href: "/#faq"}, { - label: "Volunteer", href: "#contact"}, + label: "Volunteer", href: "/#contact"}, ], }, { items: [ { - label: "Donate", href: "#donate"}, + label: "Donate", href: "/#donate"}, { - label: "Contact Us", href: "#contact"}, + label: "Contact Us", href: "/#contact"}, { - label: "Privacy Policy", href: "#"}, + label: "Privacy Policy", href: "/privacy-policy"}, ], }, ]} @@ -318,4 +320,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file