Update src/app/about/page.tsx
This commit is contained in:
@@ -9,7 +9,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { MapPin, Sparkles, Users } from "lucide-react";
|
||||
import { MapPin, Sparkles, Users, Family, HeartHandshake, Leaf } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,30 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
href: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
href: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
href: "/reviews",
|
||||
},
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Mark's Quality Lawn Care"
|
||||
bottomLeftText="Serving Denver for Decades"
|
||||
@@ -71,22 +56,16 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Family-Owned & Operated",
|
||||
description: "Built on trust and integrity, serving generations of families.",
|
||||
icon: Family,
|
||||
title: "Family-Owned & Operated", description: "Built on trust and integrity, serving generations of families.", icon: Family,
|
||||
},
|
||||
{
|
||||
title: "Local Denver Experts",
|
||||
description: "Deep understanding of Colorado's climate and lawn needs.",
|
||||
icon: MapPin,
|
||||
title: "Local Denver Experts", description: "Deep understanding of Colorado's climate and lawn needs.", icon: MapPin,
|
||||
},
|
||||
{
|
||||
title: "Customer-Centric Approach",
|
||||
description: "Your satisfaction is our top priority, every single time.",
|
||||
icon: HeartHandshake,
|
||||
title: "Customer-Centric Approach", description: "Your satisfaction is our top priority, every single time.", icon: HeartHandshake,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/father-son-browsing-internet-camping_329181-10542.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/father-son-browsing-internet-camping_329181-10542.jpg"
|
||||
imageAlt="father and son working together outdoors"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -99,21 +78,15 @@ export default function LandingPage() {
|
||||
description="We're proud of the legacy we've built, transforming landscapes and exceeding expectations."
|
||||
metrics={[
|
||||
{
|
||||
value: "25+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
value: "25+", title: "Years Experience"},
|
||||
{
|
||||
value: "A+",
|
||||
title: "BBB Rating",
|
||||
},
|
||||
value: "A+", title: "BBB Rating"},
|
||||
{
|
||||
value: "5000+",
|
||||
title: "Happy Customers",
|
||||
},
|
||||
value: "5000+", title: "Happy Customers"},
|
||||
]}
|
||||
tag="Our Impact"
|
||||
tagIcon={Leaf}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/green-park-view_1417-1499.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/green-park-view_1417-1499.jpg"
|
||||
imageAlt="Lush green backyard with perfect lawn"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -127,33 +100,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Mark Johnson",
|
||||
role: "Founder & Lead Horticulturist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-home_23-2150062545.jpg?_wi=1",
|
||||
imageAlt: "Mark Johnson, Founder",
|
||||
},
|
||||
id: "1", name: "Mark Johnson", role: "Founder & Lead Horticulturist", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-home_23-2150062545.jpg", imageAlt: "Mark Johnson, Founder"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Johnson",
|
||||
role: "Operations Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-expressive-woman_344912-2023.jpg?_wi=1",
|
||||
imageAlt: "Sarah Johnson, Operations Manager",
|
||||
},
|
||||
id: "2", name: "Sarah Johnson", role: "Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-expressive-woman_344912-2023.jpg", imageAlt: "Sarah Johnson, Operations Manager"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Chen",
|
||||
role: "Senior Lawn Technician",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-talking-phone-near-fence_23-2147779733.jpg",
|
||||
imageAlt: "David Chen, Senior Lawn Technician",
|
||||
},
|
||||
id: "3", name: "David Chen", role: "Senior Lawn Technician", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-talking-phone-near-fence_23-2147779733.jpg", imageAlt: "David Chen, Senior Lawn Technician"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emily White",
|
||||
role: "Customer Relations",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-embroidered-shirt_23-2149394273.jpg",
|
||||
imageAlt: "Emily White, Customer Relations",
|
||||
},
|
||||
id: "4", name: "Emily White", role: "Customer Relations", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-embroidered-shirt_23-2149394273.jpg", imageAlt: "Emily White, Customer Relations"},
|
||||
]}
|
||||
title="The Faces Behind Your Beautiful Lawn"
|
||||
description="Our dedicated team members are passionate about horticulture and committed to delivering the best results for your property."
|
||||
@@ -170,17 +123,11 @@ export default function LandingPage() {
|
||||
author="The Miller Family, Denver CO"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/parents-son-posing-with-thumbs-up_23-2148414902.jpg",
|
||||
alt: "Client avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/parents-son-posing-with-thumbs-up_23-2148414902.jpg", alt: "Client avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-adult-teaching-elderly-person-about-degital-devicer_23-2149212018.jpg",
|
||||
alt: "Client avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-adult-teaching-elderly-person-about-degital-devicer_23-2149212018.jpg", alt: "Client avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-young-shopper-satisfied-with-discount_1262-14986.jpg",
|
||||
alt: "Client avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-young-shopper-satisfied-with-discount_1262-14986.jpg", alt: "Client avatar"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -191,16 +138,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Got Questions?"
|
||||
title="We're Here to Help Your Lawn Thrive."
|
||||
description="Whether you need a new service or have a specific lawn challenge, our friendly team is ready to assist."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Our Team",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Contact Our Team", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -209,54 +153,33 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Lawn Mowing",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Lawn Mowing", href: "/services"},
|
||||
{
|
||||
label: "Aeration",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Aeration", href: "/services"},
|
||||
{
|
||||
label: "Fertilization",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Fertilization", href: "/services"},
|
||||
{
|
||||
label: "Seasonal Cleanup",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Seasonal Cleanup", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "/reviews",
|
||||
},
|
||||
label: "Reviews", href: "/reviews"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user