Merge version_1 into main #2
247
src/app/page.tsx
247
src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Our Work",
|
||||
id: "work",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Our Work", id: "work" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="GreenTeens Landscaping"
|
||||
/>
|
||||
@@ -52,33 +40,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Quality Landscaping by Local Students"
|
||||
description="We are a group of dedicated high schoolers providing professional, reliable lawn care and landscaping services to our local community."
|
||||
tag="GreenTeens Initiative"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/volunteers-starting-work-holding-equipment-hands-environment-protection_1157-49866.jpg?_wi=1",
|
||||
imageAlt: "Students working in the garden",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/volunteers-starting-work-holding-equipment-hands-environment-protection_1157-49866.jpg", imageAlt: "Students working in the garden"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/natural-grass-close-up_23-2148858217.jpg?_wi=1",
|
||||
imageAlt: "Landscaped residential yard",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-planting-tomato-spouts_1398-636.jpg?_wi=1",
|
||||
imageAlt: "Our student landscaping team",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-cutting-grass-with-lawn-mover-back-yard-male-black-apron-family-working-home_1157-41441.jpg?_wi=1",
|
||||
imageAlt: "Satisfied homeowner",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-caring-garden_23-2149530843.jpg?_wi=1",
|
||||
imageAlt: "Happy client",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/natural-grass-close-up_23-2148858217.jpg", imageAlt: "Landscaped residential yard"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -92,20 +62,11 @@ export default function LandingPage() {
|
||||
title="Supporting Our Community"
|
||||
description="Our initiative helps students gain valuable experience while ensuring your yard looks its absolute best. We pride ourselves on hard work, punctuality, and attention to detail."
|
||||
metrics={[
|
||||
{
|
||||
value: "12",
|
||||
title: "Students",
|
||||
},
|
||||
{
|
||||
value: "50+",
|
||||
title: "Projects Completed",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Satisfaction",
|
||||
},
|
||||
{ value: "12", title: "Students" },
|
||||
{ value: "50+", title: "Projects Completed" },
|
||||
{ value: "100%", title: "Satisfaction" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/women-planting-tomato-spouts_1398-636.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/women-planting-tomato-spouts_1398-636.jpg"
|
||||
imageAlt="Our student landscaping team"
|
||||
/>
|
||||
</div>
|
||||
@@ -117,38 +78,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Lawn Mowing",
|
||||
descriptions: [
|
||||
"Precise and consistent lawn mowing",
|
||||
"Edging for clean lines",
|
||||
"Cleanup and clipping removal",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/volunteers-starting-work-holding-equipment-hands-environment-protection_1157-49866.jpg?_wi=2",
|
||||
imageAlt: "smiling teenagers landscaping garden",
|
||||
},
|
||||
id: "s1", title: "Lawn Mowing", descriptions: ["Precise and consistent lawn mowing", "Edging for clean lines", "Cleanup and clipping removal"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/volunteers-starting-work-holding-equipment-hands-environment-protection_1157-49866.jpg", imageAlt: "smiling teenagers landscaping garden"},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Garden Maintenance",
|
||||
descriptions: [
|
||||
"Weeding of garden beds",
|
||||
"Pruning small shrubs and bushes",
|
||||
"Plant care and watering",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/natural-grass-close-up_23-2148858217.jpg?_wi=2",
|
||||
imageAlt: "lawn care business service",
|
||||
},
|
||||
id: "s2", title: "Garden Maintenance", descriptions: ["Weeding of garden beds", "Pruning small shrubs and bushes", "Plant care and watering"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/natural-grass-close-up_23-2148858217.jpg", imageAlt: "lawn care business service"},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Seasonal Cleanup",
|
||||
descriptions: [
|
||||
"Spring leaf and debris removal",
|
||||
"Mulching garden beds",
|
||||
"Winter prep and garden clearing",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-planting-tomato-spouts_1398-636.jpg?_wi=3",
|
||||
imageAlt: "group of students with garden tools",
|
||||
},
|
||||
id: "s3", title: "Seasonal Cleanup", descriptions: ["Spring leaf and debris removal", "Mulching garden beds", "Winter prep and garden clearing"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-planting-tomato-spouts_1398-636.jpg", imageAlt: "group of students with garden tools"},
|
||||
]}
|
||||
title="Services We Offer"
|
||||
description="Reliable and affordable landscaping solutions customized for your needs."
|
||||
@@ -162,54 +99,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
badge: "Basic",
|
||||
price: "$30",
|
||||
subtitle: "Per visit",
|
||||
features: [
|
||||
"Lawn mowing",
|
||||
"Clipping removal",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
id: "p1", badge: "Basic", price: "$30", subtitle: "Per visit", features: ["Lawn mowing", "Clipping removal"],
|
||||
buttons: [{ text: "Book Now", href: "#contact" }],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
badge: "Popular",
|
||||
price: "$50",
|
||||
subtitle: "Per visit",
|
||||
features: [
|
||||
"Lawn mowing & Edging",
|
||||
"Weeding",
|
||||
"Clipping removal",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
id: "p2", badge: "Popular", price: "$50", subtitle: "Per visit", features: ["Lawn mowing & Edging", "Weeding", "Clipping removal"],
|
||||
buttons: [{ text: "Book Now", href: "#contact" }],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
badge: "Premium",
|
||||
price: "$80",
|
||||
subtitle: "Per visit",
|
||||
features: [
|
||||
"Complete lawn care",
|
||||
"Garden pruning",
|
||||
"Mulching & Cleanup",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
id: "p3", badge: "Premium", price: "$80", subtitle: "Per visit", features: ["Complete lawn care", "Garden pruning", "Mulching & Cleanup"],
|
||||
buttons: [{ text: "Book Now", href: "#contact" }],
|
||||
},
|
||||
]}
|
||||
title="Transparent Pricing"
|
||||
@@ -223,60 +122,16 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alice Miller",
|
||||
role: "Homeowner",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-cutting-grass-with-lawn-mover-back-yard-male-black-apron-family-working-home_1157-41441.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Bob Smith",
|
||||
role: "Homeowner",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-caring-garden_23-2149530843.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Charlie Davis",
|
||||
role: "Homeowner",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-hat-gardening-with-granddaugher_1157-38489.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Diana Ross",
|
||||
role: "Homeowner",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-garden-with-dog_23-2148256651.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Edward Norton",
|
||||
role: "Homeowner",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/earth-day-child-garden_169016-5994.jpg",
|
||||
},
|
||||
{ id: "1", name: "Alice Miller", role: "Homeowner", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-cutting-grass-with-lawn-mover-back-yard-male-black-apron-family-working-home_1157-41441.jpg" },
|
||||
{ id: "2", name: "Bob Smith", role: "Homeowner", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-servant-caring-garden_23-2149530843.jpg" },
|
||||
{ id: "3", name: "Charlie Davis", role: "Homeowner", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-hat-gardening-with-granddaugher_1157-38489.jpg" },
|
||||
{ id: "4", name: "Diana Ross", role: "Homeowner", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-garden-with-dog_23-2148256651.jpg" },
|
||||
{ id: "5", name: "Edward Norton", role: "Homeowner", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/earth-day-child-garden_169016-5994.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "50+",
|
||||
label: "Happy Clients",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Reliability",
|
||||
},
|
||||
{
|
||||
value: "5.0",
|
||||
label: "Avg Rating",
|
||||
},
|
||||
{ value: "50+", label: "Happy Clients" },
|
||||
{ value: "100%", label: "Reliability" },
|
||||
{ value: "5.0", label: "Avg Rating" },
|
||||
]}
|
||||
title="Happy Neighbors"
|
||||
description="See why our neighbors recommend GreenTeens."
|
||||
@@ -286,9 +141,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Get a Free Quote"
|
||||
description="Tell us your needs and location, and we'll be in touch!"
|
||||
@@ -301,37 +154,17 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Lawn Mowing",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Garden Care",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Cleanup",
|
||||
href: "#services",
|
||||
},
|
||||
title: "Services", items: [
|
||||
{ label: "Lawn Mowing", href: "#services" },
|
||||
{ label: "Garden Care", href: "#services" },
|
||||
{ label: "Cleanup", href: "#services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user