11 Commits

Author SHA1 Message Date
bffb02520c Update theme colors 2026-03-03 23:16:59 +00:00
3465ac1a34 Update theme colors 2026-03-03 23:16:23 +00:00
25fb6f25f4 Update theme colors 2026-03-03 23:15:37 +00:00
c719c94b1e Update src/app/page.tsx 2026-03-03 23:09:45 +00:00
736b0d39c7 Update src/app/layout.tsx 2026-03-03 23:09:44 +00:00
c7ee047a8b Switch to version 1: modified src/app/page.tsx 2026-03-03 23:08:08 +00:00
b3597189df Switch to version 1: modified src/app/layout.tsx 2026-03-03 23:08:08 +00:00
33c5b00a53 Merge version_2 into main
Merge version_2 into main
2026-03-03 23:06:15 +00:00
b16674ce0e Update src/app/page.tsx 2026-03-03 23:06:11 +00:00
cae27908cb Update src/app/layout.tsx 2026-03-03 23:06:10 +00:00
8e01db06d3 Merge version_1 into main
Merge version_1 into main
2026-03-03 23:00:20 +00:00
3 changed files with 22 additions and 20 deletions

View File

@@ -16,9 +16,11 @@ const inter = Inter({
export const metadata: Metadata = {
title: "MJ Airconditioning | HVAC Services Melbourne | 5-Star Rated", description: "Expert air conditioning & heating services in Eastern & South Eastern Melbourne. 15+ years experience. Same-day repairs. Licensed & ARC certified. Call 0411 966 361 for free quote.", keywords: "air conditioning, heating, HVAC, Melbourne, repairs, installation, split system, ducted heating", openGraph: {
title: "MJ Airconditioning | HVAC Services Melbourne", description: "Trusted HVAC specialists serving Eastern & South Eastern Melbourne with 15+ years experience and 5-star customer ratings.", siteName: "MJ Airconditioning", type: "website"},
title: "MJ Airconditioning | HVAC Services Melbourne", description: "Trusted HVAC specialists serving Eastern & South Eastern Melbourne with 15+ years experience and 5-star customer ratings.", siteName: "MJ Airconditioning", type: "website"
},
twitter: {
card: "summary_large_image", title: "MJ Airconditioning | HVAC Services Melbourne", description: "Expert air conditioning & heating repairs and installation. Same-day service available."},
card: "summary_large_image", title: "MJ Airconditioning | HVAC Services Melbourne", description: "Expert air conditioning & heating repairs and installation. Same-day service available."
},
robots: {
index: true,
follow: true,

View File

@@ -219,8 +219,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-vector/striped-christmas-background-blue-tones_1048-465.jpg"
imageAlt="MJ Airconditioning footer background"
imageSrc="https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=1200&h=400&fit=crop"
imageAlt="Modern air conditioning unit"
logoText="MJ Airconditioning"
copyrightText="© 2025 MJ Airconditioning. All rights reserved."
columns={[

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #ffffff;;
--card: #f9f9f9;;
--foreground: #120a00e6;;
--primary-cta: #ff8c42;;
--secondary-cta: #f9f9f9;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;; */
/* --background: #ffffff;;;;;
--card: #f9f9f9;;;;;
--foreground: #120a00e6;;;;;
--primary-cta: #ff7400;;;;;
--secondary-cta: #f9f9f9;;;;;
--accent: #e2e2e2;;;;;
--background-accent: #c4c4c4;;;;; */
--background: #ffffff;;
--card: #f9f9f9;;
--foreground: #120a00e6;;
--primary-cta: #ff8c42;;
--primary-cta-text: #ffffff;;
--secondary-cta: #f9f9f9;;
--secondary-cta-text: #120a00e6;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;;
--background: #ffffff;;;;;
--card: #f9f9f9;;;;;
--foreground: #120a00e6;;;;;
--primary-cta: #ff7400;;;;;
--primary-cta-text: #ffffff;;;;;
--secondary-cta: #f9f9f9;;;;;
--secondary-cta-text: #120a00e6;;;;;
--accent: #e2e2e2;;;;;
--background-accent: #c4c4c4;;;;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);