diff --git a/src/app/page.tsx b/src/app/page.tsx index 9adf2e3..8f0a1a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="compact" sizing="large" - background="circleGradient" + background="noise" cardStyle="subtle-shadow" primaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow" @@ -46,7 +46,7 @@ export default function LandingPage() { @@ -233,23 +223,17 @@ 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" /> @@ -262,7 +246,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: "glowing-orb" }} + background={{ variant: "noise" }} useInvertedBackground={false} inputPlaceholder="your@email.com" buttonText="Start Free Trial" @@ -304,4 +288,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}