294c197d62
Refactored Home.razor to use modular Blazor components for each site section (navigation, hero, values, impact, process, expertise, testimonials, team, footer). Added corresponding CSS files for each component. Implemented responsive navigation with hamburger menu and interactive logic. Updated process section with animated connectors and Bootstrap Icons. Switched to inline SVGs for values and impact icons. Cleaned up app.css and updated background color. Added new image for impact section. Improved maintainability and responsive design.
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
<section class="frc-team" id="over-ons">
|
|
<h4>Over Ons</h4>
|
|
<div class="frc-team-intro">
|
|
<h2>KLAAR OM SAMEN HET VERSCHIL TE MAKEN?</h2>
|
|
<div>
|
|
<p>Laten we kennismaken en ontdekken hoe wij jouw organisatie vooruithelpen.</p>
|
|
<a href="#contact" class="frc-outline-btn">Plan een kennismaking</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="frc-team-grid">
|
|
<article class="frc-team-card">
|
|
<div class="frc-team-photo"></div>
|
|
<div>
|
|
<h3>PETER SNIJKERS</h3>
|
|
<p class="frc-team-role">Bestuurder & Finance Expert</p>
|
|
<p>0476 17 12 49</p>
|
|
<p>Peter.Snijkers@forrealconsulting.be</p>
|
|
</div>
|
|
</article>
|
|
<article class="frc-team-card">
|
|
<div class="frc-team-photo"></div>
|
|
<div>
|
|
<h3>DYLAN TIJSBAERT</h3>
|
|
<p class="frc-team-role">Bestuurder & Finance Expert</p>
|
|
<p>0498 16 94 49</p>
|
|
<p>Dylan.Tijsbaert@forrealconsulting.be</p>
|
|
</div>
|
|
</article>
|
|
</div>
|
|
</section>
|