From ce63a67569593d8e9a3a4c462a2c17108cac8450 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 23:25:46 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 92658f1..28c35a4 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -14,7 +14,7 @@ export default function HomePage() { return ( @@ -83,7 +83,7 @@ export default function HomePage() { 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: "#" }, @@ -155,30 +155,28 @@ export default function HomePage() { }, ]} cta={{ - imageSrc: "https://images.unsplash.com/photo-1511707171634-5f897ff02aa9?q=80&w=200&auto=format&fit=crop", - name: "Looking for a specific device?", - role: "Call us at 050 583 0134", - buttonText: "Contact Us", + 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", buttonHref: "#contact", }} />
-- 2.49.1