From 5aae79854b2e8b52066d725c21cce738e781b9ba Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 01:39:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 185 +++++++++++------------------------------------ 1 file changed, 41 insertions(+), 144 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c3da956..a935d35 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -59,9 +51,7 @@ export default function LandingPage() { description="Cutting edge landscaping for premium outdoor living. We transform your lawn into a masterpiece." buttons={[ { - text: "Get Quote", - href: "#contact", - }, + text: "Get Quote", href: "#contact"}, ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/chinese-garden-n-zurich_1112-1143.jpg" @@ -75,13 +65,9 @@ export default function LandingPage() { description="At Daggers, we blend art and nature to craft breathtaking landscapes. With over 15 years of experience, we pride ourselves on sharpness, quality, and reliability." metrics={[ { - value: "500+", - title: "Lawns Transformed", - }, + value: "500+", title: "Lawns Transformed"}, { - value: "15+", - title: "Years Experience", - }, + value: "15+", title: "Years Experience"}, ]} imageSrc="http://img.b2bpic.net/free-photo/professional-gardener-trimming-hedge-yard_342744-537.jpg?_wi=1" mediaAnimation="slide-up" @@ -97,19 +83,13 @@ export default function LandingPage() { features={[ { icon: Sparkles, - title: "Landscape Design", - description: "Custom blueprints for unique backyard beauty.", - }, + title: "Landscape Design", description: "Custom blueprints for unique backyard beauty."}, { icon: Leaf, - title: "Planting & Care", - description: "Expert selection and maintenance of local plants.", - }, + title: "Planting & Care", description: "Expert selection and maintenance of local plants."}, { icon: Wrench, - title: "Hardscaping", - description: "Patios, paths, and retaining walls built to last.", - }, + title: "Hardscaping", description: "Patios, paths, and retaining walls built to last."}, ]} title="Our Professional Services" description="High-quality landscaping services delivered with precision and care." @@ -124,47 +104,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Modern Patio", - price: "Custom Quote", - variant: "Hardscaping", - imageSrc: "http://img.b2bpic.net/free-photo/background-gray-small-paving-stones-with-sprouted-grass-stones-top-view-path-refreshed-by-sun-idea-background-wallpaper_166373-3251.jpg", - }, + id: "1", name: "Modern Patio", price: "Custom Quote", variant: "Hardscaping", imageSrc: "http://img.b2bpic.net/free-photo/background-gray-small-paving-stones-with-sprouted-grass-stones-top-view-path-refreshed-by-sun-idea-background-wallpaper_166373-3251.jpg"}, { - id: "2", - name: "Garden Edge", - price: "Custom Quote", - variant: "Lawn Care", - imageSrc: "http://img.b2bpic.net/free-photo/town-park-with-benches-fireplace_114579-13022.jpg", - }, + id: "2", name: "Garden Edge", price: "Custom Quote", variant: "Lawn Care", imageSrc: "http://img.b2bpic.net/free-photo/town-park-with-benches-fireplace_114579-13022.jpg"}, { - id: "3", - name: "Floral Bed", - price: "Custom Quote", - variant: "Planting", - imageSrc: "http://img.b2bpic.net/free-photo/plants-seen-from_1160-867.jpg", - }, + id: "3", name: "Floral Bed", price: "Custom Quote", variant: "Planting", imageSrc: "http://img.b2bpic.net/free-photo/plants-seen-from_1160-867.jpg"}, { - id: "4", - name: "Stone Path", - price: "Custom Quote", - variant: "Hardscaping", - imageSrc: "http://img.b2bpic.net/free-photo/dirt-path-forest-park-passing-through-stone-ark-serra-bucaco-portugal_181624-34388.jpg", - }, + id: "4", name: "Stone Path", price: "Custom Quote", variant: "Hardscaping", imageSrc: "http://img.b2bpic.net/free-photo/dirt-path-forest-park-passing-through-stone-ark-serra-bucaco-portugal_181624-34388.jpg"}, { - id: "5", - name: "Firepit Area", - price: "Custom Quote", - variant: "Hardscaping", - imageSrc: "http://img.b2bpic.net/free-photo/pool-chair_74190-4576.jpg", - }, + id: "5", name: "Firepit Area", price: "Custom Quote", variant: "Hardscaping", imageSrc: "http://img.b2bpic.net/free-photo/pool-chair_74190-4576.jpg"}, { - id: "6", - name: "Landscape Lighting", - price: "Custom Quote", - variant: "Lighting", - imageSrc: "http://img.b2bpic.net/free-photo/stone-path-with-grass-growing-up_1137-86.jpg", - }, + id: "6", name: "Landscape Lighting", price: "Custom Quote", variant: "Lighting", imageSrc: "http://img.b2bpic.net/free-photo/stone-path-with-grass-growing-up_1137-86.jpg"}, ]} title="Recent Projects" description="Explore our portfolio of transformed landscapes." @@ -177,20 +127,11 @@ export default function LandingPage() { title="Proven Quality" metrics={[ { - id: "m1", - value: "98%", - description: "Client Satisfaction", - }, + id: "m1", value: "98%", description: "Client Satisfaction"}, { - id: "m2", - value: "500+", - description: "Successful Projects", - }, + id: "m2", value: "500+", description: "Successful Projects"}, { - id: "m3", - value: "24/7", - description: "Support Ready", - }, + id: "m3", value: "24/7", description: "Support Ready"}, ]} tag="Reliability" /> @@ -204,45 +145,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "John Doe", - role: "Homeowner", - company: "Client", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/picture-handsome-cheerful-young-farmer-with-thick-beard-spending-weekend-countryside_343059-3615.jpg", - }, + id: "1", name: "John Doe", role: "Homeowner", company: "Client", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/picture-handsome-cheerful-young-farmer-with-thick-beard-spending-weekend-countryside_343059-3615.jpg"}, { - id: "2", - name: "Jane Smith", - role: "Homeowner", - company: "Client", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-outdoors-portrait-beautiful-cheerful-bearded-caucasian-farmer-blue-shirt-gloves-smiling-working-with-garden-tools-his-farm-near-countryside-house_176420-19905.jpg", - }, + id: "2", name: "Jane Smith", role: "Homeowner", company: "Client", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-outdoors-portrait-beautiful-cheerful-bearded-caucasian-farmer-blue-shirt-gloves-smiling-working-with-garden-tools-his-farm-near-countryside-house_176420-19905.jpg"}, { - id: "3", - name: "Robert Fox", - role: "Property Manager", - company: "Client", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-potted-plant_23-2147882154.jpg", - }, + id: "3", name: "Robert Fox", role: "Property Manager", company: "Client", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-potted-plant_23-2147882154.jpg"}, { - id: "4", - name: "Sarah Miller", - role: "Business Owner", - company: "Client", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-woman-posing_23-2148610242.jpg", - }, + id: "4", name: "Sarah Miller", role: "Business Owner", company: "Client", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-woman-posing_23-2148610242.jpg"}, { - id: "5", - name: "Mike Davis", - role: "Homeowner", - company: "Client", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-outdoors_23-2149128132.jpg", - }, + id: "5", name: "Mike Davis", role: "Homeowner", company: "Client", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-outdoors_23-2149128132.jpg"}, ]} title="What Clients Say" description="Read how we've helped homeowners realize their dreams." @@ -255,20 +171,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "Do you provide free consultations?", - content: "Yes, we offer free estimates for all landscaping projects.", - }, + id: "f1", title: "Do you provide free consultations?", content: "Yes, we offer free estimates for all landscaping projects."}, { - id: "f2", - title: "What areas do you serve?", - content: "We serve all neighborhoods within a 30-mile radius.", - }, + id: "f2", title: "What areas do you serve?", content: "We serve all neighborhoods within a 30-mile radius."}, { - id: "f3", - title: "How quickly can you start?", - content: "Depending on our schedule, we can start projects within 1-2 weeks.", - }, + id: "f3", title: "How quickly can you start?", content: "Depending on our schedule, we can start projects within 1-2 weeks."}, ]} title="Frequently Asked Questions" faqsAnimation="slide-up" @@ -280,11 +187,11 @@ export default function LandingPage() { @@ -294,29 +201,19 @@ export default function LandingPage() { ); -} +} \ No newline at end of file