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