Refactor "Solution Exists" section

This commit is contained in:
gpt-engineer-app[bot]
2025-10-26 10:12:59 +00:00
parent 693442ddd2
commit d1e955867a

View File

@ -101,16 +101,16 @@ const Briefing = () => {
</div> </div>
</section> </section>
{/* Simple Solution */} {/* Demand */}
<section className="py-10 px-6 print-compact"> <section className="py-10 px-6 print-compact">
<div className="max-w-4xl mx-auto"> <div className="max-w-4xl mx-auto">
<div className="bg-card p-6 rounded-lg border-4 border-primary print:shadow-none print:border-black text-center"> <div className="bg-card p-6 rounded-lg border-4 border-primary print:shadow-none print:border-black text-center">
<h3 className="text-3xl font-black text-primary mb-4 print:text-black">THE SOLUTION EXISTS</h3> <h3 className="text-3xl font-black text-primary mb-4 print:text-black">WHAT WE DEMAND</h3>
<p className="text-xl text-foreground font-semibold print:text-black leading-relaxed"> <p className="text-2xl text-foreground font-black mt-4 print:text-black leading-relaxed">
The DoubleTree Hilton has underground parking directly beneath Enterprise Place. Better. Closer. Safer. Parking.
</p> </p>
<p className="text-2xl text-foreground font-black mt-4 print:text-black"> <p className="text-xl text-foreground font-semibold mt-4 print:text-black">
Why don't we have access? The council must provide Enterprise Place residents with a proper parking solution.
</p> </p>
</div> </div>
</div> </div>