diff --git a/src/app/page.tsx b/src/app/page.tsx index 714c534..06a8db8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -26,7 +26,7 @@ export default function LandingPage() { cardStyle="soft-shadow" primaryButtonStyle="flat" secondaryButtonStyle="solid" - headingFontWeight="light" + headingFontWeight="semibold" > @@ -120,7 +121,7 @@ export default function LandingPage() { button: { text: "Request Quote" }, imageSrc: "http://img.b2bpic.net/free-photo/interior-jin-mao-tower-looking-up-from-lobby-grand-hyatt-hotel-shanghai-china_181624-8195.jpg?_wi=2", imageAlt: "bitcoin logo white"}, ]} - title="Select Your Trading Tier" + title="Professional Tier Options" description="Choose a plan that scales with your strategy." /> @@ -130,8 +131,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={["Bitcoin", "Ethereum", "Solana", "Polkadot", "Chainlink", "Ripple", "Cardano"]} - title="Powered by Leading Blockchain Networks" - description="Integration with world-class protocols." + title="Powered by Leading Networks" + description="Seamless integration with world-class protocols." /> @@ -163,8 +164,8 @@ export default function LandingPage() { { id: "q3", title: "What fees are applied?", content: "We offer tiered fee structures depending on volume." }, ]} imageSrc="http://img.b2bpic.net/free-photo/abstract-neon-light-waves-wonder-wheel_23-2148328072.jpg" - title="Frequently Asked Questions" - description="Clear answers for our users." + title="Have Questions?" + description="Get the answers you need about our platform." faqsAnimation="blur-reveal" /> @@ -172,7 +173,7 @@ export default function LandingPage() {