Merge version_29 into main

Merge version_29 into main
This commit was merged in pull request #46.
This commit is contained in:
2026-05-19 18:17:39 +00:00
3 changed files with 6 additions and 10 deletions

View File

@@ -39,7 +39,7 @@ export default function AboutPage() {
useInvertedBackground={false}
title="Meet Art S. - Your Trusted Local Partner"
description={[
"Im 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, its 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."
"Im 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. Its 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."
]}
/>
</div>
@@ -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"
/>
</div>
</ReactLenis>

View File

@@ -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"
/>
</div>
</ReactLenis>

View File

@@ -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() {
<div id="about" data-section="about">
<TextSplitAbout
useInvertedBackground={false}
title="History"
title="Our History"
description={[
"Established in 2025, Syncpoint Handyman Service started from a passion for hands-on work and doing things the right way. What began as helping friends and family with repairs and small projects quickly grew through word of mouth. Over time, that experience turned into a professional service focused on reliability, quality workmanship, and attention to detail. Today, Syncpoint is built on trust, consistency, and delivering results that last."
"Established in 2025, Syncpoint Handyman Service started from a passion for hands-on work and doing things the right way. What began as helping friends and family with repairs and small projects quickly grew through word of mouth, turning into a professional service focused on reliability, quality workmanship, and consistent results built on long-term client trust."
]}
/>
</div>
@@ -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"
/>
</div>
</ReactLenis>