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"}, ]} />