Update src/app/page.tsx

This commit is contained in:
2026-05-13 02:53:21 +00:00
parent 299ea8030f
commit 4a4e5d06cc

View File

@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { ArrowRight, Leaf, Snowflake, Flower2, Trash2 } from 'lucide-react';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
@@ -29,22 +30,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "home",
},
{
name: "Services",
id: "services",
},
{
name: "Pricing",
id: "pricing",
},
{
name: "FAQ",
id: "faq",
},
{ name: "Home", id: "home" },
{ name: "Services", id: "services" },
{ name: "Pricing", id: "pricing" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" }
]}
brandName="YouthLand"
/>
@@ -52,42 +42,17 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroBillboardRotatedCarousel
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Reliable Landscaping by Your Neighborhood Youth"
description="Professional, affordable seasonal care performed by local students. From lawn mowing to snow removal, we're here to help keep your property beautiful for $20/hour."
buttons={[
{
text: "Book Now",
href: "#contact",
},
]}
buttons={[{ text: "Book Now", href: "#contact" }]}
carouselItems={[
{
id: "c1",
imageSrc: "http://img.b2bpic.net/free-photo/chinese-tea-ceremony-park-tea-drinking-open-air_613910-7321.jpg",
},
{
id: "c2",
imageSrc: "http://img.b2bpic.net/free-photo/spending-time-nature-picnic-accessories-picnic_185193-110954.jpg",
},
{
id: "c3",
imageSrc: "http://img.b2bpic.net/free-photo/group-young-volunteers-park-they-are-planting-tree-seedling_1157-50567.jpg",
},
{
id: "c4",
imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27418.jpg",
},
{
id: "c5",
imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-man-wearing-jumpsuit-hat-holding-potted-plant_141793-46948.jpg",
},
{
id: "c6",
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-boy-trying-catch-butterflies_23-2148597859.jpg",
},
{ id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/chinese-tea-ceremony-park-tea-drinking-open-air_613910-7321.jpg" },
{ id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/spending-time-nature-picnic-accessories-picnic_185193-110954.jpg" },
{ id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/group-young-volunteers-park-they-are-planting-tree-seedling_1157-50567.jpg" },
{ id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27418.jpg" },
{ id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-man-wearing-jumpsuit-hat-holding-potted-plant_141793-46948.jpg" },
{ id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-boy-trying-catch-butterflies_23-2148597859.jpg" },
]}
/>
</div>
@@ -99,18 +64,9 @@ export default function LandingPage() {
title="Supporting Our Local Youth"
description="We believe in providing high school students with valuable work experience while offering neighbors an affordable, reliable service. Our students are trained, enthusiastic, and ready to assist during their after-school hours (2:30 PM - 6:00 PM)."
bulletPoints={[
{
title: "Affordable Rates",
description: "$20 per hour for all seasonal tasks.",
},
{
title: "Flexible Scheduling",
description: "Working afternoons between 2:30 and 6:00 PM.",
},
{
title: "Community Focus",
description: "Empowering youth through local service jobs.",
},
{ title: "Affordable Rates", description: "$20 per hour for all seasonal tasks." },
{ title: "Flexible Scheduling", description: "Working afternoons between 2:30 and 6:00 PM." },
{ title: "Community Focus", description: "Empowering youth through local service jobs." },
]}
imageSrc="http://img.b2bpic.net/free-photo/women-taking-care-their-plants-greenhouse_23-2149037259.jpg"
mediaAnimation="slide-up"
@@ -122,26 +78,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Summer Mowing",
description: "Professional lawn mowing and grass maintenance.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-gardener-s-hand-pruning-flowers_23-2148165237.jpg",
},
{
title: "Winter Shoveling",
description: "Clear sidewalks and driveways after snowfall.",
imageSrc: "http://img.b2bpic.net/free-photo/man-worker-uniform-shoveling-snow-close-up-image_613910-7524.jpg",
},
{
title: "Spring Planting",
description: "Brighten up your beds with seasonal flowers.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-planting-flowers-pot_23-2148905272.jpg",
},
{
title: "Fall Cleanup",
description: "Complete yard cleanup including leaf raking.",
imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176602.jpg",
},
{ title: "Summer Mowing", description: "Professional lawn mowing and grass maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-gardener-s-hand-pruning-flowers_23-2148165237.jpg", buttonIcon: Leaf },
{ title: "Winter Shoveling", description: "Clear sidewalks and driveways after snowfall.", imageSrc: "http://img.b2bpic.net/free-photo/man-worker-uniform-shoveling-snow-close-up-image_613910-7524.jpg", buttonIcon: Snowflake },
{ title: "Spring Planting", description: "Brighten up your beds with seasonal flowers.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-planting-flowers-pot_23-2148905272.jpg", buttonIcon: Flower2 },
{ title: "Fall Cleanup", description: "Complete yard cleanup including leaf raking.", imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176602.jpg", buttonIcon: Trash2 },
]}
title="Seasonal Services for Every Need"
description="We offer comprehensive landscape maintenance throughout the year to keep your home looking its best."
@@ -155,36 +95,12 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "standard",
name: "Standard Rate",
price: "$20/hr",
features: [
"Customer provides tools",
"Reliable student help",
"Flexible scheduling",
],
buttons: [
{
text: "Book Now",
href: "#contact",
},
],
id: "standard", name: "Standard Rate", price: "$20/hr", features: ["Customer provides tools", "Reliable student help", "Flexible scheduling"],
buttons: [{ text: "Book Now", href: "#contact" }],
},
{
id: "with-tools",
name: "With Tools Provided",
price: "$30/hr",
features: [
"Students bring all tools",
"Includes equipment fee",
"Complete service provided",
],
buttons: [
{
text: "Book Now",
href: "#contact",
},
],
id: "with-tools", name: "With Tools Provided", price: "$30/hr", features: ["Students bring all tools", "Includes equipment fee", "Complete service provided"],
buttons: [{ text: "Book Now", href: "#contact" }],
},
]}
title="Simple & Transparent Pricing"
@@ -197,26 +113,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "What tools do I need?",
content: "You can provide your own tools for the base rate, or select the $10 tool rental option if you prefer us to bring equipment.",
},
{
id: "f2",
title: "How can I pay?",
content: "We accept cash in person or convenient online payments after the job is completed.",
},
{
id: "f3",
title: "What are the hours?",
content: "Our students are available from 2:30 PM to 6:00 PM on weekdays.",
},
{
id: "f4",
title: "Who are the workers?",
content: "Our team consists of vetted local high school students looking to gain work experience.",
},
{ id: "f1", title: "What tools do I need?", content: "You can provide your own tools for the base rate, or select the $10 tool rental option if you prefer us to bring equipment." },
{ id: "f2", title: "How can I pay?", content: "We accept cash in person or convenient online payments after the job is completed." },
{ id: "f3", title: "What are the hours?", content: "Our students are available from 2:30 PM to 6:00 PM on weekdays." },
{ id: "f4", title: "Who are the workers?", content: "Our team consists of vetted local high school students looking to gain work experience." },
]}
title="Common Questions"
description="Everything you need to know about booking our student services."
@@ -227,9 +127,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Ready to get started?"
description="Submit your request today and we'll reach out to schedule your service. Let us know if you need us to bring equipment."
tag="Booking"
@@ -239,17 +137,11 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="YouthLand"
leftLink={{
text: "Terms & Conditions",
href: "#",
}}
rightLink={{
text: "Contact Us",
href: "#contact",
}}
leftLink={{ text: "Terms & Conditions", href: "#" }}
rightLink={{ text: "Contact Us", href: "#contact" }}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}