Update src/app/about/page.tsx
This commit is contained in:
@@ -28,29 +28,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/3d-icon-traveling-vacation_23-2151037323.jpg"
|
||||
logoSrc="http://img.b2bpic.net/free-photo/pressure-washing-logo_53876-140224.jpg"
|
||||
logoAlt="Green Mountain Washing Logo"
|
||||
brandName="Green Mountain Washing"
|
||||
button={{
|
||||
text: "Get Free Estimate",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Free Estimate", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -61,19 +51,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Home,
|
||||
label: "Vermont Roots",
|
||||
value: "Born & Raised",
|
||||
},
|
||||
label: "Vermont Roots", value: "Born & Raised"},
|
||||
{
|
||||
icon: Briefcase,
|
||||
label: "Trusted Service",
|
||||
value: "Community First",
|
||||
},
|
||||
label: "Trusted Service", value: "Community First"},
|
||||
{
|
||||
icon: Sparkles,
|
||||
label: "Quality Driven",
|
||||
value: "Attention to Detail",
|
||||
},
|
||||
label: "Quality Driven", value: "Attention to Detail"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -87,26 +71,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "tm-1",
|
||||
name: "John Doe",
|
||||
role: "Owner & Lead Technician",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cleaning-his-house_23-2148112048.jpg",
|
||||
imageAlt: "John Doe, Owner of Green Mountain Washing",
|
||||
},
|
||||
id: "tm-1", name: "John Doe", role: "Owner & Lead Technician", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cleaning-his-house_23-2148112048.jpg", imageAlt: "John Doe, Owner of Green Mountain Washing"},
|
||||
{
|
||||
id: "tm-2",
|
||||
name: "Jane Smith",
|
||||
role: "Senior Cleaning Specialist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/housekeeper-with-happy-surprised-face-duster_23-2148076043.jpg",
|
||||
imageAlt: "Jane Smith, Cleaning Specialist",
|
||||
},
|
||||
id: "tm-2", name: "Jane Smith", role: "Senior Cleaning Specialist", imageSrc: "http://img.b2bpic.net/free-photo/housekeeper-with-happy-surprised-face-duster_23-2148076043.jpg", imageAlt: "Jane Smith, Cleaning Specialist"},
|
||||
{
|
||||
id: "tm-3",
|
||||
name: "Robert Green",
|
||||
role: "Customer Relations",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk-posing_74855-9949.jpg",
|
||||
imageAlt: "Robert Green, Customer Relations",
|
||||
},
|
||||
id: "tm-3", name: "Robert Green", role: "Customer Relations", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk-posing_74855-9949.jpg", imageAlt: "Robert Green, Customer Relations"},
|
||||
]}
|
||||
title="Meet the Green Mountain Washing Team"
|
||||
description="We're a dedicated, owner-operated local business committed to providing the best exterior cleaning services in Vermont. We treat your home like our own!"
|
||||
@@ -118,12 +87,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Fully Insured",
|
||||
"Local Vermont Business",
|
||||
"5-Star Rated Service",
|
||||
"Experienced Technicians",
|
||||
"Customer Satisfaction Guaranteed",
|
||||
]}
|
||||
"Fully Insured", "Local Vermont Business", "5-Star Rated Service", "Experienced Technicians", "Customer Satisfaction Guaranteed"]}
|
||||
title="Your Trusted Local Cleaning Partner"
|
||||
description="Green Mountain Washing is fully insured and locally owned, bringing you peace of mind with every service."
|
||||
/>
|
||||
@@ -131,21 +95,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoSrc="http://img.b2bpic.net/free-photo/3d-icon-traveling-vacation_23-2151037323.jpg"
|
||||
logoAlt="Green Mountain Washing Logo"
|
||||
logoText="Green Mountain Washing"
|
||||
copyrightText="© 2024 Green Mountain Washing. All rights reserved."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user