diff --git a/components/PageHeader.js b/components/PageHeader.js index 530d7817..f6f78687 100644 --- a/components/PageHeader.js +++ b/components/PageHeader.js @@ -1,13 +1,6 @@ import Image from "next/image"; -export default function PageHeader({ - src, - srcMobile, - title, - titleDown, - text, - maintainAspectRatio, -}) { +export default function PageHeader({ src, srcMobile, title, titleDown, text }) { return ( <>
-
+
{src && ( {`${title}