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" /> 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" /> 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" />