diff --git a/src/app/page.tsx b/src/app/page.tsx index 7abd422..788e62b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,116 +31,43 @@ export default function LandingPage() {
@@ -163,21 +90,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Lawn Maintenance", - description: "Regular, precision mowing and trimming to keep your grass perfect.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-bearded-gardener-standing-carrying-modern-hand-hedge-trimmer-park-low-angle-view_7502-10140.jpg", - }, - { - title: "Garden Design", - description: "Customized landscape architecture and plant curation for your garden.", - imageSrc: "http://img.b2bpic.net/free-photo/mossy-ground-middle-cobblestone-pathway_181624-17204.jpg", - }, - { - title: "Irrigation Systems", - description: "Smart, water-efficient irrigation solutions for healthy growth.", - imageSrc: "http://img.b2bpic.net/free-photo/funny-little-girl-playing-with-garden-hose-sunny-backyard_169016-38358.jpg", - }, + { title: "Lawn Maintenance", description: "Regular, precision mowing and trimming to keep your grass perfect.", imageSrc: "http://img.b2bpic.net/free-photo/happy-bearded-gardener-standing-carrying-modern-hand-hedge-trimmer-park-low-angle-view_7502-10140.jpg" }, + { title: "Garden Design", description: "Customized landscape architecture and plant curation for your garden.", imageSrc: "http://img.b2bpic.net/free-photo/mossy-ground-middle-cobblestone-pathway_181624-17204.jpg" }, + { title: "Irrigation Systems", description: "Smart, water-efficient irrigation solutions for healthy growth.", imageSrc: "http://img.b2bpic.net/free-photo/funny-little-girl-playing-with-garden-hose-sunny-backyard_169016-38358.jpg" } ]} title="Our Professional Services" description="Comprehensive landscaping solutions tailored to your unique landscape needs." @@ -190,27 +105,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "1500+", - title: "Projects Completed", - description: "Landscapes transformed to perfection.", - imageSrc: "http://img.b2bpic.net/free-photo/composition-garden-tools_93675-131220.jpg", - }, - { - id: "m2", - value: "40+", - title: "Years Experience", - description: "A legacy of professional growth.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-gardening-tools_23-2148928494.jpg", - }, - { - id: "m3", - value: "98%", - title: "Client Retention", - description: "Reliable partnerships that last.", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-gardening-composition_23-2148128651.jpg", - }, + { id: "m1", value: "1500+", title: "Projects Completed", description: "Landscapes transformed to perfection.", imageSrc: "http://img.b2bpic.net/free-photo/composition-garden-tools_93675-131220.jpg" }, + { id: "m2", value: "40+", title: "Years Experience", description: "A legacy of professional growth.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-gardening-tools_23-2148928494.jpg" }, + { id: "m3", value: "98%", title: "Client Retention", description: "Reliable partnerships that last.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-gardening-composition_23-2148128651.jpg" } ]} title="Why Trust Us" description="Evidence of our commitment to excellence." @@ -224,46 +121,11 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Emily C.", - role: "Homeowner", - company: "Resident", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-elegant-young-woman-hat-posing-selfie-park_1262-12670.jpg", - }, - { - id: "2", - name: "David M.", - role: "Estates Manager", - company: "NorthView", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-modern-stylish-man-casual-cloth-hat-sunglasses-sitting-park-green-grass-eating-red-apple_158538-1997.jpg", - }, - { - id: "3", - name: "Linda P.", - role: "Garden Enthusiast", - company: "Private", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/adorable-senior-couple-having-picnic-outdoors_23-2149109378.jpg", - }, - { - id: "4", - name: "Robert B.", - role: "Property Owner", - company: "Riverside", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer_158595-6970.jpg", - }, - { - id: "5", - name: "Alice T.", - role: "Landscape Client", - company: "Family Estate", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-playing-with-child_23-2149001391.jpg", - }, + { id: "1", name: "Emily C.", role: "Homeowner", company: "Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-elegant-young-woman-hat-posing-selfie-park_1262-12670.jpg" }, + { id: "2", name: "David M.", role: "Estates Manager", company: "NorthView", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-modern-stylish-man-casual-cloth-hat-sunglasses-sitting-park-green-grass-eating-red-apple_158538-1997.jpg" }, + { id: "3", name: "Linda P.", role: "Garden Enthusiast", company: "Private", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/adorable-senior-couple-having-picnic-outdoors_23-2149109378.jpg" }, + { id: "4", name: "Robert B.", role: "Property Owner", company: "Riverside", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer_158595-6970.jpg" }, + { id: "5", name: "Alice T.", role: "Landscape Client", company: "Family Estate", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-playing-with-child_23-2149001391.jpg" } ]} title="Trusted by Homeowners" description="See why clients choose us for their landscaping needs." @@ -274,21 +136,9 @@ export default function LandingPage() { ); -} +} \ No newline at end of file