Revert "Solutions for you" section

This commit is contained in:
gpt-engineer-app[bot]
2025-10-26 13:17:49 +00:00
parent 14c78b741b
commit c58437f07c

View File

@ -62,62 +62,17 @@ const Briefing = () => {
</div>
</section>
{/* Proposed Solutions */}
{/* What We Demand */}
<section className="py-12 px-6 bg-muted">
<div className="max-w-4xl mx-auto">
<h2 className="text-3xl font-bold text-primary mb-6">Solutions for You</h2>
<h2 className="text-4xl font-bold text-primary mb-6 text-center">What We Demand</h2>
<div className="bg-accent/10 border-l-4 border-accent p-6 rounded-r-lg mb-6">
<h3 className="text-xl font-semibold text-primary mb-2">The Answer Is Right Beneath Your Feet</h3>
<p className="text-foreground">
The DoubleTree Hilton hotel has an underground car park that runs directly beneath Enterprise Place—beneath YOUR building.
Why don't you have access to parking that sits directly under your homes?
<div className="bg-accent/10 border-l-4 border-accent p-8 rounded-r-lg">
<h3 className="text-3xl font-bold text-primary mb-4">Closer. Safer. More Sustainable. Parking.</h3>
<p className="text-lg text-foreground">
The council must provide Enterprise Place residents with a proper parking solution that addresses the safety concerns and practical needs of our community.
</p>
</div>
<div className="bg-card p-6 rounded-lg shadow-[var(--shadow-card)] border border-border mb-6">
<h3 className="text-lg font-semibold text-primary mb-3">Short-Term Options:</h3>
<ul className="space-y-2 text-foreground text-sm">
<li className="flex items-start">
<span className="text-accent mr-2"></span>
<span>Temporary parking permits for Enterprise Place residents</span>
</li>
<li className="flex items-start">
<span className="text-accent mr-2"></span>
<span>Negotiate with nearby facilities (Dukes Court, Asahi Building)</span>
</li>
<li className="flex items-start">
<span className="text-accent mr-2"></span>
<span>Convert unused sites to temporary parking</span>
</li>
<li className="flex items-start">
<span className="text-accent mr-2"></span>
<span>Discounted rates at town centre carparks</span>
</li>
</ul>
</div>
<div className="bg-card p-6 rounded-lg shadow-[var(--shadow-card)] border border-border">
<h3 className="text-lg font-semibold text-primary mb-3">Long-Term Solutions:</h3>
<ul className="space-y-2 text-foreground text-sm">
<li className="flex items-start">
<span className="text-accent mr-2">1.</span>
<span>Provide access to DoubleTree Hilton underground car park</span>
</li>
<li className="flex items-start">
<span className="text-accent mr-2">2.</span>
<span>Repair and reopen Victoria Way Carpark</span>
</li>
<li className="flex items-start">
<span className="text-accent mr-2">3.</span>
<span>Build new multi-storey parking facility</span>
</li>
<li className="flex items-start">
<span className="text-accent mr-2">4.</span>
<span>Dedicated resident parking zones</span>
</li>
</ul>
</div>
</div>
</section>