3 Commits

Author SHA1 Message Date
5c6867518a Bob AI: Change the hero section layout with a different on... 2026-02-09 05:02:48 +00:00
112f7142a8 Bob AI: can you change the images inside of the hero secti... 2026-02-09 05:02:23 +00:00
02264b181c Merge version_4 into main
Merge version_4 into main
2026-02-09 04:56:32 +00:00

View File

@@ -11,7 +11,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterMedia from '@/components/sections/footer/FooterMedia'; import FooterMedia from '@/components/sections/footer/FooterMedia';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Bell, CheckCircle, Sparkles } from "lucide-react"; 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() { export default function LandingPage() {
return ( return (
@@ -43,21 +43,26 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardCarousel <HeroBillboard
title="Experience Ultimate Comfort" title="Elevate Your Comfort"
description="Discover premium air conditioning solutions tailored for your home and business needs. Enjoy superior climate control with advanced technology and professional installation." description="Experience the ultimate in home comfort with Lika-Comfort's premium air conditioning solutions. Enjoy superior climate control and expert installation."
background={{ variant: "rotated-rays-animated" }} background={{ variant: "rotated-rays-animated" }}
buttons={[ buttons={[
{ text: "Explore Products", href: "#products" }, { text: "Explore Products", href: "#products" },
{ text: "Request Quote", href: "#contact" }, { text: "Request Quote", href: "#contact" },
{ text: "Learn More", href: "#about" } { text: "Learn More", href: "#about" }
]} ]}
mediaItems={[ imageSrc="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80"
{ imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", imageAlt: "Modern air conditioning unit" }, imageAlt="Modern air conditioning unit"
{ imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", imageAlt: "Energy efficient home" }, marqueeItems={[
{ imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", imageAlt: "Expert installation team" } { logoSrc: "https://via.placeholder.com/150", logoAlt: "Partner Logo 1" },
{ logoSrc: "https://via.placeholder.com/150", logoAlt: "Partner Logo 2" },
{ logoSrc: "https://via.placeholder.com/150", logoAlt: "Partner Logo 3" },
{ logoSrc: "https://via.placeholder.com/150", logoAlt: "Partner Logo 4" }
]} ]}
ariaLabel="Hero Billboard Carousel for Lika-Comfort" marqueeSpeed={50}
showMarqueeCard={true}
ariaLabel="Hero Billboard for Lika-Comfort"
/> />
</div> </div>