"use client"; import React from "react"; import Link from "next/link"; import Image from "next/image"; export default function Header2() { const handleScroll = (sectionId) => { const element = document.getElementById(sectionId); if (element) { element.scrollIntoView({ behavior: 'smooth', block: 'start', }); } }; return (
Logo
24/7 Support: (234) 109-6666
); }