"use client"; import React from "react"; import styles from "./HeroSection.module.css"; import Link from "next/link"; import Image from "next/image"; import { motion } from "framer-motion"; const HeroSection: React.FC = () => { return (
{/* Left Background */}
{/* Right Background */}
Hero Slider
{/* Main Content */}
G row Smarter, Not Harder — Your AI Marketing Assistant for Content, Ads & SEO

PlanPost AI helps you create 30 days of social media posts, ad copy, graphics, videos, and SEO-ready content in just seconds. From product background generation to ad campaigns, our AI assistant helps you save time, cut costs, and grow smarter and faster.

Customers Rating

⭐ 4.8

(8,279 reviews)

{/* CTA Button */} Try for free Generate Icon
{/* Social Icons */} Social Icons
); }; export default HeroSection;