From d12001b19cfacd3ec78bccc182da13cc3a52f8cd Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 13:38:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b294e93..ce4ff19 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,7 +30,7 @@ export default function HomePage() { @@ -42,8 +42,8 @@ export default function HomePage() { tag="Investment Excellence" tagIcon={TrendingUp} buttons={[ - { text: "Start Investing", href: "/contact" }, - { text: "Explore Strategies", href: "/services" } + { text: "Start Investing", href: "#contact" }, + { text: "Explore Strategies", href: "#features" } ]} background={{ variant: "radial-gradient" }} carouselItems={[ @@ -207,24 +207,24 @@ export default function HomePage() { columns={[ { title: "Services", items: [ - { label: "Wealth Management", href: "/services" }, - { label: "Portfolio Management", href: "/services" }, - { label: "Financial Planning", href: "/services" }, - { label: "Alternative Investments", href: "/services" } + { label: "Wealth Management", href: "features" }, + { label: "Portfolio Management", href: "features" }, + { label: "Financial Planning", href: "features" }, + { label: "Alternative Investments", href: "features" } ] }, { title: "Company", items: [ - { label: "About Us", href: "/about" }, - { label: "Our Team", href: "/about" }, - { label: "Blog", href: "/blog" }, + { label: "About Us", href: "about" }, + { label: "Our Team", href: "about" }, + { label: "Blog", href: "blog" }, { label: "Careers", href: "#" } ] }, { title: "Support", items: [ - { label: "FAQ", href: "/support" }, - { label: "Contact Us", href: "/contact" }, + { label: "FAQ", href: "faq" }, + { label: "Contact Us", href: "contact" }, { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" } ] -- 2.49.1