Update src/app/page.tsx
This commit is contained in:
@@ -20,7 +20,7 @@ export default function InvestmentPlatform() {
|
||||
borderRadius="sharp"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLarge"
|
||||
background="noise"
|
||||
background="radial-gradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -45,7 +45,7 @@ export default function InvestmentPlatform() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="InvestHub"
|
||||
description="The intelligent investment platform that uses advanced AI to deliver personalized portfolio optimization and real-time market insights. Democratizing sophisticated investing for everyone."
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Get Started Free", href: "#contact" },
|
||||
{ text: "Watch Demo", href: "#" }
|
||||
|
||||
Reference in New Issue
Block a user