Switch to version 6: modified src/app/page.tsx

This commit is contained in:
2026-03-04 00:01:30 +00:00
parent a607ce966f
commit 3bd8fcf96a

View File

@@ -29,7 +29,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="MJ Airconditioning & Heating"
brandName=""
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
@@ -52,7 +52,7 @@ export default function LandingPage() {
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASGmWny37SoXGCT8uZ6VvW2Ec5/uploaded-1772582253366-65unr9aq.jpg", imageAlt: "Professional AC installation"
imageSrc: "http://img.b2bpic.net/free-photo/meticulous-wiremen-expertly-refilling-freon-external-air-conditioner-while-using-manifold-measurement-device-closely-measure-pressure-hvac-system-ensuring-perfect-cooling-performance_482257-68069.jpg", imageAlt: "Professional AC installation"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "Certified HVAC technician"
@@ -72,7 +72,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<SplitAbout
title="Why Choose MJ Airconditioning & Heating"
title="Why Choose MJ Airconditioning"
description="With over 15 years of industry experience, we deliver professional heating and cooling solutions tailored to your home or business. Our certified technicians provide honest advice and transparent pricing."
tag="Our Story"
tagIcon={Award}
@@ -93,7 +93,7 @@ export default function LandingPage() {
}
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-turning-air-conditioner-using-tablet_259150-57148.jpg?_wi=1"
imageAlt="MJ Airconditioning & Heating service area"
imageAlt="MJ Airconditioning service area"
mediaAnimation="slide-up"
tagAnimation="slide-up"
/>
@@ -171,7 +171,7 @@ export default function LandingPage() {
id: "1", title: "Exceptional Service on a Hot Day", quote: "Tony arrived within 30 minutes of our emergency call. He diagnosed the problem quickly and had our AC running before the heat became unbearable. Professional, friendly, and honest about pricing. Highly recommended!", name: "David Thompson", role: "Homeowner, Southbank", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Thompson"
},
{
id: "2", title: "Fixed Our Heating Before Winter", quote: "Our Brivis heating system stopped working just before winter. MJ Airconditioning & Heating came out same-day, identified the issue, and had everything fixed. Clear explanation of what was wrong and fair pricing. Five stars!", name: "Sarah Mitchell", role: "Homeowner, Frankston", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", imageAlt: "Sarah Mitchell"
id: "2", title: "Fixed Our Heating Before Winter", quote: "Our Brivis heating system stopped working just before winter. MJ Airconditioning came out same-day, identified the issue, and had everything fixed. Clear explanation of what was wrong and fair pricing. Five stars!", name: "Sarah Mitchell", role: "Homeowner, Frankston", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", imageAlt: "Sarah Mitchell"
},
{
id: "3", title: "Professional Installation", quote: "We had a new split system installed at our office. The team was punctual, tidy, and explained everything clearly. The installation was done with minimal disruption to our business. Great work!", name: "Michael Chen", role: "Business Owner, Brighton", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Michael Chen"
@@ -230,8 +230,8 @@ export default function LandingPage() {
<FooterMedia
imageSrc="https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=1200&h=400&fit=crop"
imageAlt="Modern air conditioning unit"
logoText="MJ Airconditioning & Heating"
copyrightText="© 2025 MJ Airconditioning & Heating. All rights reserved."
logoText="MJ Airconditioning"
copyrightText="© 2025 MJ Airconditioning. All rights reserved."
columns={[
{
title: "Services", items: [
@@ -262,4 +262,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}