Update src/app/page.tsx

This commit is contained in:
2026-06-03 20:48:47 +00:00
parent e944c63202
commit e73c089284

View File

@@ -42,6 +42,12 @@ export default function LandingPage() {
name: "About", id: "#about"},
{
name: "Reviews", id: "#reviews"},
{
name: "Process", id: "#process"},
{
name: "Service Area", id: "#service-area"},
{
name: "Contact", id: "#footer"}
]}
logoSrc="http://img.b2bpic.net/free-vector/flat-design-lawn-mower-logo_23-2149189098.jpg"
logoAlt="JR Landscaping LLC Logo"
@@ -245,6 +251,12 @@ export default function LandingPage() {
label: "About", href: "#about"},
{
label: "Reviews", href: "#reviews"},
{
label: "Process", href: "#process"},
{
label: "Service Area", href: "#service-area"},
{
label: "Contact", href: "#footer"}
],
},
{