diff --git a/app/component/services/ServicesHero.jsx b/app/component/services/ServicesHero.jsx index e046936..8474b9c 100644 --- a/app/component/services/ServicesHero.jsx +++ b/app/component/services/ServicesHero.jsx @@ -35,11 +35,6 @@ const servicesHeadlineRows = [ const defaultSubtext = ["From Present to Prominent."]; -const supportingLines = [ - "Nine disciplines. One integrated team — built to scale your brand across every channel.", - "Strategy, creative, content, media, and technology — delivered as a single, seamless experience.", -]; - const Reveal = ({ children, className = "", group = "headline", clipYOnly = false }) => ( { const isSubService = variant === "subService"; const subtextLines = normalizeSubtext(subtext); - const supportingCopy = isSubService - ? [] - : supportingText?.length - ? supportingText - : supportingLines; const heroRef = useRef(null); const headlineRef = useRef(null); const headlineWrapRef = useRef(null); @@ -472,7 +461,7 @@ const ServicesHero = ({ className={`m-0 w-full leading-[0.95] ${ isSubService ? "text-center text-[28px] sm:text-[34px] md:text-[56px] lg:text-[72px] xl:text-[82px]" - : "text-left text-[28px] sm:text-[34px] md:text-[72px] lg:text-[94px]" + : "text-left text-[36px] sm:text-[44px] md:text-[84px] lg:text-[110px]" }`} >
@@ -507,7 +496,7 @@ const ServicesHero = ({ className={`m-0 text-white ${ isSubService ? "text-[14px] font-normal leading-snug sm:text-[16px] md:text-[18px] lg:text-[21px]" - : `text-[16px] font-[300] leading-[22px] sm:text-[18px] sm:leading-[24px] md:text-[18px] md:leading-[20px] lg:text-[22px] lg:leading-[36px] xl:text-[28px] ${ + : `text-[22px] font-[300] leading-[28px] sm:text-[24px] sm:leading-[30px] md:text-[26px] md:leading-[32px] lg:text-[32px] lg:leading-[40px] xl:text-[40px] xl:leading-[48px] ${ subtextItalic ? "italic" : "" }` }`} @@ -549,42 +538,6 @@ const ServicesHero = ({
{subtextBlock} - -
- {supportingCopy.map((line, index) => ( - 0 ? "mt-3 md:mt-4" : ""}> -

- {line} -

-
- ))} -
- - -
    - {[ - "Digital", - "Creative", - "Content", - "Print", - "Radio", - "Web", - "3D", - "Influence", - ].map((item) => ( -
  • - {item} -
  • - ))} -
-
)}