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