From 06cd3800109e886b0d5d31d8c9b783e01588b3c4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 19:49:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 133 ++++++++++++----------------------------------- 1 file changed, 33 insertions(+), 100 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d1a665..a16f693 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,27 +16,26 @@ export default function LandingPage() { defaultButtonVariant="expand-hover" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -122,26 +96,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Professional Pruning", - description: "Precise trimming to encourage healthy growth and fruit production for your plants.", - imageSrc: "http://img.b2bpic.net/free-photo/incognito-man-cutting-overgrown-bushes_651396-1551.jpg", - titleIconSrc: "Scissors", - buttonText: "Learn More", - }, + title: "Professional Pruning", description: "Precise trimming to encourage healthy growth and fruit production for your plants.", imageSrc: "http://img.b2bpic.net/free-photo/incognito-man-cutting-overgrown-bushes_651396-1551.jpg", titleIconSrc: "Scissors", buttonText: "Learn More"}, { - title: "Field Plowing", - description: "Heavy-duty soil preparation for fields and gardens ensuring optimal growth conditions.", - imageSrc: "http://img.b2bpic.net/free-photo/trucks-field-cloudy-day-harvest-time_181624-28547.jpg", - titleIconSrc: "Tractor", - buttonText: "Learn More", - }, + title: "Field Plowing", description: "Heavy-duty soil preparation for fields and gardens ensuring optimal growth conditions.", imageSrc: "http://img.b2bpic.net/free-photo/trucks-field-cloudy-day-harvest-time_181624-28547.jpg", titleIconSrc: "Tractor", buttonText: "Learn More"}, { - title: "Landscape Remodels", - description: "Full design and reconstruction services to turn your vision into reality.", - imageSrc: "http://img.b2bpic.net/free-photo/cactus-houseplant-collection-decoration-set_53876-16475.jpg", - titleIconSrc: "Trees", - buttonText: "Learn More", - }, + title: "Landscape Remodels", description: "Full design and reconstruction services to turn your vision into reality.", imageSrc: "http://img.b2bpic.net/free-photo/cactus-houseplant-collection-decoration-set_53876-16475.jpg", titleIconSrc: "Trees", buttonText: "Learn More"}, ]} title="Comprehensive Garden Solutions" description="From soil to sky, we cover the full cycle of your garden's health." @@ -155,40 +114,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Alice Miller", - role: "Homeowner", - testimonial: "Frans turned our neglected backyard into a beautiful citrus oasis. Highly recommend!", - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-garden_23-2147986408.jpg", - }, + id: "1", name: "Alice Miller", role: "Homeowner", testimonial: "Frans turned our neglected backyard into a beautiful citrus oasis. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-garden_23-2147986408.jpg"}, { - id: "2", - name: "John Doe", - role: "Farm Owner", - testimonial: "Reliable plowing and field management. Very professional work.", - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-woman-taking-care-her-plants_23-2148509910.jpg", - }, + id: "2", name: "John Doe", role: "Farm Owner", testimonial: "Reliable plowing and field management. Very professional work.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-woman-taking-care-her-plants_23-2148509910.jpg"}, { - id: "3", - name: "Sarah Smith", - role: "Property Manager", - testimonial: "Consistently excellent pruning and landscape maintenance.", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-gardening-concept_23-2148127947.jpg", - }, + id: "3", name: "Sarah Smith", role: "Property Manager", testimonial: "Consistently excellent pruning and landscape maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-gardening-concept_23-2148127947.jpg"}, { - id: "4", - name: "Mike Ross", - role: "Homeowner", - testimonial: "The garden remodel exceeded my expectations completely.", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12331.jpg", - }, + id: "4", name: "Mike Ross", role: "Homeowner", testimonial: "The garden remodel exceeded my expectations completely.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12331.jpg"}, { - id: "5", - name: "Elena V.", - role: "Gardening Enthusiast", - testimonial: "They truly understand plants. My citrus trees have never looked better.", - imageSrc: "http://img.b2bpic.net/free-photo/girls-taking-pictures-while-hugging_23-2148299394.jpg", - }, + id: "5", name: "Elena V.", role: "Gardening Enthusiast", testimonial: "They truly understand plants. My citrus trees have never looked better.", imageSrc: "http://img.b2bpic.net/free-photo/girls-taking-pictures-while-hugging_23-2148299394.jpg"}, ]} title="Hear From Our Happy Gardeners" description="We are proud to serve our community with dedication and expertise." @@ -199,8 +133,7 @@ export default function LandingPage() {