diff --git a/src/app/page.tsx b/src/app/page.tsx index 285613a..c6a0579 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,46 +29,29 @@ export default function LandingPage() {
@@ -76,17 +59,11 @@ export default function LandingPage() {
@@ -99,56 +76,18 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Lawn Care", description: "Weekly mowing, trimming, and seasonal cleanup services.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-working-garden-growing-plants-pots-cutting-branches-with-pruner-gardening-job-concept_74855-12893.jpg?_wi=7", imageAlt: "landscaping services maine"}, - items: [ - { - icon: CheckCircle, - text: "Weekly Mowing"}, - { - icon: CheckCircle, - text: "Edging"}, - { - icon: CheckCircle, - text: "Cleanup"}, - ], + title: "Lawn Care", description: "Weekly maintenance packages tailored to keep your lawn perfect.", media: { imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-working-garden-growing-plants-pots-cutting-branches-with-pruner-gardening-job-concept_74855-12893.jpg?_wi=7" }, + items: [{ icon: CheckCircle, text: "Mowing" }, { icon: CheckCircle, text: "Trimming" }, { icon: CheckCircle, text: "Fertilizing" }], reverse: false, }, { - title: "Garden Design", description: "Custom plant selection and garden layout design.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/women-taking-care-their-plants-greenhouse_23-2149037314.jpg", imageAlt: "friendly landscaper team outdoor"}, - items: [ - { - icon: CheckCircle, - text: "Custom Planting"}, - { - icon: CheckCircle, - text: "Soil Prep"}, - { - icon: CheckCircle, - text: "Design"}, - ], + title: "Landscape Design", description: "Professional hardscape and plant installation for stunning outdoor living.", media: { imageSrc: "http://img.b2bpic.net/free-photo/women-taking-care-their-plants-greenhouse_23-2149037314.jpg" }, + items: [{ icon: CheckCircle, text: "Garden Beds" }, { icon: CheckCircle, text: "Hardscaping" }, { icon: CheckCircle, text: "Planting" }], reverse: true, - }, - { - title: "Seasonal Flowers", description: "High-quality, locally sourced plants for every season.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/traditional-exterior-decoration_1137-79.jpg", imageAlt: "seasonal flowers garden bed"}, - items: [ - { - icon: CheckCircle, - text: "Spring Blooms"}, - { - icon: CheckCircle, - text: "Fall Colors"}, - { - icon: CheckCircle, - text: "Maintenance"}, - ], - reverse: false, - }, + } ]} - title="Our Expert Services" - description="From lawn maintenance to full garden design, we handle the hard work so you can enjoy your yard." + title="Our Services" + description="We handle every aspect of your garden and yard care with attention to detail." />
@@ -157,41 +96,25 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "1", title: "Great Service", quote: "Reliable and friendly, they transformed our backyard into a masterpiece.", name: "Sarah Miller", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12293.jpg"}, - { - id: "2", title: "Highly Recommend", quote: "Excellent communication and high-quality work every single time.", name: "John Thompson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/hugging-couple-inside-transparent-bubble-tent-glamping-lush-forest-nature-around_1268-24532.jpg"}, - { - id: "3", title: "Best Prices", quote: "Affordable pricing without compromising on the quality of the plants.", name: "Emily Davis", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-high-spirits-smiles-winks-shows-sign-peace-snapshot-girl-with-notebook-posing-botanical-garden_197531-26056.jpg"}, - { - id: "4", title: "Fast & Professional", quote: "The team worked efficiently and left my garden looking brand new.", name: "Mark Wilson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-florist-her-nursery-standing-holding-potted-combination-succulents-her-hands-as-she-tends-gardenplants-greenhouse_158595-6976.jpg"}, - { - id: "5", title: "Top Quality", quote: "Local roots show in their work ethic and personal care.", name: "Lisa Roberts", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-owner-posing-with-folded-arms-having-many-flowers-colleague-holding-pot-with-pink-chrysanthemums-glass-roof_158595-7128.jpg"}, + { id: "1", title: "Beautiful Results", quote: "They completely revamped our property and it looks incredible.", name: "Sarah Miller", role: "Homeowner" }, + { id: "2", title: "Truly Reliable", quote: "Great communication and fair prices. Highly recommended.", name: "John Thompson", role: "Homeowner" }, ]} - title="What Our Neighbors Say" - description="82 satisfied homeowners in the Bangor region trust us with their yards." + title="Community Reviews" + description="Helping hundreds of homeowners in the Bangor area maintain beautiful landscapes." />
@@ -200,39 +123,13 @@ export default function LandingPage() { ); -} +} \ No newline at end of file