From 112f7142a8cb12bfed1d136f80377b25c29f00af Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 9 Feb 2026 05:02:23 +0000 Subject: [PATCH 1/2] Bob AI: can you change the images inside of the hero secti... --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cbfff89..a00b9c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,9 +53,9 @@ export default function LandingPage() { { text: "Learn More", href: "#about" } ]} mediaItems={[ - { imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", imageAlt: "Modern air conditioning unit" }, - { imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", imageAlt: "Energy efficient home" }, - { imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", imageAlt: "Expert installation team" } + { imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=1920&q=80", imageAlt: "Modern air conditioning unit" }, + { imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=1920&q=80", imageAlt: "Energy efficient home" }, + { imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=1920&q=80", imageAlt: "Expert installation team" } ]} ariaLabel="Hero Billboard Carousel for Lika-Comfort" /> -- 2.49.1 From 5c6867518a8113ea4481673b22f20841c56ec4b4 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 9 Feb 2026 05:02:48 +0000 Subject: [PATCH 2/2] Bob AI: Change the hero section layout with a different on... --- src/app/page.tsx | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a00b9c5..08ada0b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Bell, CheckCircle, Sparkles } from "lucide-react"; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; export default function LandingPage() { return ( @@ -43,21 +43,26 @@ export default function LandingPage() {
-
-- 2.49.1