import Image from "next/image"; import { Check } from "lucide-react"; export default function ProductSection() { const features = [ "Content Creation: Producing creative and engaging content such as posts, images, videos, and stories that align with the brand and attract audience attention.", "Social Media Account Management: Managing business social media accounts, including scheduling posts, monitoring interactions, and engaging with followers.", "Paid Advertising Campaigns: Designing, executing, and managing paid advertising campaigns on various social media platforms to reach a more specific target audience and improve ROI (Return on Investment).", ]; return (
{/* TITLE */}

Our Product

The product we offer is{" "} designed {" "} to meet your business needs.

{/* CONTENT */}
{/* LEFT IMAGE */}
Product Illustration
{/* RIGHT CONTENT */}
{/* ICON */}
Product Icon

MediaHUB Content Aggregator

Social media marketing services are provided by companies or individuals who specialize in marketing strategies through social media platforms.

{/* FEATURES */}
    {features.map((item) => (
  • {item}
  • ))}
{/* CTA */}
{/* LEFT IMAGE */} {/* RIGHT CONTENT */}
{/* ICON */}
Product Icon

Multipool Reputation Management

Social media marketing services are provided by companies or individuals who specialize in marketing strategies through social media platforms.

{/* FEATURES */}
    {features.map((item) => (
  • {item}
  • ))}
{/* CTA */}
Product Illustration
{/* LEFT IMAGE */}
Product Illustration
{/* RIGHT CONTENT */}
{/* ICON */}
Product Icon

PR Room Opinion Management

Social media marketing services are provided by companies or individuals who specialize in marketing strategies through social media platforms.

{/* FEATURES */}
    {features.map((item) => (
  • {item}
  • ))}
{/* CTA */}
); }