Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8baff37c09 | |||
| 2bf0d55022 |
@@ -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: "#"}}
|
||||||
|
|||||||
Reference in New Issue
Block a user