"use client"; import Image from "next/image"; import { motion } from "framer-motion"; export default function HeaderPromo() { return ( <>
about-header
); }