2 Commits

Author SHA1 Message Date
06883996fd Update src/app/page.tsx 2026-06-10 16:49:07 +00:00
d748474f51 Update theme colors 2026-06-10 16:45:01 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -99,8 +99,8 @@ export default function LandingPage() {
<div id="heritage-detail" data-section="heritage-detail"> <div id="heritage-detail" data-section="heritage-detail">
<HeroOverlay <HeroOverlay
title="A PLACE WITH HISTORY" title="IN THE HEART OF HISTORIC ST. ALBANS "
description="Our building combines classic British charm with modern functionality, offering a unique and inspiring work environment." description="A modern functional workspace in the centre of the thriving town of St. Albans, just 20 mins by train from Central London"
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-inside-dome-inside-barcelona-s-cathedral_181624-4419.jpg" imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-inside-dome-inside-barcelona-s-cathedral_181624-4419.jpg"
imageAlt="Architectural detail of St Albans Office Space with natural light" imageAlt="Architectural detail of St Albans Office Space with natural light"
showDimOverlay={false} showDimOverlay={false}

View File

@@ -10,7 +10,7 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #fcf6ed; --background: #f5d8bf;
--card: #fefdf9; --card: #fefdf9;
--foreground: #2c2c2c; --foreground: #2c2c2c;
--primary-cta: #6F4E37; --primary-cta: #6F4E37;