From 0dca57a3ef098e47de17220d3766f1188af8ec36 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 20:37:16 +0000 Subject: [PATCH 1/4] Update src/pages/HomePage/sections/About.tsx --- src/pages/HomePage/sections/About.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: "#" }, From 6fd00c324b076720f0a0b641909bd37efb9b1a7e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 20:37:17 +0000 Subject: [PATCH 2/4] Update src/pages/HomePage/sections/Faq.tsx --- src/pages/HomePage/sections/Faq.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", From 59926d28ecd207383c9994aedc4c29d409762b11 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 20:37:17 +0000 Subject: [PATCH 3/4] Update src/pages/HomePage/sections/Hero.tsx --- src/pages/HomePage/sections/Hero.tsx | 5 ----- 1 file changed, 5 deletions(-) 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(() => { From e0fb1f9b5ac54c90468bc40a09d70ff9ca4ceab9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 20:37:17 +0000 Subject: [PATCH 4/4] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (