diff --git a/src/app/page.tsx b/src/app/page.tsx index 720fbf5..76e6901 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { CheckCircle, AlertTriangle } from "lucide-react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; @@ -32,22 +33,10 @@ export default function LandingPage() {
@@ -141,36 +83,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - title: "Tree Removal", - description: "Safe and precise tree cutting and removal services.", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-unknown-person-worker-fixing-chainsaw-before-after-deforestation_176532-14592.jpg", - buttonIcon: "CheckCircle", - }, - { - title: "Lawn Maintenance", - description: "Regular mowing, edging, and fertilizing for a healthy lawn.", - imageSrc: "http://img.b2bpic.net/free-photo/young-florist-taking-care-flowers-hands-close-up_176420-2077.jpg", - buttonIcon: "CheckCircle", - }, - { - title: "Garden Design", - description: "Custom landscape design to maximize your yard's potential.", - imageSrc: "http://img.b2bpic.net/free-photo/view-backyard-garden-digital-art-style_23-2151488208.jpg", - buttonIcon: "CheckCircle", - }, - { - title: "Hedge Trimming", - description: "Professional shaping and maintenance of your garden hedges.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cutting-plant-leaves_23-2148905236.jpg", - buttonIcon: "CheckCircle", - }, - { - title: "Emergency Care", - description: "Immediate response for storm-damaged trees and hazards.", - imageSrc: "http://img.b2bpic.net/free-photo/pile-logs-green-forest_181624-42990.jpg", - buttonIcon: "AlertTriangle", - }, + { title: "Tree Removal", description: "Safe and precise tree cutting and removal services.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-unknown-person-worker-fixing-chainsaw-before-after-deforestation_176532-14592.jpg", buttonIcon: CheckCircle }, + { title: "Lawn Maintenance", description: "Regular mowing, edging, and fertilizing for a healthy lawn.", imageSrc: "http://img.b2bpic.net/free-photo/young-florist-taking-care-flowers-hands-close-up_176420-2077.jpg", buttonIcon: CheckCircle }, + { title: "Garden Design", description: "Custom landscape design to maximize your yard's potential.", imageSrc: "http://img.b2bpic.net/free-photo/view-backyard-garden-digital-art-style_23-2151488208.jpg", buttonIcon: CheckCircle }, + { title: "Hedge Trimming", description: "Professional shaping and maintenance of your garden hedges.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cutting-plant-leaves_23-2148905236.jpg", buttonIcon: CheckCircle }, + { title: "Emergency Care", description: "Immediate response for storm-damaged trees and hazards.", imageSrc: "http://img.b2bpic.net/free-photo/pile-logs-green-forest_181624-42990.jpg", buttonIcon: AlertTriangle }, ]} title="Our Expert Services" description="Comprehensive landscaping and tree care tailored to your needs." @@ -184,60 +101,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "p1", - brand: "Design", - name: "Modern Patio Project", - price: "Custom", - rating: 5, - reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/graveyard-background-concept_23-2149585151.jpg", - }, - { - id: "p2", - brand: "Maintenance", - name: "Lawn Refresh", - price: "Custom", - rating: 5, - reviewCount: "8", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-shovel-garden-with-trees_181624-33398.jpg", - }, - { - id: "p3", - brand: "Arborist", - name: "Tree Safety Job", - price: "Custom", - rating: 5, - reviewCount: "15", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-lumberjack-woodcutter-standing-by-tree-trunk-woods-holding-chainsaw_342744-251.jpg", - }, - { - id: "p4", - brand: "Design", - name: "Hedge Architecture", - price: "Custom", - rating: 5, - reviewCount: "6", - imageSrc: "http://img.b2bpic.net/free-photo/professional-male-landscaper-trimming-thuja-tree-with-hedge-trimmer-summer-side-view-male_7502-10143.jpg", - }, - { - id: "p5", - brand: "Design", - name: "Full Garden Makeover", - price: "Custom", - rating: 5, - reviewCount: "10", - imageSrc: "http://img.b2bpic.net/free-photo/people-with-wheelbarrow-working-greenhouse_23-2147768529.jpg", - }, - { - id: "p6", - brand: "Design", - name: "Commercial Landscape", - price: "Custom", - rating: 5, - reviewCount: "9", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-gardener-pruning-seedling-with-secateurs_23-2148165261.jpg", - }, + { id: "p1", brand: "Design", name: "Modern Patio Project", price: "Custom", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/graveyard-background-concept_23-2149585151.jpg" }, + { id: "p2", brand: "Maintenance", name: "Lawn Refresh", price: "Custom", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-shovel-garden-with-trees_181624-33398.jpg" }, + { id: "p3", brand: "Arborist", name: "Tree Safety Job", price: "Custom", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/portrait-lumberjack-woodcutter-standing-by-tree-trunk-woods-holding-chainsaw_342744-251.jpg" }, + { id: "p4", brand: "Design", name: "Hedge Architecture", price: "Custom", rating: 5, reviewCount: "6", imageSrc: "http://img.b2bpic.net/free-photo/professional-male-landscaper-trimming-thuja-tree-with-hedge-trimmer-summer-side-view-male_7502-10143.jpg" }, + { id: "p5", brand: "Design", name: "Full Garden Makeover", price: "Custom", rating: 5, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/people-with-wheelbarrow-working-greenhouse_23-2147768529.jpg" }, + { id: "p6", brand: "Design", name: "Commercial Landscape", price: "Custom", rating: 5, reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-gardener-pruning-seedling-with-secateurs_23-2148165261.jpg" }, ]} title="Recent Projects" description="See some of our favorite transformations." @@ -250,59 +119,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} plans={[ - { - id: "basic", - badge: "Essentials", - price: "$45", - subtitle: "Weekly Lawn Mowing", - buttons: [ - { - text: "Select", - href: "#contact", - }, - ], - features: [ - "Mowing", - "Edging", - "Clipping Cleanup", - ], - }, - { - id: "pro", - badge: "Popular", - price: "$120", - subtitle: "Landscaping Monthly", - buttons: [ - { - text: "Select", - href: "#contact", - }, - ], - features: [ - "Everything in Basic", - "Weeding", - "Hedge Trim", - "Mulch", - ], - }, - { - id: "enterprise", - badge: "Full Care", - price: "$300+", - subtitle: "Total Tree Care", - buttons: [ - { - text: "Get Quote", - href: "#contact", - }, - ], - features: [ - "Tree Inspection", - "Pruning", - "Hazard Removal", - "Stump Grinding", - ], - }, + { id: "basic", badge: "Essentials", price: "$45", subtitle: "Weekly Lawn Mowing", buttons: [{ text: "Select", href: "#contact" }], features: ["Mowing", "Edging", "Clipping Cleanup"] }, + { id: "pro", badge: "Popular", price: "$120", subtitle: "Landscaping Monthly", buttons: [{ text: "Select", href: "#contact" }], features: ["Everything in Basic", "Weeding", "Hedge Trim", "Mulch"] }, + { id: "enterprise", badge: "Full Care", price: "$300+", subtitle: "Total Tree Care", buttons: [{ text: "Get Quote", href: "#contact" }], features: ["Tree Inspection", "Pruning", "Hazard Removal", "Stump Grinding"] }, ]} title="Clear & Simple Pricing" description="Transparent rates for all our services." @@ -315,33 +134,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "15+", - title: "Years Experience", - items: [ - "Expert Team", - "Trusted Local Service", - ], - }, - { - id: "m2", - value: "1.2k+", - title: "Projects Completed", - items: [ - "Happy Homeowners", - "Commercial Trust", - ], - }, - { - id: "m3", - value: "100%", - title: "Satisfaction Rate", - items: [ - "High Quality", - "Reliable Service", - ], - }, + { id: "m1", value: "15+", title: "Years Experience", items: ["Expert Team", "Trusted Local Service"] }, + { id: "m2", value: "1.2k+", title: "Projects Completed", items: ["Happy Homeowners", "Commercial Trust"] }, + { id: "m3", value: "100%", title: "Satisfaction Rate", items: ["High Quality", "Reliable Service"] }, ]} title="Why Choose Us?" description="Proven results for your peace of mind." @@ -354,41 +149,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Sarah Miller", - handle: "@sarahm", - testimonial: "Excellent landscaping service, my yard looks fantastic!", - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-traveling-using-sustainable-mobility_23-2149292681.jpg", - }, - { - id: "2", - name: "Tom Jones", - handle: "@tjones", - testimonial: "Very professional and fast tree removal.", - imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-woman-gardener-uniform-wearing-gardening-hat-holding-camera-with-hoe-rake-isolated-green_141793-87331.jpg", - }, - { - id: "3", - name: "Linda White", - handle: "@lindaw", - testimonial: "Reliable and affordable lawn care.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-with-plants_23-2149383707.jpg", - }, - { - id: "4", - name: "Mark Evans", - handle: "@mevans", - testimonial: "Transformed our backyard completely.", - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-hispanic-woman-holding-lightbulb-inspiration-idea-smiling-happy-doing-ok-sign-with-hand-eye-looking-through-fingers_839833-1729.jpg", - }, - { - id: "5", - name: "Jane Doe", - handle: "@janed", - testimonial: "Highly recommended landscaping experts!", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12331.jpg", - }, + { id: "1", name: "Sarah Miller", handle: "@sarahm", testimonial: "Excellent landscaping service, my yard looks fantastic!", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-traveling-using-sustainable-mobility_23-2149292681.jpg" }, + { id: "2", name: "Tom Jones", handle: "@tjones", testimonial: "Very professional and fast tree removal.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-woman-gardener-uniform-wearing-gardening-hat-holding-camera-with-hoe-rake-isolated-green_141793-87331.jpg" }, + { id: "3", name: "Linda White", handle: "@lindaw", testimonial: "Reliable and affordable lawn care.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-with-plants_23-2149383707.jpg" }, + { id: "4", name: "Mark Evans", handle: "@mevans", testimonial: "Transformed our backyard completely.", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-hispanic-woman-holding-lightbulb-inspiration-idea-smiling-happy-doing-ok-sign-with-hand-eye-looking-through-fingers_839833-1729.jpg" }, + { id: "5", name: "Jane Doe", handle: "@janed", testimonial: "Highly recommended landscaping experts!", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-cute-clothes-reaching-plants-greenhouse_197531-12331.jpg" }, ]} title="Client Reviews" description="Don't just take our word for it." @@ -400,21 +165,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "Do you offer free quotes?", - content: "Yes, we provide free on-site consultations and estimates.", - }, - { - id: "q2", - title: "Are you licensed?", - content: "Yes, we are fully licensed and insured for all our services.", - }, - { - id: "q3", - title: "Do you offer emergency tree removal?", - content: "Yes, we handle emergency tree care needs 24/7.", - }, + { id: "q1", title: "Do you offer free quotes?", content: "Yes, we provide free on-site consultations and estimates." }, + { id: "q2", title: "Are you licensed?", content: "Yes, we are fully licensed and insured for all our services." }, + { id: "q3", title: "Do you offer emergency tree removal?", content: "Yes, we handle emergency tree care needs 24/7." }, ]} imageSrc="http://img.b2bpic.net/free-photo/man-cutting-dried-branches_23-2148396748.jpg" mediaAnimation="slide-up" @@ -427,9 +180,7 @@ export default function LandingPage() {