diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d535fa..0ef030a 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 { Zap, Palette, Brick, Droplets } from "lucide-react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; @@ -31,22 +32,10 @@ export default function LandingPage() { @@ -96,9 +62,7 @@ export default function LandingPage() { useInvertedBackground={true} title="About Our Craft" description={[ - "For over a decade, GreenScape has served the community by transforming dull lawns into vibrant retreats. Our passion for plants and precise hardscaping ensures your space remains beautiful year-round.", - "We combine sustainable practices with modern design to provide premium landscaping services that prioritize both quality and nature.", - ]} + "For over a decade, GreenScape has served the community by transforming dull lawns into vibrant retreats. Our passion for plants and precise hardscaping ensures your space remains beautiful year-round.", "We combine sustainable practices with modern design to provide premium landscaping services that prioritize both quality and nature."]} /> @@ -107,30 +71,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Lawn Care", - description: "Weekly maintenance and mowing.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-bearded-gardener-standing-carrying-modern-hand-hedge-trimmer-park-low-angle-view_7502-10140.jpg", - buttonIcon: "Zap", - }, - { - title: "Landscape Design", - description: "Custom design tailored to your home.", - imageSrc: "http://img.b2bpic.net/free-photo/design-plan_53876-176743.jpg", - buttonIcon: "Palette", - }, - { - title: "Hardscaping", - description: "Patio and walkway construction.", - imageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1029.jpg", - buttonIcon: "Brick", - }, - { - title: "Irrigation", - description: "Advanced watering systems installed.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-works-garden_1157-24647.jpg", - buttonIcon: "Droplets", - }, + { title: "Lawn Care", description: "Weekly maintenance and mowing.", imageSrc: "http://img.b2bpic.net/free-photo/happy-bearded-gardener-standing-carrying-modern-hand-hedge-trimmer-park-low-angle-view_7502-10140.jpg", buttonIcon: Zap }, + { title: "Landscape Design", description: "Custom design tailored to your home.", imageSrc: "http://img.b2bpic.net/free-photo/design-plan_53876-176743.jpg", buttonIcon: Palette }, + { title: "Hardscaping", description: "Patio and walkway construction.", imageSrc: "http://img.b2bpic.net/free-photo/stepping-stone-garden-path_1252-1029.jpg", buttonIcon: Brick }, + { title: "Irrigation", description: "Advanced watering systems installed.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-works-garden_1157-24647.jpg", buttonIcon: Droplets }, ]} title="Our Expert Services" description="Comprehensive landscaping solutions tailored to the unique climate and needs of your specific property." @@ -143,30 +87,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "15+", - title: "Years Experience", - items: [ - "Serving thousands of homes", - ], - }, - { - id: "m2", - value: "2000+", - title: "Projects Completed", - items: [ - "Gardens and patios transformed", - ], - }, - { - id: "m3", - value: "100%", - title: "Customer Satisfaction", - items: [ - "Dedicated to your happiness", - ], - }, + { id: "m1", value: "15+", title: "Years Experience", items: ["Serving thousands of homes"] }, + { id: "m2", value: "2000+", title: "Projects Completed", items: ["Gardens and patios transformed"] }, + { id: "m3", value: "100%", title: "Customer Satisfaction", items: ["Dedicated to your happiness"] }, ]} title="Our Impact" description="Evidence of the care we put into every project." @@ -178,46 +101,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "1", - title: "Great Lawn Care", - quote: "GreenScape made my yard look like a park.", - name: "Alice Johnson", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-engagement_23-2149401310.jpg", - }, - { - id: "2", - title: "Beautiful Patio", - quote: "The team was professional and fast.", - name: "Mark Roberts", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/female-teen-her-mother-taking-care-backyard-plants_7502-9662.jpg", - }, - { - id: "3", - title: "Excellent Design", - quote: "Their design eye is truly remarkable.", - name: "Emily Chen", - role: "Architect", - imageSrc: "http://img.b2bpic.net/free-photo/botanical-business-retail-village-floral-bloom_53876-23404.jpg", - }, - { - id: "4", - title: "Fantastic Service", - quote: "I highly recommend their team.", - name: "David Smith", - role: "Professional", - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-showing-care-support-from-people-community_23-2151261262.jpg", - }, - { - id: "5", - title: "Best in Class", - quote: "Reliable, consistent, and beautiful.", - name: "Sarah Miller", - role: "Designer", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12311.jpg", - }, + { id: "1", title: "Great Lawn Care", quote: "GreenScape made my yard look like a park.", name: "Alice Johnson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-engagement_23-2149401310.jpg" }, + { id: "2", title: "Beautiful Patio", quote: "The team was professional and fast.", name: "Mark Roberts", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/female-teen-her-mother-taking-care-backyard-plants_7502-9662.jpg" }, + { id: "3", title: "Excellent Design", quote: "Their design eye is truly remarkable.", name: "Emily Chen", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/botanical-business-retail-village-floral-bloom_53876-23404.jpg" }, + { id: "4", title: "Fantastic Service", quote: "I highly recommend their team.", name: "David Smith", role: "Professional", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-showing-care-support-from-people-community_23-2151261262.jpg" }, + { id: "5", title: "Best in Class", quote: "Reliable, consistent, and beautiful.", name: "Sarah Miller", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12311.jpg" }, ]} title="Client Stories" description="Hear from our happy neighbors." @@ -229,14 +117,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "GreenSupplies", - "HomeDepot", - "LawnPartners", - "GardenExpertise", - "StoneSupplyCo", - "IrrigateTech", - "EcoGrowth", - ]} + "GreenSupplies", "HomeDepot", "LawnPartners", "GardenExpertise", "StoneSupplyCo", "IrrigateTech", "EcoGrowth"]} title="Trusted Partners" description="Working with top local suppliers and providers." /> @@ -247,21 +128,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "Do you provide estimates?", - content: "Yes, we offer free on-site consultations.", - }, - { - id: "q2", - title: "How often do you mow?", - content: "We offer weekly or bi-weekly schedules.", - }, - { - id: "q3", - title: "Do you use organic fertilizer?", - content: "We offer several eco-friendly care plans.", - }, + { id: "q1", title: "Do you provide estimates?", content: "Yes, we offer free on-site consultations." }, + { id: "q2", title: "How often do you mow?", content: "We offer weekly or bi-weekly schedules." }, + { id: "q3", title: "Do you use organic fertilizer?", content: "We offer several eco-friendly care plans." }, ]} title="Frequently Asked Questions" description="Everything you need to know about our services." @@ -275,21 +144,11 @@ export default function LandingPage() { title="Start Your Project" description="Fill out the form below to get a free consultation for your next outdoor project." inputs={[ - { - name: "name", - type: "text", - placeholder: "Name", - }, - { - name: "email", - type: "email", - placeholder: "Email", - }, + { name: "name", type: "text", placeholder: "Name" }, + { name: "email", type: "email", placeholder: "Email" }, ]} textarea={{ - name: "message", - placeholder: "Describe your landscaping needs...", - }} + name: "message", placeholder: "Describe your landscaping needs..."}} imageSrc="http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer-using-laptop_158595-7050.jpg" /> @@ -297,14 +156,8 @@ export default function LandingPage() {