Files
controls-web/lasuca/factory-information/bagasse-storage.php
2026-02-17 09:29:34 -06:00

46 lines
1.8 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php // phpcs:ignoreFile
$pageTitle = 'Bagasse Storage';
$metaDescription = 'Covered storage and reclaim systems keep LASUCAs 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&nbsp;×&nbsp;75&nbsp;×&nbsp;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&nbsp;×&nbsp;50&nbsp;×&nbsp;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';
?>