diff --git a/src/app/page.tsx b/src/app/page.tsx index d7284fe..977cd17 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { @@ -217,17 +239,23 @@ export default function LandingPage() { mediaAnimation="slide-up" faqs={[ { - id: "1", title: "How quickly can I get started?", content: "You can be up and running in less than 5 minutes. Simply sign up, connect your stores, and our platform will automatically start optimizing your workflow. No coding or technical setup required."}, + id: "1", title: "How quickly can I get started?", content: "You can be up and running in less than 5 minutes. Simply sign up, connect your stores, and our platform will automatically start optimizing your workflow. No coding or technical setup required." + }, { - id: "2", title: "What integrations do you support?", content: "We support 50+ integrations including Shopify, WooCommerce, Amazon, eBay, AliExpress, Stripe, ShipStation, and many more. If your platform isn't listed, contact our team about custom API integration."}, + id: "2", title: "What integrations do you support?", content: "We support 50+ integrations including Shopify, WooCommerce, Amazon, eBay, AliExpress, Stripe, ShipStation, and many more. If your platform isn't listed, contact our team about custom API integration." + }, { - id: "3", title: "Is my data secure?", content: "Yes. We use industry-standard encryption, comply with GDPR and CCPA, and perform regular security audits. Your data is stored in secure, redundant data centers with 99.99% uptime guarantee."}, + id: "3", title: "Is my data secure?", content: "Yes. We use industry-standard encryption, comply with GDPR and CCPA, and perform regular security audits. Your data is stored in secure, redundant data centers with 99.99% uptime guarantee." + }, { - id: "4", title: "Can I cancel anytime?", content: "Absolutely. There are no long-term contracts. Cancel your subscription anytime with no penalties. Your data will be exported and available for 30 days after cancellation."}, + id: "4", title: "Can I cancel anytime?", content: "Absolutely. There are no long-term contracts. Cancel your subscription anytime with no penalties. Your data will be exported and available for 30 days after cancellation." + }, { - id: "5", title: "Do you offer phone support?", content: "Yes. Professional and Enterprise plans include priority phone support with dedicated account managers. Starter plan users have access to email support and extensive knowledge base."}, + id: "5", title: "Do you offer phone support?", content: "Yes. Professional and Enterprise plans include priority phone support with dedicated account managers. Starter plan users have access to email support and extensive knowledge base." + }, { - id: "6", title: "How does the AI product finder work?", content: "Our AI analyzes millions of data points including search trends, competitor pricing, profit margins, and customer demand. It identifies emerging products before they saturate the market, giving you a competitive edge."}, + id: "6", title: "How does the AI product finder work?", content: "Our AI analyzes millions of data points including search trends, competitor pricing, profit margins, and customer demand. It identifies emerging products before they saturate the market, giving you a competitive edge." + }, ]} faqsAnimation="slide-up" /> @@ -240,7 +268,7 @@ export default function LandingPage() { description="Join thousands of successful dropshippers using DropShip Pro. Start your free 14-day trial today—no credit card required." tagIcon={Rocket} tagAnimation="blur-reveal" - background={{ variant: "circleGradient" }} + background={{ variant: "noise" }} useInvertedBackground={false} inputPlaceholder="your@email.com" buttonText="Start Free Trial" @@ -282,4 +310,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file