Merge version_1 into main #2
242
src/app/page.tsx
242
src/app/page.tsx
@@ -29,122 +29,50 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "why",
|
||||
},
|
||||
{
|
||||
name: "Areas",
|
||||
id: "areas",
|
||||
},
|
||||
{
|
||||
name: "Success",
|
||||
id: "success",
|
||||
},
|
||||
{
|
||||
name: "Offers",
|
||||
id: "offers",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Why Us", id: "why" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Success", id: "success" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Lasso Lawns"
|
||||
button={{
|
||||
text: "Call (972) 860-1760",
|
||||
href: "tel:9728601760",
|
||||
}}
|
||||
text: "Call (972) 860-1760", href: "tel:9728601760"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
title="Robotic Lawncare"
|
||||
description="Silent Cuts. Smarter Lawns. Experience the future of lawn care with our advanced robotic landscaping services in DFW and NJ area. Veteran-owned, American-operated, delivering precision cuts with near silent operations."
|
||||
kpis={[
|
||||
{
|
||||
value: "100%",
|
||||
label: "Precision Cuts",
|
||||
},
|
||||
{
|
||||
value: "Near-Silent",
|
||||
label: "Operation",
|
||||
},
|
||||
{
|
||||
value: "Veteran",
|
||||
label: "Owned",
|
||||
},
|
||||
{ value: "100%", label: "Precision Cuts" },
|
||||
{ value: "Near-Silent", label: "Operation" },
|
||||
{ value: "Veteran", label: "Owned" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:9728601760",
|
||||
},
|
||||
{ text: "Get a Free Quote", href: "#contact" },
|
||||
{ text: "Call Now", href: "tel:9728601760" },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhClk5IvooUXDMa0JRBrgttwbu/cinematic-shot-of-a-high-end-robotic-mow-1774932424315-e2998f6d.png"
|
||||
imageAlt="Lasso Lawns Robotic Mower"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhClk5IvooUXDMa0JRBrgttwbu/headshot-of-a-happy-suburban-customer-in-1774932422994-ee1c31c8.png",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhClk5IvooUXDMa0JRBrgttwbu/headshot-of-a-satisfied-customer-1774932425820-02a15459.png",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhClk5IvooUXDMa0JRBrgttwbu/headshot-of-a-customer-looking-at-their--1774932422704-32eaf566.png",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhClk5IvooUXDMa0JRBrgttwbu/headshot-of-a-happy-family-near-their-be-1774932423912-c0a7d8b9.png",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhClk5IvooUXDMa0JRBrgttwbu/professional-and-friendly-veteran-team-m-1774932428209-054ffe53.png",
|
||||
alt: "Team Member",
|
||||
},
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhClk5IvooUXDMa0JRBrgttwbu/headshot-of-a-happy-suburban-customer-in-1774932422994-ee1c31c8.png", alt: "Customer 1" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhClk5IvooUXDMa0JRBrgttwbu/headshot-of-a-satisfied-customer-1774932425820-02a15459.png", alt: "Customer 2" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhClk5IvooUXDMa0JRBrgttwbu/headshot-of-a-customer-looking-at-their--1774932422704-32eaf566.png", alt: "Customer 3" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhClk5IvooUXDMa0JRBrgttwbu/headshot-of-a-happy-family-near-their-be-1774932423912-c0a7d8b9.png", alt: "Customer 4" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhClk5IvooUXDMa0JRBrgttwbu/professional-and-friendly-veteran-team-m-1774932428209-054ffe53.png", alt: "Team Member" },
|
||||
]}
|
||||
avatarText="Trusted by 500+ happy neighbors"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Eco-Friendly",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Silent Operation",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Precision Mowing",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Scheduled Care",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Veteran Owned",
|
||||
},
|
||||
{ type: "text", text: "Eco-Friendly" },
|
||||
{ type: "text", text: "Silent Operation" },
|
||||
{ type: "text", text: "Precision Mowing" },
|
||||
{ type: "text", text: "Scheduled Care" },
|
||||
{ type: "text", text: "Veteran Owned" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -157,32 +85,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Robotic",
|
||||
name: "Robotic Lawn Mowing",
|
||||
price: "Precision cuts, silent daily maintenance.",
|
||||
rating: 5,
|
||||
reviewCount: "100+",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhClk5IvooUXDMa0JRBrgttwbu/a-close-up-of-a-robotic-mower-operating--1774932423666-def70b93.png?_wi=1",
|
||||
},
|
||||
id: "p1", brand: "Robotic", name: "Robotic Lawn Mowing", price: "Precision cuts, silent daily maintenance.", rating: 5,
|
||||
reviewCount: "100+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhClk5IvooUXDMa0JRBrgttwbu/a-close-up-of-a-robotic-mower-operating--1774932423666-def70b93.png"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Surface",
|
||||
name: "Lawn Edging & Surfaces",
|
||||
price: "Perfect lines and manicured borders.",
|
||||
rating: 5,
|
||||
reviewCount: "100+",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhClk5IvooUXDMa0JRBrgttwbu/close-up-of-crisp-clean-lawn-edging-agai-1774932426143-4be74908.png?_wi=1",
|
||||
},
|
||||
id: "p2", brand: "Surface", name: "Lawn Edging & Surfaces", price: "Perfect lines and manicured borders.", rating: 5,
|
||||
reviewCount: "100+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhClk5IvooUXDMa0JRBrgttwbu/close-up-of-crisp-clean-lawn-edging-agai-1774932426143-4be74908.png"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Hedge",
|
||||
name: "Shrub / Hedge Touch-Up",
|
||||
price: "Sharp, clean lines for every shrub.",
|
||||
rating: 5,
|
||||
reviewCount: "100+",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhClk5IvooUXDMa0JRBrgttwbu/neatly-trimmed-garden-hedge-with-profess-1774932424994-db669858.png?_wi=1",
|
||||
},
|
||||
id: "p3", brand: "Hedge", name: "Shrub / Hedge Touch-Up", price: "Sharp, clean lines for every shrub.", rating: 5,
|
||||
reviewCount: "100+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhClk5IvooUXDMa0JRBrgttwbu/neatly-trimmed-garden-hedge-with-profess-1774932424994-db669858.png"},
|
||||
]}
|
||||
title="Our Services"
|
||||
description="Precision robotic care for every corner of your property."
|
||||
@@ -193,35 +103,24 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "About Lasso Lawns",
|
||||
},
|
||||
{ type: "text", content: "About Lasso Lawns" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="why" data-section="why">
|
||||
<FeatureCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Better for You",
|
||||
description: "Less noise, less carbon footprint, and reclaiming your valuable weekends.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhClk5IvooUXDMa0JRBrgttwbu/a-close-up-of-a-robotic-mower-operating--1774932423666-def70b93.png?_wi=2",
|
||||
},
|
||||
title: "Better for You", description: "Less noise, less carbon footprint, and reclaiming your valuable weekends.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhClk5IvooUXDMa0JRBrgttwbu/a-close-up-of-a-robotic-mower-operating--1774932423666-def70b93.png"},
|
||||
{
|
||||
title: "Better for Grass",
|
||||
description: "Micro-mulching promotes thicker turf and nutrient-dense natural fertilization.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhClk5IvooUXDMa0JRBrgttwbu/close-up-of-crisp-clean-lawn-edging-agai-1774932426143-4be74908.png?_wi=2",
|
||||
},
|
||||
title: "Better for Grass", description: "Micro-mulching promotes thicker turf and nutrient-dense natural fertilization.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhClk5IvooUXDMa0JRBrgttwbu/close-up-of-crisp-clean-lawn-edging-agai-1774932426143-4be74908.png"},
|
||||
{
|
||||
title: "Precision Cuts",
|
||||
description: "Every blade is trimmed with robotic accuracy.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhClk5IvooUXDMa0JRBrgttwbu/neatly-trimmed-garden-hedge-with-profess-1774932424994-db669858.png?_wi=2",
|
||||
},
|
||||
title: "Precision Cuts", description: "Every blade is trimmed with robotic accuracy.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhClk5IvooUXDMa0JRBrgttwbu/neatly-trimmed-garden-hedge-with-profess-1774932424994-db669858.png"},
|
||||
]}
|
||||
title="Why Us & Differentiators"
|
||||
description="Traditional mowing damages grass. Robotic mowing is better for your grass and better for you."
|
||||
@@ -235,40 +134,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "Lasso changed my weekend routine completely. My lawn has never looked better.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhClk5IvooUXDMa0JRBrgttwbu/headshot-of-a-happy-suburban-customer-in-1774932422994-ee1c31c8.png",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", handle: "@sarahj", testimonial: "Lasso changed my weekend routine completely. My lawn has never looked better.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhClk5IvooUXDMa0JRBrgttwbu/headshot-of-a-happy-suburban-customer-in-1774932422994-ee1c31c8.png"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mike D.",
|
||||
handle: "@miked",
|
||||
testimonial: "The precision is unbelievable. The silent mower is a game changer for our peaceful neighborhood.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhClk5IvooUXDMa0JRBrgttwbu/headshot-of-a-satisfied-customer-1774932425820-02a15459.png",
|
||||
},
|
||||
id: "t2", name: "Mike D.", handle: "@miked", testimonial: "The precision is unbelievable. The silent mower is a game changer for our peaceful neighborhood.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhClk5IvooUXDMa0JRBrgttwbu/headshot-of-a-satisfied-customer-1774932425820-02a15459.png"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
handle: "@emilyr",
|
||||
testimonial: "Professional, local, and incredibly reliable service. Highly recommend.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhClk5IvooUXDMa0JRBrgttwbu/headshot-of-a-customer-looking-at-their--1774932422704-32eaf566.png",
|
||||
},
|
||||
id: "t3", name: "Emily R.", handle: "@emilyr", testimonial: "Professional, local, and incredibly reliable service. Highly recommend.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhClk5IvooUXDMa0JRBrgttwbu/headshot-of-a-customer-looking-at-their--1774932422704-32eaf566.png"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David K.",
|
||||
handle: "@davidk",
|
||||
testimonial: "Best investment for our lawn health. The grass is lush and green all year.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhClk5IvooUXDMa0JRBrgttwbu/headshot-of-a-happy-family-near-their-be-1774932423912-c0a7d8b9.png",
|
||||
},
|
||||
id: "t4", name: "David K.", handle: "@davidk", testimonial: "Best investment for our lawn health. The grass is lush and green all year.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhClk5IvooUXDMa0JRBrgttwbu/headshot-of-a-happy-family-near-their-be-1774932423912-c0a7d8b9.png"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Chris B.",
|
||||
handle: "@chrisb",
|
||||
testimonial: "My yard has never been greener or healthier. The robots are amazing.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhClk5IvooUXDMa0JRBrgttwbu/professional-and-friendly-veteran-team-m-1774932428209-054ffe53.png",
|
||||
},
|
||||
id: "t5", name: "Chris B.", handle: "@chrisb", testimonial: "My yard has never been greener or healthier. The robots are amazing.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BhClk5IvooUXDMa0JRBrgttwbu/professional-and-friendly-veteran-team-m-1774932428209-054ffe53.png"},
|
||||
]}
|
||||
title="Customer Success"
|
||||
description="Don't just take our word for it—join the movement."
|
||||
@@ -278,9 +152,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
tag="Contact Us"
|
||||
title="Get In Touch"
|
||||
description="Ready to transform your lawn? Contact us today for a free quote."
|
||||
@@ -293,37 +165,17 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Referrals",
|
||||
href: "#offers",
|
||||
},
|
||||
{
|
||||
label: "Google Reviews",
|
||||
href: "#success",
|
||||
},
|
||||
title: "Support", items: [
|
||||
{ label: "FAQ", href: "#" },
|
||||
{ label: "Referrals", href: "#offers" },
|
||||
{ label: "Google Reviews", href: "#success" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user