Bij Aanbiedingen Groene Hekken Winkel geloven we dat elke tuin een groene oase kan worden – of het nu gaat om een stijlvolle haag, bloeiende bomen of onderhoudsvriendelijke struiken. Sinds onze oprichting hebben we ons toegewijd aan het leveren van hoogwaardige planten tegen onverslaanbare prijzen, rechtstreeks aan tuinliefhebbers in heel Europa.
Onze Missie: Betaalbaar Groen voor Iedereen
Wij begrijpen dat een mooie tuin niet duur hoeft te zijn. Daarom bieden we:
- Kwaliteitsplanten tegen scherpe prijzen dankzij directe inkoop
- Expertadvies over aanplant en verzorging voor optimale groei
- Unieke aanbiedingen met dagelijkse promoties en seizoensacties
- Ruime keuze van hagen tot bijzondere bomen en bodembedekkers
Wat Ons Uniek Maakt
Haagplanten Specialisten
Van klassieke Thuja tot innovatieve Buxus-vervangers – ons assortiment hagen is ongeëvenaard in kwaliteit en diversiteit.
Bomen voor Elke Tuin
Of u nu zoekt naar bloeiende appelbomen, compacte bolbomen of majestueuze leibomen, wij hebben de perfecte match.
Complete Tuinoplossingen
Naast planten bieden we alles voor een gezonde tuin: van bemesting tot natuurlijke bestrijding en bodembedekking.
Onze Belofte aan U
Wij staan voor:
✓ Versheid gegarandeerd: Alle planten worden zorgvuldig geselecteerd en vers geleverd
✓ Kundig advies: Onze groenexperts helpen u graag met persoonlijk advies
✓ Transparante prijzen: Geen verborgen kosten, altijd scherpe aanbiedingen
Begin Vandaag Nog Aan Uw Droomtuin
Ontdek onze dagelijkse aanbiedingen en profiteer van exclusieve kortingen op kwaliteitsplanten. Van prachtige hagen tot bijzondere bomen – bij ons vindt u alles voor een groene, bloeiende tuin.
Bekijk Ons Assortiment
.about-us {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
font-family: ‘Arial’, sans-serif;
color: #333;
line-height: 1.6;
}
.intro-section {
text-align: center;
margin-bottom: 40px;
}
.intro-section h1 {
color: #2a7221;
font-size: 2.5em;
margin-bottom: 20px;
}
.lead-text {
font-size: 1.2em;
color: #555;
}
.mission-section {
background-color: #f8f9f8;
padding: 30px;
border-radius: 8px;
margin-bottom: 40px;
}
.mission-section h2 {
color: #2a7221;
margin-bottom: 20px;
}
.mission-list {
list-style-type: none;
padding-left: 0;
}
.mission-list li {
margin-bottom: 10px;
padding-left: 25px;
position: relative;
}
.mission-list li:before {
content: “•”;
color: #2a7221;
font-size: 1.5em;
position: absolute;
left: 0;
top: -5px;
}
.product-highlights {
margin-bottom: 40px;
}
.product-highlights h2 {
text-align: center;
color: #2a7221;
margin-bottom: 30px;
}
.highlight-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
}
.highlight-item {
background-color: #fff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.highlight-item h3 {
color: #2a7221;
margin-top: 0;
}
.customer-promise {
margin-bottom: 40px;
}
.customer-promise h2 {
color: #2a7221;
text-align: center;
margin-bottom: 30px;
}
.promise-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
}
.promise-item {
display: flex;
align-items: flex-start;
margin-bottom: 15px;
}
.promise-icon {
color: #2a7221;
font-weight: bold;
margin-right: 10px;
font-size: 1.2em;
}
.cta-section {
text-align: center;
background-color: #f0f7ef;
padding: 40px 20px;
border-radius: 8px;
margin-bottom: 40px;
}
.cta-section h2 {
color: #2a7221;
margin-bottom: 20px;
}
.cta-button {
display: inline-block;
background-color: #2a7221;
color: white;
padding: 12px 30px;
text-decoration: none;
border-radius: 4px;
font-weight: bold;
margin-top: 20px;
transition: background-color 0.3s;
}
.cta-button:hover {
background-color: #1d5a16;
}
.contact-info {
text-align: center;
margin-top: 40px;
padding-top: 20px;
border-top: 1px solid #eee;
}
.contact-info h3 {
color: #2a7221;
margin-bottom: 15px;
}
@media (max-width: 768px) {
.highlight-grid, .promise-container {
grid-template-columns: 1fr;
}
.intro-section h1 {
font-size: 2em;
}
}