2 Commits

Author SHA1 Message Date
0908ebe985 Update src/app/page.tsx 2026-04-22 00:39:01 +00:00
6e283a5af9 Merge version_9 into main
Merge version_9 into main
2026-04-22 00:37:13 +00:00

View File

@@ -51,12 +51,12 @@ 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. 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" },
{ imageSrc: "https://img.b2bpic.net/free-photo/landscaping-garden-design_23-2149132560.jpg", imageAlt: "Professional Landscaping 1" },
{ imageSrc: "https://img.b2bpic.net/free-photo/lush-green-garden-backyard_23-2149359701.jpg", imageAlt: "Professional Landscaping 2" },
{ imageSrc: "https://img.b2bpic.net/free-photo/beautiful-well-maintained-garden_23-2149382185.jpg", imageAlt: "Professional Landscaping 3" },
{ imageSrc: "https://img.b2bpic.net/free-photo/modern-backyard-landscaping_1303-14470.jpg", imageAlt: "Professional Landscaping 4" },
{ imageSrc: "https://img.b2bpic.net/free-photo/lush-garden-patio-design_23-2148165189.jpg", imageAlt: "Professional Landscaping 5" },
{ imageSrc: "https://img.b2bpic.net/free-photo/stone-pathway-garden_23-2149401201.jpg", imageAlt: "Professional Landscaping 6" },
]}
/>
</div>
@@ -130,9 +130,9 @@ 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", imageSrc: "https://img.b2bpic.net/free-photo/happy-landscaped-garden-client_23-2148256669.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-smiling-with-plants_651396-1543.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/garden-design-happy-client_329181-12477.jpg" }
]}
/>
</div>