Rewrite services section to focus on small business needs and split about intro into two paragraphs

This commit is contained in:
Ovidiu U
2026-03-13 11:35:30 +00:00
parent ee3c07b9ef
commit 72b8365374

View File

@@ -18,7 +18,8 @@ require __DIR__.'/includes/header.php';
<section id="about" class="section"> <section id="about" class="section">
<div class="section-label">001 — About</div> <div class="section-label">001 — About</div>
<div class="section-content"> <div class="section-content">
<p class="large-text">I'm a web developer based in Peterborough. I build websites and online tools for small businesses — things like booking systems, customer dashboards, and the bits that make your day-to-day easier to manage.</p> <p> I'm a web developer based in Peterborough.</p>
<p>I build websites and online tools for small businesses — things like booking systems, customer dashboards, and the bits that make your day-to-day easier to manage.</p>
<p>Whether you need a fresh website, an online booking page for your garage, or a simple system to keep track of jobs and customers — I'll build it quickly, affordably, and without the jargon.</p> <p>Whether you need a fresh website, an online booking page for your garage, or a simple system to keep track of jobs and customers — I'll build it quickly, affordably, and without the jargon.</p>
</div> </div>
</section> </section>
@@ -28,23 +29,23 @@ require __DIR__.'/includes/header.php';
<div class="services-grid"> <div class="services-grid">
<div class="service-item"> <div class="service-item">
<span class="service-num">01</span> <span class="service-num">01</span>
<h3>Custom Web Applications</h3> <h3>Website Design & Development</h3>
<p>Built to your spec, not adapted from a template. Admin panels, internal tools, whatever the business actually needs.</p> <p>Clean, fast websites that look great on any device. Whether it's a refresh or a brand new site, built to make a good first impression.</p>
</div> </div>
<div class="service-item"> <div class="service-item">
<span class="service-num">02</span> <span class="service-num">02</span>
<h3>Database Design & Optimisation</h3> <h3>Custom Tools & Systems</h3>
<p>Schema design, query optimisation, performance tuning. If your database is the bottleneck, I'll find it.</p> <p>Need a booking page, job tracker, or customer portal? I'll build exactly what your business needs — no bloated templates.</p>
</div> </div>
<div class="service-item"> <div class="service-item">
<span class="service-num">03</span> <span class="service-num">03</span>
<h3>Website Development</h3> <h3>Booking & Scheduling Systems</h3>
<p>HTML, CSS, JavaScript, Vue.js. Loads fast, works on every device — no unnecessary weight.</p> <p>Let your customers book online, manage appointments, and cut down on phone tag. Perfect for garages, salons, and service businesses.</p>
</div> </div>
<div class="service-item"> <div class="service-item">
<span class="service-num">04</span> <span class="service-num">04</span>
<h3>Legacy System Modernisation</h3> <h3>Ongoing Support & Updates</h3>
<p>Old PHP codebase that's become painful to work with? I refactor and modernise without burning everything down.</p> <p>Already got a website that needs some love? I'll tidy it up, speed it up, and keep it running smoothly.</p>
</div> </div>
</div> </div>
</section> </section>