Merge version_45 into main #128

Merged
bender merged 1 commits from version_45 into main 2026-04-10 00:42:44 +00:00

View File

@@ -4,6 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroLogo from '@/components/sections/hero/HeroLogo';
@@ -31,6 +32,7 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Services", id: "services" },
{ name: "Features", id: "features" },
{ name: "Testimonials", id: "testimonials" },
{ name: "About", id: "about" },
{ name: "FAQ", id: "faq" },
@@ -56,6 +58,18 @@ export default function LandingPage() {
/>
</div>
<div id="features" data-section="features">
<FeatureCardEight
title="Advanced Climate Solutions"
description="Discover why our installation and maintenance services are preferred by homeowners and businesses alike."
textboxLayout="split"
features={[
{ title: "Smart Energy Integration", description: "High-efficiency systems designed to minimize costs and maximize performance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775773760582-mjtsvkmf.jpg?_wi=1" },
{ title: "Professional Maintenance", description: "Regular servicing to extend equipment lifespan and ensure consistent airflow.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775772605409-ch6xsqna.jpg?_wi=1" }
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
textboxLayout="default"