From cae27908cb82ec73e5b5c6a44c1c958e287a1425 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 23:06:10 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ddaf150..f8e778d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1409,4 +1409,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From b16674ce0e440ca20aa0767d6979db9834f06cea Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 23:06:11 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 10a7aff..157f0ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactText from '@/components/sections/contact/ContactText'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import { Award, DollarSign, MapPin, MessageSquare, Shield, TrendingUp, Wrench, Zap } from 'lucide-react'; +import Image from 'next/image'; export default function LandingPage() { return ( @@ -51,7 +52,7 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaItems={[ { - 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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASGmWny37SoXGCT8uZ6VvW2Ec5/uploaded-1772579129741-budbfw3v.jpg", imageAlt: "Professional AC installation" }, { imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "Certified HVAC technician" @@ -253,4 +254,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1