2 Commits

Author SHA1 Message Date
8baff37c09 Update src/app/page.tsx 2026-05-13 18:45:50 +00:00
2bf0d55022 Merge version_2 into main
Merge version_2 into main
2026-05-13 18:44:23 +00:00

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: "#"}}