ruạṛ
<?php /** * Template Name: About Page */ get_header(); ?> <div class="breadcrumbs"> <div class="breadcrumbs-inner"> <a href="<?php echo home_url('/'); ?>">Home</a> <span class="separator">›</span> <span>About</span> </div> </div> <section class="about-hero"> <div class="container reveal"> <span class="section-label">Our Story</span> <h1>About Innovative Equipment</h1> <p style="color:var(--color-text-light);font-size:1.05rem;max-width:600px;margin:0 auto;">Proudly serving New Zealand's vegetable growing industry for over 39 years.</p> </div> </section> <!-- Stats --> <section class="stats-bar"> <div class="stats-grid"> <div class="stat-item reveal"> <div class="stat-number">1986</div> <div class="stat-label">Established</div> </div> <div class="stat-item reveal"> <div class="stat-number">39+</div> <div class="stat-label">Years Experience</div> </div> <div class="stat-item reveal"> <div class="stat-number">NZ Wide</div> <div class="stat-label">Delivery Network</div> </div> </div> </section> <section class="about-content"> <div class="about-content-inner reveal"> <h2>Our History</h2> <p>Innovative Equipment Ltd is a privately owned New Zealand company based in Canterbury, serving the vegetable growing industry for over 39 years. We supply parts for onion, carrot, potato, kumera and beet harvesters from leading manufacturers.</p> <p>Over almost four decades, we have built a reputation for quality, reliability, and fast turnaround. Our same-day dispatch service ensures that growers can get the parts they need without costly delays during the harvest season.</p> <p>We carry an extensive range of stock parts and can also source custom solutions for specific machinery requirements. Whether you need rollers, webs, belting, web joiners, or repair kits — we've got you covered. </p> <h2 style="margin-top:3rem;">What We Supply</h2> <p>Our product range covers all major harvester components:</p> <ul class="about-features"> <li><svg width="20" height="20" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"> <polyline points="20 6 9 17 4 12" /> </svg>Custom belts and webs — PVC protection, square pitch, haulm webs</li> <li><svg width="20" height="20" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"> <polyline points="20 6 9 17 4 12" /> </svg>Rollers — polyurethane, rubber on steel, and steel</li> <li><svg width="20" height="20" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"> <polyline points="20 6 9 17 4 12" /> </svg>Web joiners — SLZS, SLN, ZBK, SLZOL types</li> <li><svg width="20" height="20" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"> <polyline points="20 6 9 17 4 12" /> </svg>Drive components — sprockets, drive rollers, finger drive wheels</li> <li><svg width="20" height="20" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"> <polyline points="20 6 9 17 4 12" /> </svg>Belting, repair kits, and web bars</li> <li><svg width="20" height="20" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"> <polyline points="20 6 9 17 4 12" /> </svg>Destoner stars, rubber parts, and sundry items</li> <li><svg width="20" height="20" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"> <polyline points="20 6 9 17 4 12" /> </svg>Grimme harvester alternative parts</li> </ul> </div> </section> <!-- Partners Section --> <section class="section section-alt"> <div class="container"> <div class="section-header reveal"> <span class="section-label">Our Partners</span> <h2>Brands & Partners</h2> <p>We work with leading agricultural equipment manufacturers worldwide.</p> </div> <div class="partners-grid"> <?php $partners = array('Broekema', 'Hessels', 'Agro Belt', 'Massano', 'AMAC', 'Grimme'); foreach ($partners as $partner): ?> <div class="partner-card reveal"> <h4> <?php echo $partner; ?> </h4> </div> <?php endforeach; ?> </div> </div> </section> <?php get_footer(); ?>
cải xoăn