Compare commits
8 Commits
version_16
...
version_20
| Author | SHA1 | Date | |
|---|---|---|---|
| 97eda3f7ef | |||
| 5bcaf11814 | |||
| 9d57a73448 | |||
| 20cfa0bc36 | |||
| de47834684 | |||
| 1d3611650c | |||
| e974893d65 | |||
| 21568b0fc3 |
@@ -51,9 +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={[
|
||||
{ imageAlt: "Hero placeholder 1" },
|
||||
{ imageAlt: "Hero placeholder 2" },
|
||||
{ imageAlt: "Hero placeholder 3" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cg0UGKyps5DE1iSGYMVXf6a3y4/uploaded-1776819230561-5rhhbgez.jpg", imageAlt: "Lush green garden landscape" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cg0UGKyps5DE1iSGYMVXf6a3y4/uploaded-1776819604524-0tq85kd0.jpg", imageAlt: "Lush landscaping work" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cg0UGKyps5DE1iSGYMVXf6a3y4/uploaded-1776819604524-fuaxtpp8.jpg", imageAlt: "Detailed gardening result" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -95,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 },
|
||||
]}
|
||||
@@ -128,7 +128,14 @@ export default function LandingPage() {
|
||||
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" },
|
||||
{ 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: "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>
|
||||
|
||||
Reference in New Issue
Block a user