Merge version_1 into main #2
@@ -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>
|
||||
|
||||
@@ -54,16 +40,8 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Our Story",
|
||||
content: "Founded in local roots, we strive to bring excellence to every home we visit.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Our Mission",
|
||||
content: "To provide top-tier lawn and cleaning services while maintaining absolute reliability.",
|
||||
},
|
||||
{ id: "1", title: "Our Story", content: "Founded in local roots, we strive to bring excellence to every home we visit." },
|
||||
{ id: "2", title: "Our Mission", content: "To provide top-tier lawn and cleaning services while maintaining absolute reliability." },
|
||||
]}
|
||||
sideTitle="Our Commitment"
|
||||
sideDescription="We are dedicated to quality, honesty, and satisfaction."
|
||||
@@ -77,17 +55,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Values"
|
||||
description="Professionalism defines everything we do."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-tropical-leaves-sunlight_23-2148245074.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-tropical-leaves-sunlight_23-2148245074.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Integrity",
|
||||
description: "Honest pricing and transparent quotes.",
|
||||
},
|
||||
{
|
||||
title: "Quality",
|
||||
description: "Excellence in every corner.",
|
||||
},
|
||||
{ title: "Integrity", description: "Honest pricing and transparent quotes." },
|
||||
{ title: "Quality", description: "Excellence in every corner." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -96,11 +68,7 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Coverage Area",
|
||||
content: "We serve the entire metro area.",
|
||||
},
|
||||
{ id: "1", title: "Coverage Area", content: "We serve the entire metro area." },
|
||||
]}
|
||||
sideTitle="FAQs"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -109,42 +77,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=6"
|
||||
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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -25,37 +25,21 @@ 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>
|
||||
|
||||
<div id="contact-form" data-section="contact-form">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Contact Us"
|
||||
title="Ready to get started?"
|
||||
description="Send us a message and we'll provide a free estimate within 24 hours."
|
||||
@@ -65,9 +49,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Let's Talk"
|
||||
title="Get in Touch"
|
||||
description="Our team is ready to answer your questions."
|
||||
@@ -80,59 +62,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Contact Details"
|
||||
description="Call us during business hours."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hands-disinfecting-door-handle-with-ablution-cloth_23-2148571818.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hands-disinfecting-door-handle-with-ablution-cloth_23-2148571818.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Phone",
|
||||
description: "555-0123",
|
||||
},
|
||||
{
|
||||
title: "Email",
|
||||
description: "info@greenclean.com",
|
||||
},
|
||||
{ title: "Phone", description: "555-0123" },
|
||||
{ title: "Email", description: "info@greenclean.com" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<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=7"
|
||||
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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -24,28 +24,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>
|
||||
|
||||
@@ -56,24 +42,9 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Lawn Care Result",
|
||||
price: "Before/After",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-tropical-leaves-sunlight_23-2148245074.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Window Wash Result",
|
||||
price: "Before/After",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552287.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Pressure Wash Result",
|
||||
price: "Before/After",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfecting-door-handle-with-ablution-cloth_23-2148571818.jpg?_wi=4",
|
||||
},
|
||||
{ id: "1", name: "Lawn Care Result", price: "Before/After", imageSrc: "http://img.b2bpic.net/free-photo/closeup-tropical-leaves-sunlight_23-2148245074.jpg" },
|
||||
{ id: "2", name: "Window Wash Result", price: "Before/After", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552287.jpg" },
|
||||
{ id: "3", name: "Pressure Wash Result", price: "Before/After", imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfecting-door-handle-with-ablution-cloth_23-2148571818.jpg" },
|
||||
]}
|
||||
title="Our Work"
|
||||
description="See the transformation for yourself."
|
||||
@@ -89,60 +60,22 @@ export default function LandingPage() {
|
||||
title="Before & After"
|
||||
description="See the results of our work."
|
||||
products={[
|
||||
{
|
||||
id: "4",
|
||||
name: "Cleaned Patio",
|
||||
price: "See Results",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfecting-door-handle-with-ablution-cloth_23-2148571818.jpg?_wi=5",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Trimmed Edge",
|
||||
price: "See Results",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-tropical-leaves-sunlight_23-2148245074.jpg?_wi=5",
|
||||
},
|
||||
{ id: "4", name: "Cleaned Patio", price: "See Results", imageSrc: "http://img.b2bpic.net/free-photo/hands-disinfecting-door-handle-with-ablution-cloth_23-2148571818.jpg" },
|
||||
{ id: "5", name: "Trimmed Edge", price: "See Results", imageSrc: "http://img.b2bpic.net/free-photo/closeup-tropical-leaves-sunlight_23-2148245074.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<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=8"
|
||||
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>
|
||||
);
|
||||
}
|
||||
}
|
||||
167
src/app/page.tsx
167
src/app/page.tsx
@@ -29,28 +29,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>
|
||||
|
||||
@@ -59,16 +45,10 @@ export default function LandingPage() {
|
||||
title="Professional Exterior Cleaning & Lawn Care Services"
|
||||
description="Reliable, affordable, and high-quality maintenance to enhance your home's curb appeal. Get 10% off your first service today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:5550123",
|
||||
},
|
||||
{ text: "Get a Free Quote", href: "/contact" },
|
||||
{ text: "Call Now", href: "tel:5550123" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-cleaning-window_23-2149482328.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-cleaning-window_23-2149482328.jpg"
|
||||
imageAlt="Professional lawn and exterior care"
|
||||
showBlur={true}
|
||||
/>
|
||||
@@ -79,21 +59,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Why Choose GreenClean Pros?"
|
||||
metrics={[
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
label: "Licensed & Insured",
|
||||
value: "100%",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Customer Satisfaction",
|
||||
value: "99%",
|
||||
},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Years of Experience",
|
||||
value: "10+",
|
||||
},
|
||||
{ icon: ShieldCheck, label: "Licensed & Insured", value: "100%" },
|
||||
{ icon: Award, label: "Customer Satisfaction", value: "99%" },
|
||||
{ icon: Clock, label: "Years of Experience", value: "10+" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -103,31 +71,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2711.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-receiving-keys-their-new-home-from-realtor_23-2148895469.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-gym_23-2149178039.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-girl-white-background-thumbs-up_176420-5369.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "James Wilson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2711.jpg?_wi=2",
|
||||
},
|
||||
{ id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2711.jpg" },
|
||||
{ id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-receiving-keys-their-new-home-from-realtor_23-2148895469.jpg" },
|
||||
{ id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-gym_23-2149178039.jpg" },
|
||||
{ id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-girl-white-background-thumbs-up_176420-5369.jpg" },
|
||||
{ id: "5", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2711.jpg" },
|
||||
]}
|
||||
cardTitle="What Our Clients Say"
|
||||
cardTag="Testimonials"
|
||||
@@ -144,37 +92,12 @@ export default function LandingPage() {
|
||||
description="Bundle services and save on annual property maintenance."
|
||||
plans={[
|
||||
{
|
||||
id: "full-season",
|
||||
badge: "Best Value",
|
||||
price: "$499",
|
||||
subtitle: "Annual Maintenance Plan",
|
||||
buttons: [
|
||||
{
|
||||
text: "Select Plan",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Monthly Mowing",
|
||||
"Biannual Wash",
|
||||
"Fall Cleanup",
|
||||
],
|
||||
id: "full-season", badge: "Best Value", price: "$499", subtitle: "Annual Maintenance Plan", buttons: [{ text: "Select Plan", href: "/contact" }],
|
||||
features: ["Monthly Mowing", "Biannual Wash", "Fall Cleanup"],
|
||||
},
|
||||
{
|
||||
id: "starter",
|
||||
badge: "Popular",
|
||||
price: "$299",
|
||||
subtitle: "Introductory Package",
|
||||
buttons: [
|
||||
{
|
||||
text: "Select Plan",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"2x Mowing",
|
||||
"1x Wash",
|
||||
],
|
||||
id: "starter", badge: "Popular", price: "$299", subtitle: "Introductory Package", buttons: [{ text: "Select Plan", href: "/contact" }],
|
||||
features: ["2x Mowing", "1x Wash"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -186,59 +109,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Quality You Can See"
|
||||
description="We take pride in our precision and attention to detail."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-cleaning-window_23-2149482328.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-cleaning-window_23-2149482328.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Eco-Friendly Products",
|
||||
description: "Safe for pets and your garden.",
|
||||
},
|
||||
{
|
||||
title: "Reliable Scheduling",
|
||||
description: "We arrive on time, every time.",
|
||||
},
|
||||
{ title: "Eco-Friendly Products", description: "Safe for pets and your garden." },
|
||||
{ title: "Reliable Scheduling", description: "We arrive on time, every time." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<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=3"
|
||||
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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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