From 9c8fed136e1c39e43d4f85c89a5272270f28c36c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 05:46:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 324 +++++++---------------------------------------- 1 file changed, 45 insertions(+), 279 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b4f10c6..dfc43da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,24 +31,13 @@ export default function LandingPage() { @@ -57,64 +46,19 @@ export default function LandingPage() { title="Cabrera Irrigation LLC" description="Premium irrigation and landscape solutions, expertly designed for your property's specific hydration needs." testimonials={[ - { - name: "Alice M.", - handle: "@alicem", - testimonial: "Excellent service and professionalism.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", - }, - { - name: "Bob D.", - handle: "@bobd", - testimonial: "My garden has never looked better.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-engagement_23-2149401310.jpg", - }, - { - name: "Carol W.", - handle: "@carolw", - testimonial: "Efficient irrigation system installation.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-coworkers-reading-news-outdoor_23-2147562316.jpg", - }, - { - name: "David L.", - handle: "@davidl", - testimonial: "Highly recommended for all landscaping.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-talking-while-examining-plants-with-digital-tablet-vegetable-garden_662251-682.jpg", - }, - { - name: "Eve P.", - handle: "@evep", - testimonial: "Professional, on-time, and reliable.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-taking-care-their-plants-greenhouse_23-2149037274.jpg", - }, + { name: "Alice M.", handle: "@alicem", testimonial: "Excellent service and professionalism.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg" }, + { name: "Bob D.", handle: "@bobd", testimonial: "My garden has never looked better.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-engagement_23-2149401310.jpg" }, + { name: "Carol W.", handle: "@carolw", testimonial: "Efficient irrigation system installation.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-coworkers-reading-news-outdoor_23-2147562316.jpg" }, + { name: "David L.", handle: "@davidl", testimonial: "Highly recommended for all landscaping.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-talking-while-examining-plants-with-digital-tablet-vegetable-garden_662251-682.jpg" }, + { name: "Eve P.", handle: "@evep", testimonial: "Professional, on-time, and reliable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-taking-care-their-plants-greenhouse_23-2149037274.jpg" }, ]} imageSrc="http://img.b2bpic.net/free-photo/young-handsome-cheerful-gardener-smiling-watering-taking-care-plants_176420-3834.jpg" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/bearded-man-holding-hose-standing-watering-plants-unrecognizable-blurred-colleague-growing-flowers-two-gardeners-wearing-uniform-working-hothouse-gardening-activity-summer-concept_74855-12690.jpg", - alt: "Bearded man holding hose", - }, - { - src: "http://img.b2bpic.net/free-photo/man-watering-his-plants-his-garden-man-blue-shirt_1157-41444.jpg", - alt: "Man watering plants", - }, - { - src: "http://img.b2bpic.net/free-photo/worker-pours-flowerpoots-girl-black-apron_1157-42016.jpg", - alt: "Worker pouring flowerpots", - }, - { - src: "http://img.b2bpic.net/free-photo/close-up-gardener-watering-with-sprinkler_23-2148396766.jpg", - alt: "Gardener using sprinkler", - }, - { - src: "http://img.b2bpic.net/free-photo/man-standing-sideways-camera-talking-smartphone-outdoors_259150-59320.jpg", - alt: "Client talking on phone", - }, + { src: "http://img.b2bpic.net/free-photo/bearded-man-holding-hose-standing-watering-plants-unrecognizable-blurred-colleague-growing-flowers-two-gardeners-wearing-uniform-working-hothouse-gardening-activity-summer-concept_74855-12690.jpg", alt: "Bearded man holding hose" }, + { src: "http://img.b2bpic.net/free-photo/man-watering-his-plants-his-garden-man-blue-shirt_1157-41444.jpg", alt: "Man watering plants" }, + { src: "http://img.b2bpic.net/free-photo/worker-pours-flowerpoots-girl-black-apron_1157-42016.jpg", alt: "Worker pouring flowerpots" }, + { src: "http://img.b2bpic.net/free-photo/close-up-gardener-watering-with-sprinkler_23-2148396766.jpg", alt: "Gardener using sprinkler" }, + { src: "http://img.b2bpic.net/free-photo/man-standing-sideways-camera-talking-smartphone-outdoors_259150-59320.jpg", alt: "Client talking on phone" }, ]} avatarText="Trusted by 500+ local homeowners" /> @@ -127,18 +71,9 @@ export default function LandingPage() { title="Sustainable Landscaping Expertise" description="At Cabrera Irrigation LLC, we specialize in high-efficiency water management systems and aesthetically pleasing landscape designs. Our mission is to keep your greenery thriving throughout the seasons." bulletPoints={[ - { - title: "Expert Design", - description: "Customized landscape plans for your specific soil and plant needs.", - }, - { - title: "Efficient Hydration", - description: "State-of-the-art smart irrigation systems to maximize water conservation.", - }, - { - title: "Professional Care", - description: "Full-service seasonal maintenance and repair programs.", - }, + { title: "Expert Design", description: "Customized landscape plans for your specific soil and plant needs." }, + { title: "Efficient Hydration", description: "State-of-the-art smart irrigation systems to maximize water conservation." }, + { title: "Professional Care", description: "Full-service seasonal maintenance and repair programs." }, ]} imageSrc="http://img.b2bpic.net/free-photo/young-handsome-cheerful-gardener-smiling-watering-taking-care-plants_176420-3835.jpg" mediaAnimation="slide-up" @@ -151,27 +86,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "f1", - title: "Smart Sprinkler Systems", - subtitle: "Automated precision watering.", - category: "Irrigation", - value: "Premium", - }, - { - id: "f2", - title: "Sustainable Design", - subtitle: "Water-saving, aesthetic layouts.", - category: "Landscape", - value: "Expert", - }, - { - id: "f3", - title: "Seasonal Maintenance", - subtitle: "Year-round care programs.", - category: "Maintenance", - value: "Reliable", - }, + { id: "f1", title: "Smart Sprinkler Systems", subtitle: "Automated precision watering.", category: "Irrigation", value: "Premium" }, + { id: "f2", title: "Sustainable Design", subtitle: "Water-saving, aesthetic layouts.", category: "Landscape", value: "Expert" }, + { id: "f3", title: "Seasonal Maintenance", subtitle: "Year-round care programs.", category: "Maintenance", value: "Reliable" }, ]} title="Our Specialized Services" description="Comprehensive landscaping and water solutions for residential and commercial landscapes." @@ -185,42 +102,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Master Sprinkler", - price: "$150", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-grass-blades-with-water-droplets_23-2152019122.jpg", - }, - { - id: "p2", - name: "Smart Controller", - price: "$300", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-tower-viewer-ground-surrounded-by-cliffs-sea-cloudy-sky_181624-56288.jpg", - }, - { - id: "p3", - name: "Drip Kit", - price: "$120", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-blue-watering-can-front-flowering-plants_23-2147948212.jpg", - }, - { - id: "p4", - name: "Pro Pump", - price: "$500", - imageSrc: "http://img.b2bpic.net/free-photo/hand-water-pump-retro-style-old-water-pump_1391-230.jpg", - }, - { - id: "p5", - name: "Connector Kit", - price: "$45", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-mechanical-screws_23-2148557965.jpg", - }, - { - id: "p6", - name: "Garden Sensor", - price: "$80", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoys-hot-drink-from-thermos-walk-winter_169016-17747.jpg", - }, + { id: "p1", name: "Master Sprinkler", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/close-up-grass-blades-with-water-droplets_23-2152019122.jpg" }, + { id: "p2", name: "Smart Controller", price: "$300", imageSrc: "http://img.b2bpic.net/free-photo/closeup-tower-viewer-ground-surrounded-by-cliffs-sea-cloudy-sky_181624-56288.jpg" }, + { id: "p3", name: "Drip Kit", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/close-up-blue-watering-can-front-flowering-plants_23-2147948212.jpg" }, + { id: "p4", name: "Pro Pump", price: "$500", imageSrc: "http://img.b2bpic.net/free-photo/hand-water-pump-retro-style-old-water-pump_1391-230.jpg" }, + { id: "p5", name: "Connector Kit", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mechanical-screws_23-2148557965.jpg" }, + { id: "p6", name: "Garden Sensor", price: "$80", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoys-hot-drink-from-thermos-walk-winter_169016-17747.jpg" }, ]} title="Premium Irrigation Equipment" description="We only source the highest grade hardware for long-lasting performance." @@ -233,36 +120,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "100+", - title: "Properties Served", - items: [ - "Commercial", - "Residential", - "Public Spaces", - ], - }, - { - id: "m2", - value: "95%", - title: "Water Saved", - items: [ - "Smart Systems", - "Efficiency", - "Sustainability", - ], - }, - { - id: "m3", - value: "10", - title: "Years Experience", - items: [ - "Expert Team", - "Reliability", - "Trust", - ], - }, + { id: "m1", value: "100+", title: "Properties Served", items: ["Commercial", "Residential", "Public Spaces"] }, + { id: "m2", value: "95%", title: "Water Saved", items: ["Smart Systems", "Efficiency", "Sustainability"] }, + { id: "m3", value: "10", title: "Years Experience", items: ["Expert Team", "Reliability", "Trust"] }, ]} title="Proven Performance" description="Our numbers speak for themselves in our commitment to quality." @@ -275,60 +135,16 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Sarah J.", - role: "Owner", - company: "Green Gardens", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12331.jpg", - }, - { - id: "t2", - name: "Mark R.", - role: "Manager", - company: "Local Office", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-watering-his-plants-his-garden-man-blue-shirt-family-works-backyard_1157-41453.jpg", - }, - { - id: "t3", - name: "Elena P.", - role: "Homeowner", - company: "Villa Rose", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-living-farmhouse_23-2150621705.jpg", - }, - { - id: "t4", - name: "Kevin M.", - role: "Business Owner", - company: "Tech Plaza", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-flowerpots_1157-30889.jpg", - }, - { - id: "t5", - name: "Lila B.", - role: "Homeowner", - company: "City Home", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-hat-gardening_1157-38535.jpg", - }, + { id: "t1", name: "Sarah J.", role: "Owner", company: "Green Gardens", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12331.jpg" }, + { id: "t2", name: "Mark R.", role: "Manager", company: "Local Office", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-watering-his-plants-his-garden-man-blue-shirt-family-works-backyard_1157-41453.jpg" }, + { id: "t3", name: "Elena P.", role: "Homeowner", company: "Villa Rose", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-living-farmhouse_23-2150621705.jpg" }, + { id: "t4", name: "Kevin M.", role: "Business Owner", company: "Tech Plaza", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-flowerpots_1157-30889.jpg" }, + { id: "t5", name: "Lila B.", role: "Homeowner", company: "City Home", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-hat-gardening_1157-38535.jpg" }, ]} kpiItems={[ - { - value: "500+", - label: "Projects", - }, - { - value: "99%", - label: "Retention", - }, - { - value: "24/7", - label: "Support", - }, + { value: "500+", label: "Projects" }, + { value: "99%", label: "Retention" }, + { value: "24/7", label: "Support" }, ]} title="Client Success Stories" description="See why property owners trust Cabrera Irrigation." @@ -339,21 +155,9 @@ export default function LandingPage() { -- 2.49.1