Add company logo to app header and PDF

This commit is contained in:
Todd
2026-05-26 16:42:00 -04:00
parent f96e23a790
commit 7de185cc45
3 changed files with 10 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

View File

@ -73,6 +73,11 @@ export default function QuoteSummary({ pricing, selections, onBack, onNew }) {
<div className="border-b border-gray-300 pb-4 mb-4">
<div className="flex items-center justify-between">
<div>
<img
src="/images/Logo.jpg"
alt="Company Logo"
className="h-14 mb-2 object-contain"
/>
<h3 className="text-2xl font-bold text-gray-900">
Gate Operator Quote
</h3>

View File

@ -135,6 +135,11 @@ export default function Wizard({ pricing, onLogout }) {
</svg>
Logout
</button>
<img
src="/images/Logo.jpg"
alt="Company Logo"
className="h-16 mx-auto mb-3 object-contain"
/>
<h1 className="text-3xl font-bold text-gray-900">
Gate Operator Quotation System
</h1>