Update src/app/page.tsx

This commit is contained in:
2026-05-13 18:45:50 +00:00
parent 2bf0d55022
commit 8baff37c09

View File

@@ -187,8 +187,8 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqSplitMedia
useInvertedBackground={true}
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{
id: "f1", title: "Does it support XAUUSD?", content: "Yes, we support XAUUSD along with major forex pairs."},
@@ -208,7 +208,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
useInvertedBackground={true}
background={{
variant: "gradient-bars"}}
tag="Get Started"
@@ -219,6 +219,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
className="bg-background-accent"
logoText="PrimeScan AI"
leftLink={{
text: "Terms", href: "#"}}