From 46bb85578118e62e6fc355df57bfe34eaebabff5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 01:25:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 275 +++++++++-------------------------------------- 1 file changed, 51 insertions(+), 224 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b73bd3..2b2c324 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Shield } from "lucide-react"; +import { Shield, Camera, Users, Zap, Award, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -30,24 +30,7 @@ export default function LandingPage() { @@ -55,42 +38,22 @@ export default function LandingPage() {
@@ -98,14 +61,15 @@ export default function LandingPage() {
@@ -116,43 +80,19 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "1", - title: "Regular Mowing", - subtitle: "Weekly or bi-weekly cuts", - category: "Maintenance", - value: "Essential", + id: "1", title: "Turf Maintenance", subtitle: "Precision mowing & edging", category: "Services", value: "Daily Content" }, { - id: "2", - title: "Fertilization", - subtitle: "Deep root nourishment", - category: "Health", - value: "Advanced", + id: "2", title: "Seasonal Fertilization", subtitle: "Expert nutrients for growth", category: "Services", value: "Pro Tip" }, { - id: "3", - title: "Hedge Trimming", - subtitle: "Precision shape control", - category: "Styling", - value: "Professional", - }, - { - id: "4", - title: "Weed Control", - subtitle: "Keep your lawn lush", - category: "Maintenance", - value: "Essential", - }, - { - id: "5", - title: "Lawn Aeration", - subtitle: "Improve soil health", - category: "Health", - value: "Advanced", - }, + id: "3", title: "Hedge Shaping", subtitle: "Perfectly trimmed greenery", category: "Services", value: "Visual Results" + } ]} - title="Our Professional Services" - description="Comprehensive lawn management tailored to your specific garden needs." + title="What We Share" + description="Check our profile for professional insights and transformation showcases." + tag="Feed Highlights" + tagIcon={Zap} /> @@ -163,56 +103,18 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", - price: "$45", - name: "Starter", - buttons: [ + id: "basic", price: "DM Us", name: "Free Estimate", buttons: [ { - text: "Select", - href: "#contact", - }, + text: "Contact for Quote", href: "#contact"}, ], features: [ - "Mowing", - "Edging", - "Clipping Removal", - ], - }, - { - id: "pro", - price: "$85", - name: "Standard", - buttons: [ - { - text: "Select", - href: "#contact", - }, - ], - features: [ - "Starter Features", - "Fertilization", - "Weed Control", - ], - }, - { - id: "premium", - price: "$125", - name: "Premium", - buttons: [ - { - text: "Select", - href: "#contact", - }, - ], - features: [ - "Pro Features", - "Deep Soil Aeration", - "Mulching", - ], - }, + "Professional Consultation", "Personalized Yard Plan", "Competitive Pricing"], + } ]} - title="Lawn Care Plans" - description="Flexible plans for every garden size and season." + title="Ready for a Makeover?" + description="Get in touch for a tailored lawn care plan today." + tag="Pricing" + tagIcon={Users} /> @@ -221,85 +123,28 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Mark Stevens", - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-gardener-smiling-watering-taking-care-plants_176420-3815.jpg", - }, + id: "1", name: "Local Customer", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-gardener-smiling-watering-taking-care-plants_176420-3815.jpg"}, { - id: "2", - name: "Alice Johnson", - imageSrc: "http://img.b2bpic.net/free-photo/man-riding-scooter-outside_23-2149019498.jpg", - }, - { - id: "3", - name: "Robert Miller", - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-his-laughing-daughter-sitting-table_259150-59411.jpg", - }, - { - id: "4", - name: "Sarah Davis", - imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg", - }, - { - id: "5", - name: "Tom Baker", - imageSrc: "http://img.b2bpic.net/free-photo/adorable-senior-couple-being-affectionate-while-taking-walk_23-2149109382.jpg", - }, + id: "2", name: "Happy Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/man-riding-scooter-outside_23-2149019498.jpg"} ]} - cardTitle="Client Reviews" - cardTag="Trusted by locals" + cardTitle="Transformation Results" + cardTag="Featured Work" + cardTagIcon={Camera} cardAnimation="slide-up" /> -
- -
-
@@ -307,37 +152,19 @@ export default function LandingPage() {
); -} +} \ No newline at end of file