From 7077f5d74edb355d48b5b48dc8d4ad782deae9c7 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 16 Jun 2026 12:57:25 +0000 Subject: [PATCH 1/3] Bob AI: fix build error in src/components/Layout.tsx --- src/components/Layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index ecbfac6..49b2380 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -44,6 +44,7 @@ export default function Layout() { Date: Tue, 16 Jun 2026 12:57:43 +0000 Subject: [PATCH 2/3] Update src/components/Layout.tsx --- src/components/Layout.tsx | 58 +++++++++------------------------------ 1 file changed, 13 insertions(+), 45 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 49b2380..f301898 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -8,34 +8,13 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ - { - "name": "Home", - "href": "#hero" - }, - { - "name": "About", - "href": "#about" - }, - { - "name": "Services", - "href": "#services" - }, - { - "name": "Testimonials", - "href": "#testimonials" - }, - { - "name": "Maintenance", - "href": "#maintenance" - }, - { - "name": "Faq", - "href": "#faq" - }, - { - "name": "Contact", - "href": "#contact" - } + { name: "Home", href: "#hero" }, + { name: "About", href: "#about" }, + { name: "Services", href: "#services" }, + { name: "Testimonials", href: "#testimonials" }, + { name: "Maintenance", href: "#maintenance" }, + { name: "Faq", href: "#faq" }, + { name: "Contact", href: "#contact" } ]; return ( @@ -44,11 +23,9 @@ export default function Layout() {
@@ -59,21 +36,12 @@ export default function Layout() { brand="Crystal Gardens Landscape & Gardening Services" copyright="© 2024 Crystal Gardens. All rights reserved." socialLinks={[ - { - icon: Facebook, - href: "https://facebook.com", - }, - { - icon: Instagram, - href: "https://instagram.com", - }, - { - icon: Twitter, - href: "https://twitter.com", - }, + { icon: "Facebook", href: "https://facebook.com" }, + { icon: "Instagram", href: "https://instagram.com" }, + { icon: "Twitter", href: "https://twitter.com" }, ]} /> ); -} +} \ No newline at end of file -- 2.49.1 From b0fa6197b60ad26109760262bdab0b9a226fd516 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 12:57:43 +0000 Subject: [PATCH 3/3] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 143 +++++++++-------------------------------- 1 file changed, 32 insertions(+), 111 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 8ba3045..b58ca1b 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -17,29 +17,15 @@ export default function HomePage() { title="Transforming Spaces into Living Landscapes" description="Crystal Gardens delivers professional landscaping, garden design, and maintenance services across Nairobi and beyond. With over 20 years of experience, we bring your vision to life." primaryButton={{ - text: "Book a Consultation", - href: "#contact", - }} + text: "Book a Consultation", href: "#contact"}} secondaryButton={{ - text: "View Our Services", - href: "#services", - }} + text: "View Our Services", href: "#services"}} items={[ - { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-greenhouse_23-2149098274.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/old-wooden-dock-with-murky-water_181624-21560.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/grassland-landscape-greening-environment-park-background_1112-1177.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/brunet-handyman-protective-shield-standing-with-cordless-chain-saw-while-working-backyard_7502-10173.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-manicured-green-mown-lawn-ai-generated-image_587448-1395.jpg", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-greenhouse_23-2149098274.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/old-wooden-dock-with-murky-water_181624-21560.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/grassland-landscape-greening-environment-park-background_1112-1177.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/brunet-handyman-protective-shield-standing-with-cordless-chain-saw-while-working-backyard_7502-10173.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-manicured-green-mown-lawn-ai-generated-image_587448-1395.jpg" }, ]} /> @@ -65,32 +51,14 @@ export default function HomePage() { description="From garden design to complex construction, we provide end-to-end solutions for residential and commercial properties." items={[ { - title: "Retaining Walls", - description: "Expert construction of durable retaining walls to define your landscape and manage soil stability.", - tags: [ - "Construction", - "Hardscaping", - ], - imageSrc: "http://img.b2bpic.net/free-photo/gray-brick-wall-background_1372-494.jpg", - }, + title: "Retaining Walls", description: "Expert construction of durable retaining walls to define your landscape and manage soil stability.", tags: ["Construction", "Hardscaping"], + imageSrc: "http://img.b2bpic.net/free-photo/gray-brick-wall-background_1372-494.jpg"}, { - title: "Lawn & Garden Care", - description: "Full-service lawn maintenance, grass seeding, and soil preparation to ensure year-round vitality.", - tags: [ - "Maintenance", - "Lawn Care", - ], - imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41432.jpg", - }, + title: "Lawn & Garden Care", description: "Full-service lawn maintenance, grass seeding, and soil preparation to ensure year-round vitality.", tags: ["Maintenance", "Lawn Care"], + imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41432.jpg"}, { - title: "Design & Water Features", - description: "Bespoke garden design plans and professional water feature installations that elevate your property.", - tags: [ - "Design", - "Water Features", - ], - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-eco-friendly-wind-power-project-with-paper-plans_23-2148847792.jpg", - }, + title: "Design & Water Features", description: "Bespoke garden design plans and professional water feature installations that elevate your property.", tags: ["Design", "Water Features"], + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-eco-friendly-wind-power-project-with-paper-plans_23-2148847792.jpg"}, ]} /> @@ -104,23 +72,11 @@ export default function HomePage() { description="We blend artistic vision with technical precision to deliver sustainable, beautiful gardens." metrics={[ { - value: "20+", - title: "Years Experience", - description: "Delivering excellence across East Africa since 2004.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-cutting-pine-branches_23-2148396753.jpg", - }, + value: "20+", title: "Years Experience", description: "Delivering excellence across East Africa since 2004.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-cutting-pine-branches_23-2148396753.jpg"}, { - value: "1500+", - title: "Trees Planted", - description: "Dedicated to pruning, cutting, and sustainable management.", - imageSrc: "http://img.b2bpic.net/free-photo/cropped-view-gardening-worker-wearing-protective-gloves-while-trimming-plants_344912-2285.jpg", - }, + value: "1500+", title: "Trees Planted", description: "Dedicated to pruning, cutting, and sustainable management.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-view-gardening-worker-wearing-protective-gloves-while-trimming-plants_344912-2285.jpg"}, { - value: "500+", - title: "Projects Completed", - description: "From pathways to complete property remodels.", - imageSrc: "http://img.b2bpic.net/free-photo/brutal-beard-worker-man-suit-construction-worker-safety-orange-helmet-with-pallet-truck_627829-11411.jpg", - }, + value: "500+", title: "Projects Completed", description: "From pathways to complete property remodels.", imageSrc: "http://img.b2bpic.net/free-photo/brutal-beard-worker-man-suit-construction-worker-safety-orange-helmet-with-pallet-truck_627829-11411.jpg"}, ]} /> @@ -134,45 +90,20 @@ export default function HomePage() { description="Delivering beautiful gardens across Nairobi, Juba, and beyond." testimonials={[ { - id: "1", - name: "Sarah J.", - role: "Homeowner", - quote: "Crystal Gardens transformed my messy backyard into an oasis. Their professionalism is unmatched.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-woman-smiling-holding-flower-florist-replanting-flowers-ceramic-pot-using-shovel-gloves-fertil-soil-flowers-house-decoration_482257-4291.jpg", - }, + name: "Sarah J.", role: "Homeowner", quote: "Crystal Gardens transformed my messy backyard into an oasis. Their professionalism is unmatched.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-woman-smiling-holding-flower-florist-replanting-flowers-ceramic-pot-using-shovel-gloves-fertil-soil-flowers-house-decoration_482257-4291.jpg"}, { - id: "2", - name: "Mark D.", - role: "Commercial Client", - quote: "Reliable maintenance and expert advice. The garden looks better than ever.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-couple-with-flower-pot_23-2148256669.jpg", - }, + name: "Mark D.", role: "Commercial Client", quote: "Reliable maintenance and expert advice. The garden looks better than ever.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-couple-with-flower-pot_23-2148256669.jpg"}, { - id: "3", - name: "Emily R.", - role: "Property Manager", - quote: "Their knowledge of plant language and soil health is impressive. Truly experts.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-while-out-city_23-2148573045.jpg", - }, + name: "Emily R.", role: "Property Manager", quote: "Their knowledge of plant language and soil health is impressive. Truly experts.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/man-talking-phone-while-out-city_23-2148573045.jpg"}, { - id: "4", - name: "David K.", - role: "Homeowner", - quote: "Great communication and fair packages. They really understand gardening.", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12315.jpg", - }, + name: "David K.", role: "Homeowner", quote: "Great communication and fair packages. They really understand gardening.", rating: 4, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12315.jpg"}, { - id: "5", - name: "Lucy M.", - role: "Homeowner", - quote: "Best landscape construction team in the region. Highly recommended.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-female-gardener-looking-camera_23-2147918720.jpg", - }, + name: "Lucy M.", role: "Homeowner", quote: "Best landscape construction team in the region. Highly recommended.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-female-gardener-looking-camera_23-2147918720.jpg"}, ]} /> @@ -186,17 +117,11 @@ export default function HomePage() { description="Answers to your queries about our landscaping and maintenance services." items={[ { - question: "Where do you operate?", - answer: "We provide landscaping services throughout Nairobi, Kenya, and have experience delivering projects in Arusha, Juba, and Kampala.", - }, + question: "Where do you operate?", answer: "We provide landscaping services throughout Nairobi, Kenya, and have experience delivering projects in Arusha, Juba, and Kampala."}, { - question: "Do you offer maintenance packages?", - answer: "Yes, we have flexible garden maintenance packages tailored to your budget and needs.", - }, + question: "Do you offer maintenance packages?", answer: "Yes, we have flexible garden maintenance packages tailored to your budget and needs."}, { - question: "Can you handle complex construction?", - answer: "Absolutely, we specialize in retaining walls, paving, fencing solutions, and home remodelling works.", - }, + question: "Can you handle complex construction?", answer: "Absolutely, we specialize in retaining walls, paving, fencing solutions, and home remodelling works."}, ]} /> @@ -208,16 +133,12 @@ export default function HomePage() { tag="Get in touch" text="Ready to transform your outdoor space? Call us at 0722 447283 or book a site visit today." primaryButton={{ - text: "Call Now", - href: "tel:+254722447283", - }} + text: "Call Now", href: "tel:+254722447283"}} secondaryButton={{ - text: "Send a Message", - href: "mailto:info@crystalgardens.co.ke", - }} + text: "Send a Message", href: "mailto:info@crystalgardens.co.ke"}} /> ); -} +} \ No newline at end of file -- 2.49.1