"use client"; import Image from "next/image"; type HeroClientProps = { title: string; description: string; bgSrc: string; }; const HeroBackground = ({ src, alt }: { src?: string | null; alt: string }) => { const imageSrc = src?.trim() || "/images/hero-section-fallback.png"; return (
THE EASIEST OIL CHANGE