Compare commits
26 Commits
version_5
...
version_18
| Author | SHA1 | Date | |
|---|---|---|---|
| de47834684 | |||
| 1d3611650c | |||
| e974893d65 | |||
| 21568b0fc3 | |||
| c60a44658b | |||
| f86b52467b | |||
| c62f7bfdf7 | |||
| 2768a2fa4e | |||
| 28d4c237fd | |||
| 8c4df7c88a | |||
| ca920829de | |||
| d401381ef9 | |||
| 8cdc939b38 | |||
| 8919ec175d | |||
| 9ce3047fb1 | |||
| 208440f4f1 | |||
| 0908ebe985 | |||
| 6e283a5af9 | |||
| bcee33b477 | |||
| b9deeea8cd | |||
| 4a07f61a35 | |||
| 3b30133913 | |||
| 54f303ff8d | |||
| 4032159a18 | |||
| a77ce319b3 | |||
| e512731c23 |
@@ -12,7 +12,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Award, Smile, Users, Star } from "lucide-react";
|
||||
import { Award, Smile, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -48,15 +48,12 @@ 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. Operating hours: Monday through Friday, 7am - 5pm."
|
||||
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: "http://img.b2bpic.net/free-photo/town-square-shenzhen_1359-1110.jpg", imageAlt: "Landscape 1" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/male-gardener-harvesting-flower-with-secateurs_23-2148165189.jpg", imageAlt: "Landscape 2" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg", imageAlt: "Landscape 3" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-japanese-garden_23-2149359701.jpg", imageAlt: "Landscape 4" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/street-texture-retro-tuscany-city_1203-5049.jpg", imageAlt: "Landscape 5" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803951.jpg", imageAlt: "Landscape 6" },
|
||||
{ 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: "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: "text", content: " Landscaping" },
|
||||
]}
|
||||
/>
|
||||
@@ -78,9 +74,14 @@ 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"] },
|
||||
{ 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."
|
||||
@@ -94,7 +95,7 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "15+", title: "Years Experience", description: "Expertise you can trust", icon: Award },
|
||||
{ id: "m1", value: "10+", title: "Years Experience", description: "Expertise you can trust", icon: Award },
|
||||
{ id: "m2", value: "500+", title: "Happy Clients", description: "Restored outdoor beauty", icon: Users },
|
||||
{ id: "m3", value: "99%", title: "Satisfied Rate", description: "Excellence every time", icon: Smile },
|
||||
]}
|
||||
@@ -125,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: "http://img.b2bpic.net/free-photo/female-gardener-holding-handle_651396-1543.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: "http://img.b2bpic.net/free-photo/happy-senior-couple-with-flower-pot_23-2148256669.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: "http://img.b2bpic.net/free-photo/senior-man-working-field-with-flowers_329181-12477.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>
|
||||
@@ -153,7 +161,7 @@ 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 at 13467041501. Hours: Mon-Fri, 7am-5pm."
|
||||
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" }]}
|
||||
/>
|
||||
</div>
|
||||
@@ -171,4 +179,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user