46 lines
1.8 KiB
PHP
46 lines
1.8 KiB
PHP
<?php // phpcs:ignoreFile
|
||
$pageTitle = 'Bagasse Storage';
|
||
$metaDescription = 'Covered storage and reclaim systems keep LASUCA’s bagasse ready for fuel and fiber use.';
|
||
$activeNav = 'factory';
|
||
require __DIR__ . '/../inc/theme-header.php';
|
||
?>
|
||
|
||
<main>
|
||
<header class="hero hero-sub">
|
||
<div class="container">
|
||
<span class="badge">Factory information</span>
|
||
<h1>Bagasse storage</h1>
|
||
<p>
|
||
Purpose-built steel structures and a variable-speed reclaim system protect our bagasse inventory and keep
|
||
fuel flowing to the boilers.
|
||
</p>
|
||
</div>
|
||
</header>
|
||
|
||
<section class="page-section py-5">
|
||
<div class="container">
|
||
<div class="row g-5 align-items-center">
|
||
<div class="col-lg-6">
|
||
<div class="content-card">
|
||
<p>
|
||
A 75 × 75 × 35-foot all-steel building, constructed in 1992, houses the bagasse reclaiming system. The
|
||
6-foot by 80-foot bin conveyor uses a variable-speed hydraulic drive to keep material moving smoothly
|
||
toward the steam plant.
|
||
</p>
|
||
<p>
|
||
In 2002, an additional 71 × 50 × 37-foot steel extension was added on the north side of the original
|
||
structure, expanding covered storage and improving fuel reliability during wet weather windows.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
<div class="col-lg-6 text-center">
|
||
<img src="/images/handling2-2-large.jpg" alt="Covered bagasse storage building" class="img-fluid content-image" />
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
</main>
|
||
|
||
<?php
|
||
require __DIR__ . '/../inc/theme-footer.php';
|
||
?>
|