From 31ee15b855ca580ad2399e34d9bcad207cf2c31b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 14:32:48 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 025cc26..f392f4a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -70,7 +70,7 @@ export default function AboutPage() { quote: "I was really nervous about starting a renovation, but they made the process so easy. Everything was well-organized, and I didn't have to chase anyone. They kept me in the loop the whole time.", name: "Isaac Paz", role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-positive-fair-haired-business-woman_1262-2364.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-positive-fair-haired-business-woman_1262-2364.jpg", }, { id: "2", @@ -78,7 +78,7 @@ export default function AboutPage() { quote: "I've worked with contractors before, but this experience was different. They weren't tied to anyone, so I felt like their advice was honest and focused on what was best for me.", name: "Pamela Salinas", role: "Property Owner", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-talking-partner_1262-1998.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-talking-partner_1262-1998.jpg", }, { id: "3", @@ -86,7 +86,7 @@ export default function AboutPage() { quote: "HMG managed my renovation project with great care and complete transparency. I highly recommend this company to anyone looking for a trustworthy renovation partner.", name: "Franco Quiñonez", role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/parents-welcoming-son-kitchen_23-2148414950.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/parents-welcoming-son-kitchen_23-2148414950.jpg", }, ]} /> @@ -106,7 +106,7 @@ export default function AboutPage() { href: "tel:+1234567890", }, ]} - background={{ variant: "floatingGradient" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} /> From edc80fd97bd08da6b67e20d46e21072fd98619f4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 14:32:49 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d21b44e..b006d8a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -42,7 +42,7 @@ export default function ContactPage() { From b372ebf58d53bd31b8dbfb4f2290a817bb253fe6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 14:32:49 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 42b625e..472bbe1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function HomePage() { @@ -299,7 +299,7 @@ export default function HomePage() { href: "tel:+1234567890", }, ]} - background={{ variant: "floatingGradient" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} /> From 6c84155d52ff42b3734ce8dc959829eaad08c139 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 14:32:50 +0000 Subject: [PATCH 4/4] Update src/app/projects/page.tsx --- src/app/projects/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index c2e8348..d2fc718 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -43,7 +43,7 @@ export default function ProjectsPage() {