diff --git a/src/app/page.tsx b/src/app/page.tsx index a0f9254..3f62b51 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,12 +33,12 @@ export default function HomePage() { brandName="FundHub" navItems={[ { name: "Home", id: "/" }, - { name: "Schemes", id: "/schemes" }, - { name: "Performance", id: "/performance" }, - { name: "Invest", id: "/invest" }, + { name: "Schemes", id: "#schemes" }, + { name: "Performance", id: "#metrics" }, + { name: "About", id: "#about" }, ]} button={{ - text: "Open Account", href: "/contact"}} + text: "Open Account", href: "#contact"}} animateOnLoad={true} /> @@ -61,9 +61,9 @@ export default function HomePage() { ]} buttons={[ { - text: "Start Investing", href: "/invest"}, + text: "Start Investing", href: "#investment-guide"}, { - text: "View Schemes", href: "/schemes"}, + text: "View Schemes", href: "#schemes"}, ]} buttonAnimation="blur-reveal" mediaAnimation="slide-up" @@ -75,11 +75,11 @@ export default function HomePage() { tag="About FundHub" tagIcon={Shield} tagAnimation="slide-up" - title="Simplifying Wealth Creation Through Transparent Mutual Fund Distribution" + title="Simplifying Wealth Creation Through Transparent Mutual Fund Distribution - Your Trusted Partner in Building Long-term Financial Security" useInvertedBackground={false} buttons={[ { - text: "Learn More", href: "#"}, + text: "Explore Our Story", href: "#metrics"}, ]} buttonAnimation="blur-reveal" /> @@ -88,7 +88,7 @@ export default function HomePage() {