Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6f12db5031 | |||
| 27d3c8d5d2 |
@@ -1,7 +1,7 @@
|
|||||||
"use client"
|
"use client"
|
||||||
|
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
|
||||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||||
@@ -11,7 +11,6 @@ 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 HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -43,26 +42,18 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboard
|
<HeroLogoBillboardSplit
|
||||||
title="Elevate Your Comfort"
|
logoText="LIKA-COMFORT"
|
||||||
description="Experience the ultimate in home comfort with Lika-Comfort's premium air conditioning solutions. Enjoy superior climate control and expert installation."
|
description="Premium air conditioning solutions for residential and commercial spaces across Ukraine. Experience superior climate control with cutting-edge technology and expert installation."
|
||||||
background={{ variant: "rotated-rays-animated" }}
|
background={{variant: "radial-gradient"}}
|
||||||
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" }
|
]}
|
||||||
]}
|
layoutOrder="default"
|
||||||
imageSrc="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80"
|
imageSrc="https://img.b2bpic.net/free-photo/woman-turning-air-conditioner-using-tablet_259150-57148.jpg"
|
||||||
imageAlt="Modern air conditioning unit"
|
imageAlt="Premium air conditioning unit"
|
||||||
marqueeItems={[
|
frameStyle="card"
|
||||||
{ 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" }
|
|
||||||
]}
|
|
||||||
marqueeSpeed={50}
|
|
||||||
showMarqueeCard={true}
|
|
||||||
ariaLabel="Hero Billboard for Lika-Comfort"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user