import React from "react"; import styles from "./HeroSection.module.css"; import Link from "next/link"; const HeroSection: React.FC = () => { return (
{/* Left Background */}
{/* Right Background */}
Hero Slider
{/* Main Content */}
R evolutionize Your Social Media Strategy with a Personalized
AI Agent

Customize your social media content, automate posts, and grow your brand with a personalized AI assistant designed for businesses and marketers.

Customers Rating

⭐ 4.8

(8,279 reviews)

{/* CTA Button */} Generate Generate Icon
{/* Customer Reviews */}
{/* Social Icons */}
Social Icons
); }; export default HeroSection;