From 40a7be305220bed0d743d14dc8030ab56511ca12 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 18:17:35 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 632193e..b6a9819 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -39,7 +39,7 @@ export default function AboutPage() { useInvertedBackground={false} title="Meet Art S. - Your Trusted Local Partner" description={[ - "I’m Art, the owner of Syncpoint Handyman Service. I started this business with a simple goal — to provide reliable, high-quality work that people can truly count on. I take pride in doing things the right way, with attention to detail and respect for every home I work in.", "For me, it’s not just about completing a job, but making sure the result looks clean, works properly, and lasts over time. I believe in clear communication, showing up on time, and delivering exactly what was promised. My focus is always on creating a smooth, stress-free experience and building long-term trust with every client." + "I’m Art, the owner of Syncpoint Handyman Service. I started this business with a simple goal — to provide reliable, high-quality work that people can truly count on. I take pride in doing things the right way, with attention to detail and respect for every home I work in. It’s not just about completing a job, but making sure the result looks clean, works properly, and lasts over time. I believe in clear communication, showing up on time, and delivering exactly what was promised. My focus is always on creating a smooth, stress-free experience and building long-term trust with every client." ]} /> @@ -52,6 +52,7 @@ export default function AboutPage() { ]} logoText="Syncpoint Handyman" copyrightText="© 2025 Syncpoint Handyman Service. All rights reserved." + className="border-b-8 border-orange-500" /> From 388cbb354db89f09bdfc53f77ff8f50b74cadcc8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 18:17:35 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b29d8b0..a752154 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -63,6 +63,7 @@ export default function ContactPage() { ]} logoText="Syncpoint Handyman" copyrightText="© 2025 Syncpoint Handyman Service. All rights reserved." + className="border-b-8 border-orange-500" /> From 8dd2cfa7b280648b03ed7fc108883ce2e88bb012 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 18:17:36 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ef37a5..997434d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,13 +53,6 @@ export default function LandingPage() { imagePosition="right" mediaAnimation="slide-up" fixedMediaHeight={true} - avatars={[ - { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cxggax9uoHWOUnvB5jeqt1nr7A/uploaded-1777340258699-co0zu3x9.jpg", alt: "Handyman team member 1" }, - { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cxggax9uoHWOUnvB5jeqt1nr7A/uploaded-1777340306618-tgb8f378.jpg", alt: "Handyman team member 2" }, - { src: "http://img.b2bpic.net/free-photo/side-view-worker-using-hammer_23-2149916257.jpg", alt: "Handyman team member 3" }, - { src: "http://img.b2bpic.net/free-photo/elevated-view-various-tools-toolbag_23-2147865392.jpg", alt: "Handyman team member 4" }, - { src: "http://img.b2bpic.net/free-photo/man-servant-doing-chores-around-house_23-2149508128.jpg", alt: "Handyman team member 5" }, - ]} avatarText="Trusted by 500+ local homeowners" marqueeItems={[ { type: "text", text: "Fully Licensed & Insured" }, @@ -74,9 +67,9 @@ export default function LandingPage() {
@@ -164,6 +157,7 @@ export default function LandingPage() { ]} logoText="Syncpoint Handyman" copyrightText="© 2025 Syncpoint Handyman Service. All rights reserved." + className="border-b-8 border-orange-500" />