Merge version_1_1781614586767 into main #1

Merged
bender merged 3 commits from version_1_1781614586767 into main 2026-06-16 12:57:47 +00:00
2 changed files with 45 additions and 155 deletions

View File

@@ -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,10 +23,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="Crystal Gardens"
logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=355dv0"
ctaButton={{
text: "Contact Us",
href: "#contact",
}}
text: "Contact Us", href: "#contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -58,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" },
]}
/>
</SectionErrorBoundary>
</StyleProvider>
);
}
}

View File

@@ -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" },
]}
/>
</SectionErrorBoundary>
@@ -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"},
]}
/>
</SectionErrorBoundary>
@@ -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"},
]}
/>
</SectionErrorBoundary>
@@ -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"},
]}
/>
</SectionErrorBoundary>
@@ -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."},
]}
/>
</SectionErrorBoundary>
@@ -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"}}
/>
</SectionErrorBoundary>
</div>
</>
);
}
}