Update src/app/about/page.tsx
This commit is contained in:
@@ -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.", " ", ""
|
||||
"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."
|
||||
]}
|
||||
/>
|
||||
</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."
|
||||
|
||||
Reference in New Issue
Block a user