Update src/app/services/page.tsx
This commit is contained in:
@@ -25,28 +25,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="GreenClean Pros"
|
||||
button={{ text: "Book Now", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -58,42 +44,18 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Lawn Care",
|
||||
description: "Expert mowing, edging, and trimming to keep your property looking pristine.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-tropical-leaves-sunlight_23-2148245074.jpg?_wi=1",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-tropical-leaves-sunlight_23-2148245074.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-cleaning-window_23-2149482328.jpg?_wi=4",
|
||||
imageAlt: "lawn care service",
|
||||
title: "Lawn Care", description: "Expert mowing, edging, and trimming to keep your property looking pristine.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-tropical-leaves-sunlight_23-2148245074.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-tropical-leaves-sunlight_23-2148245074.jpg" },
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Window Washing",
|
||||
description: "Residential and commercial window cleaning services for a crystal clear view.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552287.jpg?_wi=1",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552287.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2711.jpg?_wi=3",
|
||||
imageAlt: "happy homeowner",
|
||||
title: "Window Washing", description: "Residential and commercial window cleaning services for a crystal clear view.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552287.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552287.jpg" },
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Pressure Washing",
|
||||
description: "Powerful cleaning for driveways, sidewalks, and home siding surfaces.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfecting-door-handle-with-ablution-cloth_23-2148571818.jpg?_wi=1",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfecting-door-handle-with-ablution-cloth_23-2148571818.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-receiving-keys-their-new-home-from-realtor_23-2148895469.jpg?_wi=2",
|
||||
imageAlt: "happy homeowner",
|
||||
title: "Pressure Washing", description: "Powerful cleaning for driveways, sidewalks, and home siding surfaces.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfecting-door-handle-with-ablution-cloth_23-2148571818.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfecting-door-handle-with-ablution-cloth_23-2148571818.jpg" },
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -109,52 +71,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
name: "Lawn Maintenance",
|
||||
price: "From $49",
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Mowing",
|
||||
"Edging",
|
||||
"Trimming",
|
||||
],
|
||||
id: "basic", name: "Lawn Maintenance", price: "From $49", buttons: [{ text: "Get Quote", href: "/contact" }],
|
||||
features: ["Mowing", "Edging", "Trimming"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
name: "Window Wash",
|
||||
price: "From $99",
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Interior/Exterior",
|
||||
"Glass Care",
|
||||
"Frame Cleanup",
|
||||
],
|
||||
id: "pro", name: "Window Wash", price: "From $99", buttons: [{ text: "Get Quote", href: "/contact" }],
|
||||
features: ["Interior/Exterior", "Glass Care", "Frame Cleanup"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
name: "Pressure Wash",
|
||||
price: "From $149",
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Driveway",
|
||||
"Sidewalk",
|
||||
"Siding Care",
|
||||
],
|
||||
id: "enterprise", name: "Pressure Wash", price: "From $149", buttons: [{ text: "Get Quote", href: "/contact" }],
|
||||
features: ["Driveway", "Sidewalk", "Siding Care"],
|
||||
},
|
||||
]}
|
||||
title="Pricing Options"
|
||||
@@ -164,42 +90,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="home-footer" data-section="home-footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-cleaning-window_23-2149482328.jpg?_wi=5"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-cleaning-window_23-2149482328.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Lawn Care",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "Window Washing",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "Pressure Washing",
|
||||
href: "/services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }] },
|
||||
{ title: "Services", items: [{ label: "Lawn Care", href: "/services" }, { label: "Window Washing", href: "/services" }, { label: "Pressure Washing", href: "/services" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user