diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 7fdb980..b714c33 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -20,7 +20,7 @@ export default function HomePage(): React.JSX.Element { return ( diff --git a/src/pages/HomePage/sections/About.tsx b/src/pages/HomePage/sections/About.tsx index d04b60f..afd5cbe 100644 --- a/src/pages/HomePage/sections/About.tsx +++ b/src/pages/HomePage/sections/About.tsx @@ -12,7 +12,7 @@ export default function AboutSection(): React.JSX.Element { quote="I don't design to decorate — I design to solve. Sharp, intentional work that moves brands forward." author="Joseph Alexander" role="Independent Designer" - imageSrc="https://storage.googleapis.com/webild/default/templates/creative-portfolio/avatar.webp" + imageSrc="https://storage.googleapis.com/webild/default/templates/creative-portfolio/avatar.webp?_wi=2" socialLinks={[ { icon: "Twitter", label: "Twitter", href: "#" }, { icon: "Linkedin", label: "LinkedIn", href: "#" }, diff --git a/src/pages/HomePage/sections/Faq.tsx b/src/pages/HomePage/sections/Faq.tsx index f443e8b..a1fb02d 100644 --- a/src/pages/HomePage/sections/Faq.tsx +++ b/src/pages/HomePage/sections/Faq.tsx @@ -50,7 +50,7 @@ export default function FaqSection(): React.JSX.Element { }, ]} cta={{ - imageSrc: "https://storage.googleapis.com/webild/default/templates/creative-portfolio/avatar.webp", + imageSrc: "https://storage.googleapis.com/webild/default/templates/creative-portfolio/avatar.webp?_wi=3", name: "More questions? Reach out anytime.", role: "joseph@alexandercreative.com", buttonText: "Book a call", diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx index 5ab439f..2a7f736 100644 --- a/src/pages/HomePage/sections/Hero.tsx +++ b/src/pages/HomePage/sections/Hero.tsx @@ -16,10 +16,6 @@ const primaryButton = { avatarSrc: "https://storage.googleapis.com/webild/default/templates/creative-portfolio/avatar.webp", avatarLabel: "You" }; -const heroSecondaryButton = { - text: "Learn more", - href: "#services" -}; const items = [ { title: "HydroFlow Product Launch", @@ -73,7 +69,6 @@ const HeroInline = () => { const card2Ref = useRef(null); const card3Ref = useRef(null); const handlePrimaryClick = useButtonClick(primaryButton.href); - const handleHeroSecondaryClick = useButtonClick(heroSecondaryButton.href); const handleSecondaryClick = useButtonClick(secondaryButton?.href || "#"); useEffect(() => {