Update src/app/page.tsx

This commit is contained in:
2026-05-19 18:17:36 +00:00
parent 388cbb354d
commit 8dd2cfa7b2

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>