Files
For-Real-Consulting/For Real Consulting/For Real Consulting/Components/Sections/FrcImpact.razor
T
Arne Moerman 1aff354735
Build and Push Docker Image / build-and-push (push) Successful in 24s
Update contact navigation and add contact page
Updated all "Contact" links to use the new /contact route. Added Contact.razor and its CSS for the contact page. Adjusted section IDs for navigation consistency and updated footer navigation.
2026-05-03 13:48:08 +02:00

61 lines
2.8 KiB
Plaintext

<section class="frc-impact" id="aanpak">
<div class="frc-impact-content">
<h4>Waarom partneren met FRC?</h4>
<h2>Meer dan cijfers.<br /><span>Écht impact.</span></h2>
<p>Wij zijn jouw financiële sparringpartner en brengen meer dan rapporten alleen.</p>
<ul>
<li>
<span class="frc-check">
<svg width="12" height="12" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M5 13l4 4L19 7"></path>
</svg>
</span>
<span>Strategisch partner op C-level</span>
</li>
<li>
<span class="frc-check">
<svg width="12" height="12" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M5 13l4 4L19 7"></path>
</svg>
</span>
<span>Proactief en ondernemend</span>
</li>
<li>
<span class="frc-check">
<svg width="12" height="12" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M5 13l4 4L19 7"></path>
</svg>
</span>
<span>Diepgaande financiële expertise</span>
</li>
<li>
<span class="frc-check">
<svg width="12" height="12" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M5 13l4 4L19 7"></path>
</svg>
</span>
<span>Praktisch, hands-on en resultaatgericht</span>
</li>
<li>
<span class="frc-check">
<svg width="12" height="12" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M5 13l4 4L19 7"></path>
</svg>
</span>
<span>Onafhankelijk, transparant en betrouwbaar</span>
</li>
</ul>
</div>
<div class="frc-impact-image-wrap">
<div class="frc-impact-image-frame">
<img src="images/office-inside.png" alt="For Real Consulting" class="frc-impact-image" />
</div>
</div>
<div class="frc-quote">
<div class="frc-quote-mark">“</div>
<p>Wij helpen ambitieuze ondernemers grip te krijgen op hun cijfers, met strategisch inzicht en een duidelijke focus op waardecreatie.<br/> Dat is waar wij voor staan.</p>
</div>
</section>