Update src/app/page.tsx

This commit is contained in:
2026-01-22 13:38:00 +00:00
parent 0261208854
commit d12001b19c

View File

@@ -30,7 +30,7 @@ export default function HomePage() {
<NavbarStyleMinimal
brandName="Kapital"
button={{
text: "Schedule Consultation", href: "/contact"
text: "Schedule Consultation", href: "#contact"
}}
/>
</div>
@@ -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: "#" }
]