import { useState } from "react"; export default function LandingPage() { const [email, setEmail] = useState(""); return (

Find Out How Much Money Your Email Marketing is Losing!

Get a free audit in just 2 minutes. We'll analyze your email campaigns and provide personalized recommendations to boost sales.

Enter your email to receive the audit

setEmail(e.target.value)} className="w-full p-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500" /> Get Your Free Audit

What Problems Do We Solve?

  • ❌ Are your emails going to spam?
  • ❌ Low sales from email campaigns?
  • ❌ Customers read but don’t buy?

Our Clients See an Average 20% Increase in Open Rates

+30% revenue growth for beauty brands through email marketing

); }