diff --git a/src/app/thank-you/page.tsx b/src/app/thank-you/page.tsx deleted file mode 100644 index 80365b4..0000000 --- a/src/app/thank-you/page.tsx +++ /dev/null @@ -1,125 +0,0 @@ -"use client"; - -import { useSearchParams } from "next/navigation"; -import { CheckCircle, ArrowRight } from "lucide-react"; -import Link from "next/link"; - -export default function ThankYouPage() { - const searchParams = useSearchParams(); - const url = searchParams.get("url") || ""; - - return ( -
- Your free 3 ad creatives are on the way. -
- {url && ( -- We've received your website: {url} -
- )} -- Within 1-2 hours, you'll receive a welcome email with next steps and our creative brief form. -
-- Tell us about your product, target audience, and campaign goals. Upload any brand guidelines or reference materials. -
-- Our creative team will craft 3 premium ad creatives optimized for your platforms. You'll have them in 48 hours. -
-- Get your creatives and review them. We'll incorporate feedback within 24 hours. Once happy, deploy and start seeing results. -
-- Questions? Chat with us on WhatsApp or reply to your confirmation email. -
-