From b74202f2b10ff5aeebee379c6ca09a8b22162ffc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 12:15:42 +0000 Subject: [PATCH] Switch to version 14: remove src/app/thank-you/page.tsx --- src/app/thank-you/page.tsx | 125 ------------------------------------- 1 file changed, 125 deletions(-) delete mode 100644 src/app/thank-you/page.tsx 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 ( -
-
-
-
- -
-

- Thank You! -

-

- Your free 3 ad creatives are on the way. -

- {url && ( -

- We've received your website: {url} -

- )} -
- -
-

What's Next?

-
-
-
-
- 1 -
-
-
-

Check Your Email

-

- Within 1-2 hours, you'll receive a welcome email with next steps and our creative brief form. -

-
-
- -
-
-
- 2 -
-
-
-

Fill Out the Brief

-

- Tell us about your product, target audience, and campaign goals. Upload any brand guidelines or reference materials. -

-
-
- -
-
-
- 3 -
-
-
-

Sit Back & Relax

-

- Our creative team will craft 3 premium ad creatives optimized for your platforms. You'll have them in 48 hours. -

-
-
- -
-
-
- 4 -
-
-
-

Review & Iterate

-

- Get your creatives and review them. We'll incorporate feedback within 24 hours. Once happy, deploy and start seeing results. -

-
-
-
-
- -
-

💡 Pro Tips:

-
    -
  • • Be specific about your target audience demographics and interests
  • -
  • • Share examples of ads you like (from competitors or other brands)
  • -
  • • Provide clear brand guidelines and any assets you want us to use
  • -
  • • Let us know your primary conversion goal (clicks, sales, signups, etc.)
  • -
-
- -
- - Back to Home - - - Chat with Us - -
- -

- Questions? Chat with us on WhatsApp or reply to your confirmation email. -

-
-
- ); -}