import { AnimationContainer, MaxWidthWrapper } from "@/components/global"; import { Button } from "@/components/ui/button"; import { LampContainer } from "@/components/ui/lamp"; import MagicBadge from "@/components/ui/magic-badge"; import { COMPANIES } from "@/utils"; import { ArrowRightIcon } from "lucide-react"; import Image from "next/image"; import Link from "next/link"; const LinkShorteningPage = () => { return ( <>

SEO and track their performance

Simplify your workflow with powerful SEO management tools. Content delivery, AI suggestions, and optimize your content with ease.

Summry AI and track their performance

Trusted by the best in the industry

    {COMPANIES.map((company) => (
  • {company.name}
  • ))}

Powerup your content strategy

Take control of your blog posts with advanced features and real-time insights. Simplify your workflow and achieve more.

); }; export default LinkShorteningPage;