Merge version_1 into main #2
292
src/app/page.tsx
292
src/app/page.tsx
@@ -31,120 +31,45 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Ezcutz"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Ezcutz: The Best Lawn Care in Los Angeles"
|
||||
description="Consistent, reliable, and high-quality lawn maintenance for homeowners and property managers across Los Angeles. Experience the Ezcutz difference today."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alfonso Garcia",
|
||||
handle: "@alfonso",
|
||||
testimonial: "Excellent consistency. My yard looks amazing every single time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-outdoors-portrait-young-attractive-bearded-caucasian-male-gardener-blue-t-shirt-smiling-camera-planting-seeds-garden-watering-plants_176420-19925.jpg",
|
||||
},
|
||||
{
|
||||
name: "Stacy Withrow",
|
||||
handle: "@stacy",
|
||||
testimonial: "I was discouraged by others, but found Alfonso—he's a godsend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-gardener-smiling-posing-plants-flowers_176420-3826.jpg",
|
||||
},
|
||||
{
|
||||
name: "Andrew Kasson",
|
||||
handle: "@andrew",
|
||||
testimonial: "Reliable, gets the job done right. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-girl-with-headphones-laughing-autumn-garden-blonde-female-student-posing-with-book-smiling_197531-25999.jpg",
|
||||
},
|
||||
{
|
||||
name: "Maria Lopez",
|
||||
handle: "@maria",
|
||||
testimonial: "Best service in town. Very professional.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-florist-cutting-stem-flowers-shop_23-2147882043.jpg",
|
||||
},
|
||||
{
|
||||
name: "John Doe",
|
||||
handle: "@johndoe",
|
||||
testimonial: "Transformed my overgrown backyard in one day.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-green-trees_1157-30882.jpg",
|
||||
},
|
||||
{ name: "Alfonso Garcia", handle: "@alfonso", testimonial: "Excellent consistency. My yard looks amazing every single time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-outdoors-portrait-young-attractive-bearded-caucasian-male-gardener-blue-t-shirt-smiling-camera-planting-seeds-garden-watering-plants_176420-19925.jpg" },
|
||||
{ name: "Stacy Withrow", handle: "@stacy", testimonial: "I was discouraged by others, but found Alfonso—he's a godsend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-cheerful-gardener-smiling-posing-plants-flowers_176420-3826.jpg" },
|
||||
{ name: "Andrew Kasson", handle: "@andrew", testimonial: "Reliable, gets the job done right. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-girl-with-headphones-laughing-autumn-garden-blonde-female-student-posing-with-book-smiling_197531-25999.jpg" },
|
||||
{ name: "Maria Lopez", handle: "@maria", testimonial: "Best service in town. Very professional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-florist-cutting-stem-flowers-shop_23-2147882043.jpg" },
|
||||
{ name: "John Doe", handle: "@johndoe", testimonial: "Transformed my overgrown backyard in one day.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-green-trees_1157-30882.jpg" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hard-working-man-casual-outfit-removing-dry-leaves-from-sidewalk-with-hand-blower-sunny-day_7502-10151.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hard-working-man-casual-outfit-removing-dry-leaves-from-sidewalk-with-hand-blower-sunny-day_7502-10151.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-happy-women-sitting-grass-with-laptop_23-2147956489.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/lifestyle-scene-showing-care-support-from-people-community_23-2151261262.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12328.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-lengh-photo-handsome-businessman-british-quarter_197531-629.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/two-happy-women-sitting-grass-with-laptop_23-2147956489.jpg", alt: "Client 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/lifestyle-scene-showing-care-support-from-people-community_23-2151261262.jpg", alt: "Client 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12328.jpg", alt: "Client 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", alt: "Client 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/full-lengh-photo-handsome-businessman-british-quarter_197531-629.jpg", alt: "Client 5" }
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Licensed",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Insured",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Local",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Reliable",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Quality",
|
||||
},
|
||||
{ type: "text", text: "Licensed" },
|
||||
{ type: "text", text: "Insured" },
|
||||
{ type: "text", text: "Local" },
|
||||
{ type: "text", text: "Reliable" },
|
||||
{ type: "text", text: "Quality" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -155,16 +80,10 @@ export default function LandingPage() {
|
||||
title="Dedicated to Excellence"
|
||||
description="Located at 1112 S Oxford Ave, we serve our community with pride. We believe that consistent care and attention to detail are what separate a good lawn from a great one."
|
||||
metrics={[
|
||||
{
|
||||
value: "100%",
|
||||
title: "Customer Satisfaction",
|
||||
},
|
||||
{
|
||||
value: "9+",
|
||||
title: "Years Serving LA",
|
||||
},
|
||||
{ value: "100%", title: "Customer Satisfaction" },
|
||||
{ value: "9+", title: "Years Serving LA" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-gardener-shirt-mowing-lawn-with-modern-lawn-mower-summer-season-side-view-brunet_7502-10485.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-gardener-shirt-mowing-lawn-with-modern-lawn-mower-summer-season-side-view-brunet_7502-10485.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -177,27 +96,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Weekly Lawn Mowing",
|
||||
description: "Regular precision cuts to keep your grass at the optimal height.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22796.jpg?_wi=1",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-man-driving-lawn-mower_23-2149382199.jpg",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
{
|
||||
title: "Hedge Trimming",
|
||||
description: "Expert shaping and pruning to maintain clean and healthy borders.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardener-cuts-bush-with-large-pruning-shears_169016-10256.jpg?_wi=1",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/close-up-cutting-plant-leaves_23-2148905236.jpg",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
{
|
||||
title: "Property Maintenance",
|
||||
description: "Full-service upkeep for residential and rental properties across LA.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-playing-petanque-outdoors_23-2149530378.jpg?_wi=1",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-gardener-holding-trimmer-working-yard_342744-541.jpg",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
{ title: "Weekly Lawn Mowing", description: "Regular precision cuts to keep your grass at the optimal height.", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22796.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-man-driving-lawn-mower_23-2149382199.jpg", buttonText: "Learn More" },
|
||||
{ title: "Hedge Trimming", description: "Expert shaping and pruning to maintain clean and healthy borders.", imageSrc: "http://img.b2bpic.net/free-photo/gardener-cuts-bush-with-large-pruning-shears_169016-10256.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/close-up-cutting-plant-leaves_23-2148905236.jpg", buttonText: "Learn More" },
|
||||
{ title: "Property Maintenance", description: "Full-service upkeep for residential and rental properties across LA.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-playing-petanque-outdoors_23-2149530378.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-gardener-holding-trimmer-working-yard_342744-541.jpg", buttonText: "Learn More" }
|
||||
]}
|
||||
title="Our Lawn Services"
|
||||
description="Comprehensive care tailored to your lawn's specific needs."
|
||||
@@ -210,38 +111,8 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
tag: "Essential",
|
||||
price: "$150",
|
||||
period: "/mo",
|
||||
description: "Ideal for standard lawns.",
|
||||
button: {
|
||||
text: "Get Quote",
|
||||
},
|
||||
featuresTitle: "Included Services",
|
||||
features: [
|
||||
"Mowing",
|
||||
"Edging",
|
||||
"Cleanup",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
tag: "Comprehensive",
|
||||
price: "$250",
|
||||
period: "/mo",
|
||||
description: "For larger lawns and regular hedge care.",
|
||||
button: {
|
||||
text: "Get Quote",
|
||||
},
|
||||
featuresTitle: "Everything in Basic, plus:",
|
||||
features: [
|
||||
"Hedge Trimming",
|
||||
"Plant Care",
|
||||
"Priority Scheduling",
|
||||
],
|
||||
},
|
||||
{ id: "basic", tag: "Essential", price: "$150", period: "/mo", description: "Ideal for standard lawns.", button: { text: "Get Quote" }, featuresTitle: "Included Services", features: ["Mowing", "Edging", "Cleanup"] },
|
||||
{ id: "pro", tag: "Comprehensive", price: "$250", period: "/mo", description: "For larger lawns and regular hedge care.", button: { text: "Get Quote" }, featuresTitle: "Everything in Basic, plus:", features: ["Hedge Trimming", "Plant Care", "Priority Scheduling"] }
|
||||
]}
|
||||
title="Transparent Pricing"
|
||||
description="Fair prices for exceptional quality service in LA."
|
||||
@@ -254,21 +125,9 @@ export default function LandingPage() {
|
||||
title="Our Impact"
|
||||
tag="Results"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "13",
|
||||
description: "Five-Star Reviews",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "4.7",
|
||||
description: "Average Rating",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "100+",
|
||||
description: "Satisfied Customers",
|
||||
},
|
||||
{ id: "1", value: "13", description: "Five-Star Reviews" },
|
||||
{ id: "2", value: "4.7", description: "Average Rating" },
|
||||
{ id: "3", value: "100+", description: "Satisfied Customers" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -279,61 +138,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alfonso",
|
||||
date: "1 year ago",
|
||||
title: "Satisfied Client",
|
||||
quote: "His prices were fair, he came out on Sunday first thing and did a fantastic job!",
|
||||
tag: "Review",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-good-looking-young-caucasian-man-blue-t-shirt-gloves-smiling-with-teeth-being-tired-from-hard-work-garden-farmer-planting-leaves-countryside-house_176420-19908.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hard-working-man-casual-outfit-removing-dry-leaves-from-sidewalk-with-hand-blower-sunny-day_7502-10151.jpg?_wi=2",
|
||||
imageAlt: "happy home owner garden",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Stacy",
|
||||
date: "4 years ago",
|
||||
title: "Residential Owner",
|
||||
quote: "I’ve been through several companies, but Alfonso has been a godsend.",
|
||||
tag: "Review",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/mother-with-daughter-workers-with-flowerpoots-people-pours-flowers_1157-41982.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-gardener-shirt-mowing-lawn-with-modern-lawn-mower-summer-season-side-view-brunet_7502-10485.jpg?_wi=2",
|
||||
imageAlt: "happy home owner garden",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Andrew",
|
||||
date: "1 year ago",
|
||||
title: "Long-term Client",
|
||||
quote: "Reliable and get the job done. Recommended!",
|
||||
tag: "Review",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-man-standing-front-new-house_493343-29893.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22796.jpg?_wi=2",
|
||||
imageAlt: "happy home owner garden",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Reviewer 4",
|
||||
date: "2 years ago",
|
||||
title: "Customer",
|
||||
quote: "Consistent and leaves the yard looking amazing.",
|
||||
tag: "Review",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-moving-signing-paper_1157-35362.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardener-cuts-bush-with-large-pruning-shears_169016-10256.jpg?_wi=2",
|
||||
imageAlt: "happy home owner garden",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Reviewer 5",
|
||||
date: "3 years ago",
|
||||
title: "Customer",
|
||||
quote: "Great price and wonderful people. Excellent service.",
|
||||
tag: "Review",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-adult-traveling-using-sustainable-mobility_23-2149292681.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-playing-petanque-outdoors_23-2149530378.jpg?_wi=2",
|
||||
imageAlt: "happy home owner garden",
|
||||
},
|
||||
{ id: "1", name: "Alfonso", date: "1 year ago", title: "Satisfied Client", quote: "His prices were fair, he came out on Sunday first thing and did a fantastic job!", tag: "Review", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-good-looking-young-caucasian-man-blue-t-shirt-gloves-smiling-with-teeth-being-tired-from-hard-work-garden-farmer-planting-leaves-countryside-house_176420-19908.jpg", imageSrc: "http://img.b2bpic.net/free-photo/hard-working-man-casual-outfit-removing-dry-leaves-from-sidewalk-with-hand-blower-sunny-day_7502-10151.jpg", imageAlt: "happy home owner garden" },
|
||||
{ id: "2", name: "Stacy", date: "4 years ago", title: "Residential Owner", quote: "I’ve been through several companies, but Alfonso has been a godsend.", tag: "Review", avatarSrc: "http://img.b2bpic.net/free-photo/mother-with-daughter-workers-with-flowerpoots-people-pours-flowers_1157-41982.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-gardener-shirt-mowing-lawn-with-modern-lawn-mower-summer-season-side-view-brunet_7502-10485.jpg", imageAlt: "happy home owner garden" },
|
||||
{ id: "3", name: "Andrew", date: "1 year ago", title: "Long-term Client", quote: "Reliable and get the job done. Recommended!", tag: "Review", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-man-standing-front-new-house_493343-29893.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22796.jpg", imageAlt: "happy home owner garden" },
|
||||
{ id: "4", name: "Reviewer 4", date: "2 years ago", title: "Customer", quote: "Consistent and leaves the yard looking amazing.", tag: "Review", avatarSrc: "http://img.b2bpic.net/free-photo/woman-moving-signing-paper_1157-35362.jpg", imageSrc: "http://img.b2bpic.net/free-photo/gardener-cuts-bush-with-large-pruning-shears_169016-10256.jpg", imageAlt: "happy home owner garden" },
|
||||
{ id: "5", name: "Reviewer 5", date: "3 years ago", title: "Customer", quote: "Great price and wonderful people. Excellent service.", tag: "Review", avatarSrc: "http://img.b2bpic.net/free-photo/young-adult-traveling-using-sustainable-mobility_23-2149292681.jpg", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-playing-petanque-outdoors_23-2149530378.jpg", imageAlt: "happy home owner garden" }
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Quality service that earns trust every single week."
|
||||
@@ -345,21 +154,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Where do you operate?",
|
||||
content: "We are based at 1112 S Oxford Ave, serving the greater Los Angeles area.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "How can I contact you?",
|
||||
content: "Call us directly at (323) 723-5239 to schedule an appointment.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you handle rentals?",
|
||||
content: "Yes, we are highly experienced with maintaining residential and rental properties.",
|
||||
},
|
||||
{ id: "1", title: "Where do you operate?", content: "We are based at 1112 S Oxford Ave, serving the greater Los Angeles area." },
|
||||
{ id: "2", title: "How can I contact you?", content: "Call us directly at (323) 723-5239 to schedule an appointment." },
|
||||
{ id: "3", title: "Do you handle rentals?", content: "Yes, we are highly experienced with maintaining residential and rental properties." }
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Answers to how we handle your lawn needs in LA."
|
||||
@@ -371,8 +168,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Book Now"
|
||||
title="Get Your Lawn Done"
|
||||
description="Ready to transform your yard? Call us today or fill out your details to get a free quote."
|
||||
@@ -390,4 +186,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user