Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-14 19:14:54 +00:00
2 changed files with 12 additions and 12 deletions

View File

@@ -101,7 +101,7 @@ export default function AboutPage() {
<MetricCardTen
title="By The Numbers"
description="Our track record speaks to our commitment to excellence and customer satisfaction."
textboxLayout="centered"
textboxLayout="default"
metrics={[
{
id: "projects",

View File

@@ -93,7 +93,7 @@ export default function HomePage() {
tag="Professional Gardening Services"
tagIcon={Sparkles}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/garden-sunny-day_23-2147663462.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/garden-sunny-day_23-2147663462.jpg"
imageAlt="Beautiful luxury garden landscape in Aberdeen"
buttons={[
{ text: "Get a Free Quote", href: "#quote-form" },
@@ -109,7 +109,7 @@ export default function HomePage() {
<MetricCardTen
title="Why Customers Trust Bluebell"
description="Award-winning service with proven results across Aberdeen and surrounding areas."
textboxLayout="centered"
textboxLayout="default"
metrics={[
{
id: "rating",
@@ -154,7 +154,7 @@ export default function HomePage() {
description="Bluebell Gardening Services provides high-quality landscaping, fencing, and garden maintenance throughout Aberdeen and surrounding areas."
subdescription="We pride ourselves on delivering beautiful outdoor spaces that last—combining expert craftsmanship with affordable pricing. Whether you need a new fence, a complete garden transformation, or regular maintenance, our team is committed to providing exceptional results."
icon={CheckCircle}
imageSrc="http://img.b2bpic.net/free-photo/greenhouse-still-life_23-2148127833.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/greenhouse-still-life_23-2148127833.jpg"
imageAlt="Professional landscaping team at work"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -173,7 +173,7 @@ export default function HomePage() {
id: 1,
title: "Garden Landscaping",
description: "Transform your garden with custom layouts, turfing, patios, and planting designed to enhance your outdoor space. We create stunning focal points and functional outdoor living areas.",
imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-still-life_23-2148127833.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-still-life_23-2148127833.jpg",
imageAlt: "Professional garden landscaping design",
buttons: [{ text: "Learn More", href: "/services" }],
},
@@ -181,7 +181,7 @@ export default function HomePage() {
id: 2,
title: "Fencing Installation",
description: "Strong, stylish fencing installed to the highest standards for privacy and security. We offer various styles and materials to complement your property.",
imageSrc: "http://img.b2bpic.net/free-photo/modern-wooden-fence-lush-green-hedge-garden-landscape_626616-510.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/modern-wooden-fence-lush-green-hedge-garden-landscape_626616-510.jpg",
imageAlt: "Professional fence installation",
buttons: [{ text: "Learn More", href: "/services" }],
},
@@ -189,7 +189,7 @@ export default function HomePage() {
id: 3,
title: "Garden Maintenance",
description: "Regular upkeep including lawn care, trimming, weeding, and seasonal garden work. Keep your garden looking pristine year-round with our expert care.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-shovel-garden-with-trees_181624-33398.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-shovel-garden-with-trees_181624-33398.jpg",
imageAlt: "Professional garden maintenance",
buttons: [{ text: "Learn More", href: "/services" }],
},
@@ -197,7 +197,7 @@ export default function HomePage() {
id: 4,
title: "Garden Design",
description: "Professional planning and layout to turn your ideas into stunning outdoor spaces. Our designers create personalized gardens that suit your lifestyle and budget.",
imageSrc: "http://img.b2bpic.net/free-psd/flat-design-botanical-garden-template_23-2150247671.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-psd/flat-design-botanical-garden-template_23-2150247671.jpg",
imageAlt: "Garden design planning",
buttons: [{ text: "Learn More", href: "/services" }],
},
@@ -220,14 +220,14 @@ export default function HomePage() {
id: "project-1",
name: "Complete Garden Renovation",
price: "Project Complete",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-red-brick-with-roses-background_1353-31.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-red-brick-with-roses-background_1353-31.jpg",
imageAlt: "Before and after garden transformation",
},
{
id: "project-2",
name: "Patio & Fencing Installation",
price: "Client Satisfied",
imageSrc: "http://img.b2bpic.net/free-photo/landscape-beautiful-vacation-garden-blue_1203-4661.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/landscape-beautiful-vacation-garden-blue_1203-4661.jpg",
imageAlt: "New patio and fencing installation project",
},
]}
@@ -273,7 +273,7 @@ export default function HomePage() {
quote: "These guys are fantastic. Got a lovely new fence around front garden. Very reasonably priced. They finished the job to the highest standard and were very professional. Will certainly be keeping their number.",
name: "Christina Nelson",
role: "Aberdeen Homeowner",
imageSrc: "http://img.b2bpic.net/free-photo/man-farming-vegetables-his-indoor-garden_23-2149854887.jpg?_wi=1",
imageSrc: "http://img.b2bpic.net/free-photo/man-farming-vegetables-his-indoor-garden_23-2149854887.jpg",
},
{
id: "review-2",
@@ -323,7 +323,7 @@ export default function HomePage() {
description="Contact Bluebell Gardening Services today for a free consultation and quote. We proudly serve Aberdeen and surrounding areas."
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/young-couple-love-garden_23-2147986408.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/young-couple-love-garden_23-2147986408.jpg"
imageAlt="Beautiful garden transformation showcase"
mediaAnimation="slide-up"
mediaPosition="right"