39 lines
1.3 KiB
PHP
39 lines
1.3 KiB
PHP
<?php
|
|
|
|
$projects = [
|
|
|
|
'thompson' => [
|
|
'num' => '01',
|
|
'code' => 'WEB_DEV',
|
|
'title' => 'Thompson Service Centre',
|
|
'desc' => 'Trust-first redesign for a 25-year Peterborough garage. Bold credibility signals, booking flow, zero clichés.',
|
|
'year' => '2025',
|
|
'thumb' => '/img/thompson/hero.jpg',
|
|
'live' => true,
|
|
'h1' => ['Thompson', 'Service Centre'],
|
|
'sub' => 'Website Redesign · 2025',
|
|
'stack' => 'HTML · Tailwind CSS v4 · GSAP',
|
|
'location' => 'Thompson Service Centre, Peterborough',
|
|
'domain' => 'thompsonservicecentre.co.uk',
|
|
'page_title' => 'Thompson Service Centre — Case Study',
|
|
'page_desc' => 'How we built a trust-first digital presence for a 25-year Peterborough garage.',
|
|
],
|
|
'lhbeng' => [
|
|
'num' => '02',
|
|
'code' => 'WEB_DEV',
|
|
'title' => 'LHB Eng',
|
|
'desc' => 'Structural Engineers designing projects that build strong communities.',
|
|
'year' => '2022',
|
|
'thumb' => '/img/lhbeng/hero.jpg',
|
|
'live' => true,
|
|
'h1' => ['LHB', 'Lynch, Harrison & Brumleve, Inc.'],
|
|
'sub' => 'Website Redesign · 2022',
|
|
'stack' => 'HTML · CSS',
|
|
'location' => 'LHB Eng, Indianapolis',
|
|
'domain' => 'lhb-eng.com',
|
|
'page_title' => 'LHB Engineering — Case Study',
|
|
'page_desc' => 'Full website redesign for LHB Engineering with a self-service CMS for portfolio, team, and job listings.',
|
|
],
|
|
|
|
];
|