Update src/app/page.tsx
This commit is contained in:
@@ -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: "#"}}
|
||||
|
||||
Reference in New Issue
Block a user