Compare commits

...

5 Commits

Author SHA1 Message Date
8da30aa7be Update src/app/styles/variables.css 2026-04-10 00:45:32 +00:00
1183308781 Update src/app/page.tsx 2026-04-10 00:45:32 +00:00
e2f662f941 Switch to version 44: modified src/app/page.tsx 2026-04-10 00:44:24 +00:00
cc54cda102 Merge version_45 into main
Merge version_45 into main
2026-04-10 00:43:19 +00:00
278b400d8a Merge version_45 into main
Merge version_45 into main
2026-04-10 00:42:43 +00:00
2 changed files with 9 additions and 23 deletions

View File

@@ -4,13 +4,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA'; import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqBase from '@/components/sections/faq/FaqBase'; import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroLogo from '@/components/sections/hero/HeroLogo'; import HeroLogo from '@/components/sections/hero/HeroLogo';
import MediaAbout from '@/components/sections/about/MediaAbout'; import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { Cpu, Zap, ShieldCheck, Clock, Settings, Gauge } from 'lucide-react';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -31,7 +31,6 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
{ name: "Features", id: "features" },
{ name: "Testimonials", id: "testimonials" }, { name: "Testimonials", id: "testimonials" },
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "FAQ", id: "faq" }, { name: "FAQ", id: "faq" },
@@ -57,19 +56,6 @@ export default function LandingPage() {
/> />
</div> </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"
useInvertedBackground={false}
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"> <div id="testimonials" data-section="testimonials">
<TestimonialCardFive <TestimonialCardFive
textboxLayout="default" textboxLayout="default"
@@ -89,7 +75,7 @@ export default function LandingPage() {
title="Our Services" title="Our Services"
description="Custom climate control solutions tailored to your unique requirements." description="Custom climate control solutions tailored to your unique requirements."
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={true}
features={[ features={[
{ title: "Residential HVAC Installation", description: "Efficient, reliable heating and cooling systems tailored to your homes needs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775773760582-mjtsvkmf.jpg?_wi=1", imageAlt: "Residential HVAC Installation" }, { title: "Residential HVAC Installation", description: "Efficient, reliable heating and cooling systems tailored to your homes needs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775773760582-mjtsvkmf.jpg?_wi=1", imageAlt: "Residential HVAC Installation" },
{ title: "Commercial HVAC Installation", description: "Expert installation and energy-efficient systems for optimal business comfort.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775772605409-ch6xsqna.jpg?_wi=1", imageAlt: "Commercial HVAC Installation" }, { title: "Commercial HVAC Installation", description: "Expert installation and energy-efficient systems for optimal business comfort.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775772605409-ch6xsqna.jpg?_wi=1", imageAlt: "Commercial HVAC Installation" },

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f1f1f1; --background: #f5faff;
--card: #f9f9f9; --card: #f1f8ff;
--foreground: #040020; --foreground: #001122;
--primary-cta: #ff7e2d; --primary-cta: #15479c;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #040020; --secondary-cta: #ffffff;
--secondary-cta-text: #ffffff; --secondary-cta-text: #ffffff;
--accent: #ff8a23; --accent: #a8cce8;
--background-accent: #f1f1f1; --background-accent: #7ba3cf;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);