diff --git a/src/app/page.tsx b/src/app/page.tsx index 374aa0d..4d85079 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -133,6 +133,8 @@ export default function LandingPage() { faqs={[ { id: "q1", title: "How does the UPC monitoring work?", content: "You provide us with your target UPCs and we scrape the internet for any matching product matches in real-time." }, { id: "q2", title: "Which channels do you monitor?", content: "We cover major retailers including Amazon, Walmart, Target, and hundreds of smaller niche online storefronts." }, + { id: "q3", title: "Is there a free trial available?", content: "Yes, we offer a 14-day free trial on all plans so you can experience the platform capabilities without any commitment." }, + { id: "q4", title: "Can I integrate data into my own dashboard?", content: "Absolutely. We provide secure API access to all our customers to push real-time market data directly into your existing business intelligence tools." } ]} title="Frequently Asked Questions" description="Need more information? Here are some common questions."