From 5f4b57913f1153230f2665a763b04d230d42a0db Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 01:23:03 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index adb146c..ae3081b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Learn More", href: "#services" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/handymen-collaborating-plug-holes_23-2147743103.jpg?_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBjWk29zILkAce7HiEkhF2gXOk/uploaded-1773969753460-qzb23f68.jpg" imageAlt="Professional electrician working" showDimOverlay={false} /> @@ -65,7 +65,7 @@ export default function LandingPage() { description="Service to Go is your trusted local electrical contractor, serving residential and commercial clients with integrity and expertise." subdescription="With License No. 88572, we provide comprehensive electrical solutions including installations, repairs, maintenance, and safety upgrades. Our team is committed to delivering reliable service when you need it most." icon={Shield} - imageSrc="http://img.b2bpic.net/free-photo/handymen-collaborating-plug-holes_23-2147743103.jpg?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBjWk29zILkAce7HiEkhF2gXOk/uploaded-1773969753460-qzb23f68.jpg" imageAlt="Our expert team" mediaAnimation="slide-up" useInvertedBackground={true} @@ -186,7 +186,7 @@ export default function LandingPage() { mediaAnimation="slide-up" mediaPosition="right" buttonText="Request Service" - imageSrc="http://img.b2bpic.net/free-photo/handymen-collaborating-plug-holes_23-2147743103.jpg?_wi=3" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BBjWk29zILkAce7HiEkhF2gXOk/uploaded-1773969753460-qzb23f68.jpg" imageAlt="Contact us for electrical services" /> -- 2.49.1 From 6f07701ed2f14a7d787a6b61228de4cf961bc307 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 01:23:04 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 1a5bb9f..f99d814 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4f0; - --card: #ffffff; - --foreground: #1a1a1a; - --primary-cta: #2c2c2c; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #0a1f3d; + --primary-cta: #e67e22; --primary-cta-text: #f5f4f0; - --secondary-cta: #f5f4f0; + --secondary-cta: #f9f9f9; --secondary-cta-text: #1a1a1a; - --accent: #8a8a8a; - --background-accent: #e8e6e1; + --accent: #e2e2e2; + --background-accent: #e67e22; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1