Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-08 19:15:42 +00:00

View File

@@ -19,88 +19,49 @@ export default function AboutPage() {
const teamMembers = [
{
id: "1",
name: "Kristian",
role: "Founder & Lead Landscaper",
description: "With over 10 years of experience, Kristian leads our team with precision, passion, and a commitment to transforming green spaces with quality and care.",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-businessman-walking-outdoors_171337-19893.jpg?_wi=2",
imageAlt: "Kristian, Founder",
socialLinks: [
id: "1", name: "Kristian", role: "Founder & Lead Landscaper", description: "With over 10 years of experience, Kristian leads our team with precision, passion, and a commitment to transforming green spaces with quality and care.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-businessman-walking-outdoors_171337-19893.jpg", imageAlt: "Kristian, Founder", socialLinks: [
{
icon: Phone,
url: "tel:+39370377051",
},
url: "tel:+39370377051"},
{
icon: Mail,
url: "mailto:info@demagreen.eu",
},
url: "mailto:info@demagreen.eu"},
],
},
{
id: "2",
name: "Marco",
role: "Senior Landscape Designer",
description: "Marco brings creative vision to every project, designing stunning outdoor spaces that blend functionality with natural beauty.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-working-with-weedwacker_329181-20603.jpg?_wi=2",
imageAlt: "Marco, Senior Designer",
socialLinks: [
id: "2", name: "Marco", role: "Senior Landscape Designer", description: "Marco brings creative vision to every project, designing stunning outdoor spaces that blend functionality with natural beauty.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-working-with-weedwacker_329181-20603.jpg", imageAlt: "Marco, Senior Designer", socialLinks: [
{
icon: Phone,
url: "tel:+39370377051",
},
url: "tel:+39370377051"},
],
},
{
id: "3",
name: "Antonio",
role: "Installation Specialist",
description: "Antonio ensures every project is executed with precision and quality craftsmanship. His attention to detail is second to none.",
imageSrc: "http://img.b2bpic.net/free-photo/confident-greenhouse-owner-standing-with-arms-crossed-smiling-camera_637285-1685.jpg?_wi=2",
imageAlt: "Antonio, Installation Specialist",
socialLinks: [
id: "3", name: "Antonio", role: "Installation Specialist", description: "Antonio ensures every project is executed with precision and quality craftsmanship. His attention to detail is second to none.", imageSrc: "http://img.b2bpic.net/free-photo/confident-greenhouse-owner-standing-with-arms-crossed-smiling-camera_637285-1685.jpg", imageAlt: "Antonio, Installation Specialist", socialLinks: [
{
icon: Phone,
url: "tel:+39370377051",
},
url: "tel:+39370377051"},
],
},
];
const valueFeatures = [
{
id: "1",
title: "Quality & Craftsmanship",
description: "Every project is executed with precision and attention to detail. We treat your garden like our own.",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg?_wi=3",
imageAlt: "Quality landscaping work",
},
id: 1,
title: "Quality & Craftsmanship", description: "Every project is executed with precision and attention to detail. We treat your garden like our own.", videoSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg", videoAriaLabel: "Quality landscaping work"},
{
id: "2",
title: "Honest & Transparent",
description: "Fair pricing, clear communication, and no hidden costs. We believe in building trust through transparency.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-creative-male-gardener-shaping-spiral-from-thuja-with-hedge-trimmer-back-yard-side-view_7502-10484.jpg?_wi=3",
imageAlt: "Professional garden maintenance",
},
id: 2,
title: "Honest & Transparent", description: "Fair pricing, clear communication, and no hidden costs. We believe in building trust through transparency.", videoSrc: "http://img.b2bpic.net/free-photo/happy-creative-male-gardener-shaping-spiral-from-thuja-with-hedge-trimmer-back-yard-side-view_7502-10484.jpg", videoAriaLabel: "Professional garden maintenance"},
{
id: "3",
title: "Local & Rooted",
description: "Based in Aulla, Tuscany with deep connections to our community. We're your neighbors, not just contractors.",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-curvy-pathway-forest_181624-44037.jpg?_wi=2",
imageAlt: "Local garden pathway",
},
id: 3,
title: "Local & Rooted", description: "Based in Aulla, Tuscany with deep connections to our community. We're your neighbors, not just contractors.", videoSrc: "http://img.b2bpic.net/free-photo/vertical-shot-curvy-pathway-forest_181624-44037.jpg", videoAriaLabel: "Local garden pathway"},
{
id: "4",
title: "Passionate About Green",
description: "We genuinely love plants, gardens, and outdoor spaces. Your green vision is our mission.",
imageSrc: "http://img.b2bpic.net/free-photo/gardening_23-2148020431.jpg?_wi=3",
imageAlt: "Passionate gardening expertise",
},
id: 4,
title: "Passionate About Green", description: "We genuinely love plants, gardens, and outdoor spaces. Your green vision is our mission.", videoSrc: "http://img.b2bpic.net/free-photo/gardening_23-2148020431.jpg", videoAriaLabel: "Passionate gardening expertise"},
];
const footerColumns = [
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "#services" },
{ label: "Portfolio", href: "#portfolio" },
@@ -109,8 +70,7 @@ export default function AboutPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Garden Design", href: "#services" },
{ label: "Driveway Installation", href: "#services" },
{ label: "Tree & Hedge Pruning", href: "#services" },
@@ -118,8 +78,7 @@ export default function AboutPage() {
],
},
{
title: "Contact Info",
items: [
title: "Contact Info", items: [
{ label: "Via Calamazza 2/A, Aulla MS", href: "#" },
{ label: "+39 370 377 0513", href: "tel:+39370377051" },
{ label: "demagreen.eu", href: "https://demagreen.eu" },
@@ -151,14 +110,12 @@ export default function AboutPage() {
description="Dema Green is a family-run landscaping company with a passion for precision and natural beauty. Founded by Kristian with over a decade of expertise, we transform outdoor spaces throughout Aulla and Massa-Carrara. Our commitment to quality, honesty, and local roots drives every project we undertake."
tag="Our Story"
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/senior-couple-watering-flowers_23-2148256649.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/senior-couple-watering-flowers_23-2148256649.jpg"
imageAlt="Dema Green team"
useInvertedBackground={false}
buttons={[
{
text: "View Our Values",
href: "#values",
},
text: "View Our Values", href: "#values"},
]}
buttonAnimation="slide-up"
/>
@@ -177,9 +134,7 @@ export default function AboutPage() {
gridVariant="three-columns-all-equal-width"
buttons={[
{
text: "Contact Our Team",
href: "contact",
},
text: "Contact Our Team", href: "contact"},
]}
buttonAnimation="slide-up"
/>
@@ -196,9 +151,7 @@ export default function AboutPage() {
useInvertedBackground={false}
buttons={[
{
text: "Let's Work Together",
href: "contact",
},
text: "Let's Work Together", href: "contact"},
]}
buttonAnimation="slide-up"
/>