Update src/app/about/page.tsx
This commit is contained in:
@@ -25,19 +25,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "Contact", id: "/contact"},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Reviews", id: "/reviews" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="American Lawns"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIPFuEPWXjOLKwjwP4zi3c40Rc/uploaded-1777966945866-8i569tkj.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -48,12 +42,9 @@ export default function LandingPage() {
|
||||
title="Meet Robert, Your Lawn Care Expert"
|
||||
description="Robert founded American Lawns on the principles of reliability and attention to detail. He believes every customer deserves a yard they can be proud of and is dedicated to clear, consistent communication for every project."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Hardworking", description: "Focused on quality service."},
|
||||
{
|
||||
title: "Dependable", description: "Timely and professional."},
|
||||
{
|
||||
title: "Detail-Oriented", description: "We treat your lawn like our own."},
|
||||
{ title: "Hardworking", description: "Focused on quality service." },
|
||||
{ title: "Dependable", description: "Timely and professional." },
|
||||
{ title: "Detail-Oriented", description: "We treat your lawn like our own." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-senior-man-cutting-overgrown-bushes_651396-1547.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -65,29 +56,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our History"
|
||||
description={[
|
||||
"We started as a small local business.", "Our mission is to help home owners keep their property beautiful."]}
|
||||
"We started as a small local business.", "Our mission is to help home owners keep their property beautiful."
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Mowing", href: "/services"},
|
||||
{
|
||||
label: "Maintenance", href: "/services"},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }] },
|
||||
{ title: "Services", items: [{ label: "Mowing", href: "/services" }, { label: "Maintenance", href: "/services" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 American Lawns. All rights reserved."
|
||||
bottomRightText="Built with quality care."
|
||||
|
||||
Reference in New Issue
Block a user