diff --git a/src/app/page.tsx b/src/app/page.tsx index dd03be5..e1b22fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,6 @@ import HeroLogo from "@/components/sections/hero/HeroLogo"; import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo"; import BlogCardThree from "@/components/sections/blog/BlogCardThree"; -import FeatureCardNineteen as FeatureCardNineteenProcess from "@/components/sections/feature/FeatureCardNineteen"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactCenter from "@/components/sections/contact/ContactCenter"; @@ -48,10 +47,10 @@ export default function HomePage() { logoText="Ben Bryant Landscaping" description="Professional landscaping services with integrated client portal for quote requests, project tracking, and seamless communication. Streamline your landscaping business while providing exceptional customer experience." buttons={[ - { text: "Request a Quote", href: "/client-portal" }, - { text: "View Portfolio", href: "#portfolio" }, + { text: "Request a Quote", href: "client-portal" }, + { text: "View Portfolio", href: "portfolio" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/female-legs-woman-using-lawn-mower_651396-1545.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/female-legs-woman-using-lawn-mower_651396-1545.jpg" imageAlt="Professional landscape design" showDimOverlay={true} buttonAnimation="slide-up" @@ -68,39 +67,15 @@ export default function HomePage() { features={[ { id: 1, - tag: "Maintenance", - title: "Lawn Care & Maintenance", - subtitle: "Regular upkeep for a perfect lawn", - description: - "Professional lawn mowing, edging, mulching, and seasonal maintenance. Keep your grass healthy and vibrant year-round with our expert care services.", - imageSrc: - "http://img.b2bpic.net/free-photo/professional-maintenance-worker-uniform-cleaning-city-park-from-dry-fall-leaves-with-hand-blower_7502-10247.jpg?_wi=1", - imageAlt: "Professional lawn maintenance", - buttons: [], + tag: "Maintenance", title: "Lawn Care & Maintenance", subtitle: "Regular upkeep for a perfect lawn", description: "Professional lawn mowing, edging, mulching, and seasonal maintenance. Keep your grass healthy and vibrant year-round with our expert care services.", imageSrc: "http://img.b2bpic.net/free-photo/professional-maintenance-worker-uniform-cleaning-city-park-from-dry-fall-leaves-with-hand-blower_7502-10247.jpg", imageAlt: "Professional lawn maintenance", buttons: [], }, { id: 2, - tag: "Design", - title: "Landscape Design", - subtitle: "Custom designs tailored to your vision", - description: - "Complete landscape design consultation and planning. We create stunning outdoor spaces that enhance your property value and provide outdoor living enjoyment.", - imageSrc: - "http://img.b2bpic.net/free-vector/flat-gardening-landing-page-template_23-2149339057.jpg?_wi=1", - imageAlt: "Landscape design planning", - buttons: [], + tag: "Design", title: "Landscape Design", subtitle: "Custom designs tailored to your vision", description: "Complete landscape design consultation and planning. We create stunning outdoor spaces that enhance your property value and provide outdoor living enjoyment.", imageSrc: "http://img.b2bpic.net/free-vector/flat-gardening-landing-page-template_23-2149339057.jpg", imageAlt: "Landscape design planning", buttons: [], }, { id: 3, - tag: "Construction", - title: "Hardscape Installation", - subtitle: "Patios, walkways, and retaining walls", - description: - "Expert hardscape construction including patios, pathways, retaining walls, and decorative stone work. Durable solutions that add structure and beauty to your landscape.", - imageSrc: - "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-16062.jpg?_wi=1", - imageAlt: "Hardscape installation", - buttons: [], + tag: "Construction", title: "Hardscape Installation", subtitle: "Patios, walkways, and retaining walls", description: "Expert hardscape construction including patios, pathways, retaining walls, and decorative stone work. Durable solutions that add structure and beauty to your landscape.", imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-16062.jpg", imageAlt: "Hardscape installation", buttons: [], }, ]} buttonAnimation="slide-up" @@ -117,58 +92,31 @@ export default function HomePage() { animationType="slide-up" plans={[ { - id: "1", - badge: "Lawn Care", - badgeIcon: Leaf, - price: "$89-150/mo", - subtitle: "Perfect for ongoing maintenance", - buttons: [ - { text: "Get Started", href: "/client-portal" }, - { text: "Learn More", href: "#how-it-works" }, + id: "1", badge: "Lawn Care", badgeIcon: Leaf, + price: "$89-150/mo", subtitle: "Perfect for ongoing maintenance", buttons: [ + { text: "Get Started", href: "client-portal" }, + { text: "Learn More", href: "how-it-works" }, ], features: [ - "Weekly or bi-weekly mowing", - "Edging and trimming", - "Seasonal mulching", - "Debris removal", - "12-month commitment", - ], + "Weekly or bi-weekly mowing", "Edging and trimming", "Seasonal mulching", "Debris removal", "12-month commitment"], }, { - id: "2", - badge: "Design Project", - badgeIcon: Pencil, - price: "$2,500-8,000", - subtitle: "Complete landscape redesign", - buttons: [ - { text: "Request Quote", href: "/client-portal" }, - { text: "View Portfolio", href: "#portfolio" }, + id: "2", badge: "Design Project", badgeIcon: Pencil, + price: "$2,500-8,000", subtitle: "Complete landscape redesign", buttons: [ + { text: "Request Quote", href: "client-portal" }, + { text: "View Portfolio", href: "portfolio" }, ], features: [ - "Full landscape consultation", - "Custom design plans", - "Plant and hardscape recommendations", - "3D visualization", - "Project timeline included", - ], + "Full landscape consultation", "Custom design plans", "Plant and hardscape recommendations", "3D visualization", "Project timeline included"], }, { - id: "3", - badge: "Full Service", - badgeIcon: Star, - price: "Custom Quote", - subtitle: "Design, installation, and maintenance", - buttons: [ - { text: "Contact Us", href: "#contact" }, - { text: "Schedule Consultation", href: "/client-portal" }, + id: "3", badge: "Full Service", badgeIcon: Star, + price: "Custom Quote", subtitle: "Design, installation, and maintenance", buttons: [ + { text: "Contact Us", href: "contact" }, + { text: "Schedule Consultation", href: "client-portal" }, ], features: [ - "Design and installation", - "Ongoing maintenance plan", - "Seasonal adjustments", - "Premium customer support", - "Flexible contract terms", - ], + "Design and installation", "Ongoing maintenance plan", "Seasonal adjustments", "Premium customer support", "Flexible contract terms"], }, ]} /> @@ -184,53 +132,17 @@ export default function HomePage() { animationType="slide-up" blogs={[ { - id: "1", - category: "Residential Transformation", - title: "Modern Backyard Retreat", - excerpt: - "Complete backyard renovation with new patio, landscaping, and outdoor living space.", - imageSrc: - "http://img.b2bpic.net/free-photo/stair-pattern_1203-2595.jpg?_wi=1", - imageAlt: "Modern backyard project", - authorName: "Ben Bryant", - authorAvatar: - "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151099206.jpg", - date: "Completed 2024", - }, + id: "1", category: "Residential Transformation", title: "Modern Backyard Retreat", excerpt: "Complete backyard renovation with new patio, landscaping, and outdoor living space.", imageSrc: "http://img.b2bpic.net/free-photo/stair-pattern_1203-2595.jpg", imageAlt: "Modern backyard project", authorName: "Ben Bryant", authorAvatar: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151099206.jpg", date: "Completed 2024"}, { - id: "2", - category: "Hardscape Design", - title: "Elegant Stone Patio Installation", - excerpt: - "Custom flagstone patio with integrated planting beds and landscape lighting.", - imageSrc: - "http://img.b2bpic.net/free-photo/woman-lounge_23-2147681033.jpg?_wi=1", - imageAlt: "Stone patio project", - authorName: "Ben Bryant", - authorAvatar: - "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151099206.jpg", - date: "Completed 2024", - }, + id: "2", category: "Hardscape Design", title: "Elegant Stone Patio Installation", excerpt: "Custom flagstone patio with integrated planting beds and landscape lighting.", imageSrc: "http://img.b2bpic.net/free-photo/woman-lounge_23-2147681033.jpg", imageAlt: "Stone patio project", authorName: "Ben Bryant", authorAvatar: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151099206.jpg", date: "Completed 2024"}, { - id: "3", - category: "Garden Design", - title: "Sustainable Landscape Design", - excerpt: - "Eco-friendly landscaping with native plants, water features, and xeriscaping principles.", - imageSrc: - "http://img.b2bpic.net/free-photo/cactus-houseplant-collection-decoration-set_53876-31084.jpg", - imageAlt: "Sustainable garden project", - authorName: "Ben Bryant", - authorAvatar: - "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151099206.jpg", - date: "Completed 2024", - }, + id: "3", category: "Garden Design", title: "Sustainable Landscape Design", excerpt: "Eco-friendly landscaping with native plants, water features, and xeriscaping principles.", imageSrc: "http://img.b2bpic.net/free-photo/cactus-houseplant-collection-decoration-set_53876-31084.jpg", imageAlt: "Sustainable garden project", authorName: "Ben Bryant", authorAvatar: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151099206.jpg", date: "Completed 2024"}, ]} />
-
@@ -380,53 +212,21 @@ export default function HomePage() { faqsAnimation="slide-up" faqs={[ { - id: "1", - title: "How do I request a quote?", - content: - "Simply create an account in our client portal and submit a quote request. Upload photos of your project area, describe your vision, and submit. Ben will review your request and provide a custom quote within 2-3 business days.", - }, + id: "1", title: "How do I request a quote?", content: "Simply create an account in our client portal and submit a quote request. Upload photos of your project area, describe your vision, and submit. Ben will review your request and provide a custom quote within 2-3 business days."}, { - id: "2", - title: "Can I track my project status online?", - content: - "Yes! The client portal provides real-time project status tracking. You'll receive notifications as your project moves from pending to accepted, scheduled, and completed stages.", - }, + id: "2", title: "Can I track my project status online?", content: "Yes! The client portal provides real-time project status tracking. You'll receive notifications as your project moves from pending to accepted, scheduled, and completed stages."}, { - id: "3", - title: "What communication methods are available?", - content: - "Use our built-in messaging system to communicate directly with Ben. You'll also receive email notifications for important project updates and status changes.", - }, + id: "3", title: "What communication methods are available?", content: "Use our built-in messaging system to communicate directly with Ben. You'll also receive email notifications for important project updates and status changes."}, { - id: "4", - title: "Are your prices competitive?", - content: - "We offer transparent, competitive pricing for all landscaping services. Our pricing varies based on project scope and complexity. Request a quote to receive a custom estimate.", - }, + id: "4", title: "Are your prices competitive?", content: "We offer transparent, competitive pricing for all landscaping services. Our pricing varies based on project scope and complexity. Request a quote to receive a custom estimate."}, { - id: "5", - title: "How long do projects typically take?", - content: - "Timeline varies by project. Maintenance services are recurring monthly or bi-weekly. Design projects typically take 2-4 weeks from consultation to completion. Installation projects depend on scope and complexity.", - }, + id: "5", title: "How long do projects typically take?", content: "Timeline varies by project. Maintenance services are recurring monthly or bi-weekly. Design projects typically take 2-4 weeks from consultation to completion. Installation projects depend on scope and complexity."}, { - id: "6", - title: "Do you offer seasonal services?", - content: - "Yes, we offer comprehensive seasonal landscaping services including spring cleanup, summer maintenance, fall preparation, and winter care. Ask about our seasonal service packages.", - }, + id: "6", title: "Do you offer seasonal services?", content: "Yes, we offer comprehensive seasonal landscaping services including spring cleanup, summer maintenance, fall preparation, and winter care. Ask about our seasonal service packages."}, { - id: "7", - title: "Is the portal secure?", - content: - "Absolutely. Your portal login is secure and encrypted. All communication and project information is protected with industry-standard security measures.", - }, + id: "7", title: "Is the portal secure?", content: "Absolutely. Your portal login is secure and encrypted. All communication and project information is protected with industry-standard security measures."}, { - id: "8", - title: "Can I reschedule my appointment?", - content: - "Yes! Use the portal to reschedule appointments up to 48 hours before your scheduled service. Contact us directly for emergency rescheduling needs.", - }, + id: "8", title: "Can I reschedule my appointment?", content: "Yes! Use the portal to reschedule appointments up to 48 hours before your scheduled service. Contact us directly for emergency rescheduling needs."}, ]} />