Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bcee33b477 | |||
| b9deeea8cd | |||
| 4a07f61a35 | |||
| 3b30133913 | |||
| 54f303ff8d | |||
| 4032159a18 | |||
| a77ce319b3 | |||
| e512731c23 | |||
| 9fbeeaadf7 | |||
| b0a5cfbb2b | |||
| 8391be5930 | |||
| d8c4043678 | |||
| b3d8a0a4a0 | |||
| 50e5fabcc4 |
@@ -40,6 +40,7 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="American Lawn & Garden"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cg0UGKyps5DE1iSGYMVXf6a3y4/uploaded-1776817399317-vp6jerhx.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -47,7 +48,7 @@ export default function LandingPage() {
|
||||
<HeroBillboardCarousel
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Elevating Your Outdoor Living"
|
||||
description="American Lawn and Garden LLC provides premium landscaping and garden maintenance for discerning homeowners. We turn your outdoor space into a lush sanctuary."
|
||||
description="American Lawn and Garden LLC provides premium landscaping and garden maintenance for discerning homeowners. We turn your outdoor space into a lush sanctuary. Operating hours: Monday through Friday, 7am - 5pm."
|
||||
buttons={[{ text: "View Services", href: "#services" }, { text: "Contact Us", href: "#contact" }]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/town-square-shenzhen_1359-1110.jpg", imageAlt: "Landscape 1" },
|
||||
@@ -65,7 +66,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{ type: "text", content: "Mastering the Art of " },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/focused-man-wearing-apron-growing-plants-garden-cutting-branches-view-through-glasses-gardening-job-concept_74855-12791.jpg", alt: "Garden detail" },
|
||||
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cg0UGKyps5DE1iSGYMVXf6a3y4/uploaded-1776817399317-vp6jerhx.jpg", alt: "Company Logo" },
|
||||
{ type: "text", content: " Landscaping" },
|
||||
]}
|
||||
/>
|
||||
@@ -77,12 +78,17 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ id: "s1", title: "Lawn Care & Mowing", tags: ["Maintenance"], imageSrc: "http://img.b2bpic.net/free-photo/worker-is-cutting-grass-with-hose_7502-9835.jpg" },
|
||||
{ id: "s2", title: "Stone & Hardscape", tags: ["Design"], imageSrc: "http://img.b2bpic.net/free-photo/stone-surface-with-grass_23-2147625863.jpg" },
|
||||
{ id: "s3", title: "Irrigation Systems", tags: ["Tech"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-gardener-watering-succulent-plant_23-2147844312.jpg" },
|
||||
{ id: "s1", title: "Lawn Care & Mowing", tags: ["Maintenance"], imageSrc: "https://img.b2bpic.net/free-photo/lawn-mower-in-backyard_1303-14470.jpg" },
|
||||
{ id: "s2", title: "Stone & Hardscape", tags: ["Design"], imageSrc: "https://img.b2bpic.net/free-photo/stone-patio-garden-design_23-2149132560.jpg" },
|
||||
{ id: "s3", title: "Irrigation Systems", tags: ["Tech"], imageSrc: "https://img.b2bpic.net/free-photo/sprinkler-system-watering-garden_23-2149021577.jpg" },
|
||||
{ id: "s4", title: "Tree Trimming/Removal", tags: ["Maintenance"], imageSrc: "https://img.b2bpic.net/free-photo/arborist-trimming-tree_23-2148766487.jpg" },
|
||||
{ id: "s5", title: "Fencing and Repair", tags: ["Construction"], imageSrc: "https://img.b2bpic.net/free-photo/wooden-fence-backyard_23-2149162153.jpg" },
|
||||
{ id: "s6", title: "Masonry Installation", tags: ["Hardscape"], imageSrc: "https://img.b2bpic.net/free-photo/masonry-brickwork-garden_23-2149182390.jpg" },
|
||||
{ id: "s7", title: "Sprinkler Repair", tags: ["Tech"], imageSrc: "https://img.b2bpic.net/free-photo/repairing-lawn-sprinkler_23-2149301140.jpg" },
|
||||
{ id: "s8", title: "Aeration & Composting", tags: ["Maintenance"], imageSrc: "https://img.b2bpic.net/free-photo/gardener-aerating-lawn_23-2149401201.jpg" }
|
||||
]}
|
||||
title="Professional Services"
|
||||
description="Comprehensive landscape solutions tailored to your unique property requirements."
|
||||
description="Comprehensive landscape solutions tailored to your unique property requirements. We are available Monday through Friday, 7am - 5pm."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -138,7 +144,7 @@ export default function LandingPage() {
|
||||
faqs={[
|
||||
{ id: "f1", title: "How often do you mow?", content: "Weekly or bi-weekly depending on growth." },
|
||||
{ id: "f2", title: "Do you offer cleanups?", content: "Yes, spring and fall cleanups are available." },
|
||||
{ id: "f3", title: "Can I get a quote?", content: "Yes, we provide free onsite estimates." },
|
||||
{ id: "f3", title: "What are your hours?", content: "We operate Monday through Friday from 7am to 5pm." },
|
||||
]}
|
||||
title="FAQs"
|
||||
description="Common inquiries answered."
|
||||
@@ -152,13 +158,14 @@ export default function LandingPage() {
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Contact Us"
|
||||
title="Ready for a Garden Makeover?"
|
||||
description="Reach out to us to schedule your free consultation today."
|
||||
description="Reach out to us to schedule your free consultation today at 13467041501. Hours: Mon-Fri, 7am-5pm."
|
||||
buttons={[{ text: "Contact Us", href: "mailto:info@americanlawn.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cg0UGKyps5DE1iSGYMVXf6a3y4/uploaded-1776817399317-vp6jerhx.jpg"
|
||||
columns={[
|
||||
{ title: "Explore", items: [{ label: "Services", href: "#services" }, { label: "About", href: "#about" }] },
|
||||
{ title: "Company", items: [{ label: "Contact", href: "#contact" }, { label: "Privacy", href: "#" }] },
|
||||
@@ -170,4 +177,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user