Compare commits
4 Commits
version_15
...
version_17
| Author | SHA1 | Date | |
|---|---|---|---|
| e974893d65 | |||
| 21568b0fc3 | |||
| c60a44658b | |||
| f86b52467b |
@@ -51,12 +51,9 @@ export default function LandingPage() {
|
||||
description="American Lawn and Garden LLC provides premium landscaping and garden maintenance for discerning homeowners. We turn your outdoor space into a lush sanctuary. Located at 2014 S Hackberry St, San Antonio, TX 78210. Operating hours: Monday through Friday, 7am - 5pm."
|
||||
buttons={[{ text: "View Services", href: "#services" }, { text: "Contact Us", href: "#contact" }]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/gardener-mowing-lawn_23-2148206894.jpg", imageAlt: "Mowing lawn" },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/landscaper-working-in-garden_23-2148858277.jpg", imageAlt: "Landscaper working" },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/gardener-pruning-hedges_23-2148206898.jpg", imageAlt: "Pruning hedges" },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/lawn-care-professional_23-2148858271.jpg", imageAlt: "Lawn care professional" },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/gardener-raking-leaves_23-2148206900.jpg", imageAlt: "Raking leaves" },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/professional-landscaper-mowing_23-2148858275.jpg", imageAlt: "Mowing professional" },
|
||||
{ imageAlt: "Hero placeholder 1" },
|
||||
{ imageAlt: "Hero placeholder 2" },
|
||||
{ imageAlt: "Hero placeholder 3" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -66,7 +63,6 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{ type: "text", content: "Mastering the Art of " },
|
||||
{ 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" },
|
||||
]}
|
||||
/>
|
||||
@@ -78,14 +74,14 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ id: "s1", title: "Lawn Care & Mowing", tags: ["Maintenance"], imageSrc: "https://img.b2bpic.net/free-photo/gardener-pushing-mower_23-2148206894.jpg" },
|
||||
{ id: "s2", title: "Stone & Hardscape", tags: ["Design"], imageSrc: "https://img.b2bpic.net/free-photo/landscaper-laying-pavers_23-2148858277.jpg" },
|
||||
{ id: "s3", title: "Irrigation Systems", tags: ["Tech"], imageSrc: "https://img.b2bpic.net/free-photo/gardener-fixing-sprinkler_23-2148206898.jpg" },
|
||||
{ id: "s4", title: "Tree Trimming/Removal", tags: ["Maintenance"], imageSrc: "https://img.b2bpic.net/free-photo/gardener-pruning-tree_23-2148858271.jpg" },
|
||||
{ id: "s5", title: "Fencing and Repair", tags: ["Construction"], imageSrc: "https://img.b2bpic.net/free-photo/gardener-installing-fence_23-2148206900.jpg" },
|
||||
{ id: "s6", title: "Masonry Installation", tags: ["Hardscape"], imageSrc: "https://img.b2bpic.net/free-photo/professional-mason-working_23-2148858275.jpg" },
|
||||
{ id: "s7", title: "Sprinkler Repair", tags: ["Tech"], imageSrc: "https://img.b2bpic.net/free-photo/gardener-servicing-sprinkler_23-2148206894.jpg" },
|
||||
{ id: "s8", title: "Aeration & Composting", tags: ["Maintenance"], imageSrc: "https://img.b2bpic.net/free-photo/gardener-aerating-lawn_23-2148858277.jpg" }
|
||||
{ id: "s1", title: "Lawn Care & Mowing", tags: ["Maintenance"] },
|
||||
{ id: "s2", title: "Stone & Hardscape", tags: ["Design"] },
|
||||
{ id: "s3", title: "Irrigation Systems", tags: ["Tech"] },
|
||||
{ id: "s4", title: "Tree Trimming/Removal", tags: ["Maintenance"] },
|
||||
{ id: "s5", title: "Fencing and Repair", tags: ["Construction"] },
|
||||
{ id: "s6", title: "Masonry Installation", tags: ["Hardscape"] },
|
||||
{ id: "s7", title: "Sprinkler Repair", tags: ["Tech"] },
|
||||
{ id: "s8", title: "Aeration & Composting", tags: ["Maintenance"] }
|
||||
]}
|
||||
title="Professional Services"
|
||||
description="Comprehensive landscape solutions tailored to your unique property requirements. We are available Monday through Friday, 7am - 5pm."
|
||||
@@ -130,9 +126,16 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", title: "Exceptional Service", quote: "The team at American Lawn and Garden is incredible! My backyard has never looked this vibrant.", name: "Lift Off", role: "Local Business Owner", imageSrc: "https://img.b2bpic.net/free-photo/professional-gardener-mowing_23-2148206894.jpg" },
|
||||
{ id: "t2", title: "Reliable and Pro", quote: "Professional, punctual, and very talented. Highly recommended for any lawn needs.", name: "Gloria Sitterle", role: "Homeowner", imageSrc: "https://img.b2bpic.net/free-photo/gardener-with-lawn-tools_23-2148858271.jpg" },
|
||||
{ id: "t3", title: "Fantastic Outcome", quote: "My garden feels like a resort. The attention to detail on the stone work is amazing.", name: "Dolores Salazar", role: "Landscape Enthusiast", imageSrc: "https://img.b2bpic.net/free-photo/happy-landscaper-working_23-2148206900.jpg" }
|
||||
{ id: "t1", title: "Exceptional Service", quote: "The team at American Lawn and Garden is incredible! My backyard has never looked this vibrant.", name: "Lift Off", role: "Local Business Owner" },
|
||||
{ id: "t2", title: "Reliable and Pro", quote: "Professional, punctual, and very talented. Highly recommended for any lawn needs.", name: "Gloria Sitterle", role: "Homeowner" },
|
||||
{ id: "t3", title: "Fantastic Outcome", quote: "My garden feels like a resort. The attention to detail on the stone work is amazing.", name: "Dolores Salazar", role: "Landscape Enthusiast" },
|
||||
{ id: "t4", title: "Expert Care", quote: "They transformed my outdoor space into a beautiful sanctuary.", name: "Alejandra Dykes", role: "Satisfied Customer" },
|
||||
{ id: "t5", title: "Impressive Quality", quote: "Consistently great service on every visit.", name: "Shayne Tallant", role: "Loyal Client" },
|
||||
{ id: "t6", title: "Perfect Result", quote: "The best landscaping company in San Antonio!", name: "dalpaogro", role: "Homeowner" },
|
||||
{ id: "t7", title: "Very Impressed", quote: "Quick and efficient work, and a beautiful result.", name: "Maria Gonzalez", role: "Local Customer" },
|
||||
{ id: "t8", title: "Professionalism", quote: "Hard working and detail-oriented staff.", name: "Erin Duffin", role: "Property Owner" },
|
||||
{ id: "t9", title: "Exceeded Expectations", quote: "They handled everything from design to implementation perfectly.", name: "Lori W", role: "Satisfied Client" },
|
||||
{ id: "t10", title: "Top Tier", quote: "American Lawn and Garden is the only service I'll ever use.", name: "Erica R. Davison", role: "Happy Customer" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -149,9 +152,6 @@ export default function LandingPage() {
|
||||
title="FAQs"
|
||||
description="Common inquiries answered."
|
||||
faqsAnimation="slide-up"
|
||||
titleImageWrapperClassName="relative w-full aspect-video overflow-hidden rounded-lg"
|
||||
titleImageClassName="object-cover"
|
||||
titleSegments={[{ type: "image", src: "https://img.b2bpic.net/free-photo/gardener-mowing-lawn_23-2148206894.jpg", alt: "Person cutting grass" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -163,23 +163,20 @@ export default function LandingPage() {
|
||||
title="Ready for a Garden Makeover?"
|
||||
description="Located at 2014 S Hackberry St, San Antonio, TX 78210. 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" }]}
|
||||
className="bg-[url('https://img.b2bpic.net/free-photo/professional-landscaper-mowing_23-2148858275.jpg')] bg-cover bg-center bg-blend-overlay bg-black/50"
|
||||
/>
|
||||
</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: "#" }] },
|
||||
]}
|
||||
logoText="American Lawn & Garden"
|
||||
copyrightText="© 2025 American Lawn & Garden LLC"
|
||||
className="bg-[url('https://img.b2bpic.net/free-photo/gardener-pushing-mower_23-2148206894.jpg')] bg-cover bg-center bg-blend-overlay bg-black/80"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user