Update src/app/about/page.tsx

This commit is contained in:
2026-04-28 01:29:58 +00:00
parent 62e75e09f6
commit 3cec21a3b7

View File

@@ -25,9 +25,9 @@ export default function AboutPage() {
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "about" },
{ name: "Services", id: "/services" },
{ name: "Testimonials", id: "/testimonials" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/#services" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Contact", id: "/contact" },
]}
brandName="Syncpoint Handyman"
@@ -39,7 +39,7 @@ export default function AboutPage() {
useInvertedBackground={false}
title="Meet Art S. - Your Trusted Local Partner"
description={[
"Welcome to Syncpoint Handyman Service. Owned and operated by Art S., our business was built on the core belief that homeowners deserve reliable, high-quality workmanship without the stress.", " ", ""
"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."
]}
/>
</div>
@@ -47,8 +47,8 @@ export default function AboutPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Services", href: "/" }] },
{ title: "Support", items: [{ label: "Contact", href: "/contact" }, { label: "FAQs", href: "/" }] },
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Services", href: "/#services" }] },
{ title: "Support", items: [{ label: "Contact", href: "/contact" }, { label: "FAQs", href: "/#faq" }] },
]}
logoText="Syncpoint Handyman"
copyrightText="© 2025 Syncpoint Handyman Service. All rights reserved."