From 72c7f6e813baf5d80a0656c002c3405c772226b7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 14:31:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) 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." -- 2.49.1