From 9e81383bd81ee880316daf20378e954b0b09dcce Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 12:23:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 51 +++++++++++++----------------------------------- 1 file changed, 14 insertions(+), 37 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d2d4144..10d8c54 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,13 +6,11 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; -import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; -import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { ShieldCheck, Wrench, DollarSign, Phone } from "lucide-react"; +import { Phone } from "lucide-react"; export default function HvacPage() { return ( @@ -49,6 +47,7 @@ export default function HvacPage() { description="Discover our exclusive swing chair selection, designed for ultimate relaxation and style at only #400,000." imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DzHkGqKCawxgWx3E0lAPATcJK2/uploaded-1779538976874-rghdn6ut.jpg" imageAlt="Premium Swing Chair" + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "View Collection", href: "#services" }, { text: "Contact", href: "#contact" }, @@ -82,60 +81,38 @@ export default function HvacPage() { buttonAnimation="slide-up" features={[ { - title: "Smart Thermostats", description: "Automated control that learns your schedule and optimizes energy usage.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-using-smart-home-application-with-voice-command-turn-light-with-digital-tablet-m_482257-2741.jpg", imageAlt: "Smart home tech"}, + title: "Smart Thermostats", description: "Automated control that learns your schedule and optimizes energy usage.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-using-smart-home-application-with-voice-command-turn-light-with-digital-tablet-m_482257-2741.jpg", imageAlt: "Smart home tech" + }, { - title: "Pure Air Filtration", description: "Advanced HEPA systems that eliminate allergens and pollutants in real-time.", imageSrc: "http://img.b2bpic.net/free-photo/modern-air-humidifier-blurred-woman-resting-reading-book-sofa-background_657921-687.jpg", imageAlt: "Air purification"}, + title: "Pure Air Filtration", description: "Advanced HEPA systems that eliminate allergens and pollutants in real-time.", imageSrc: "http://img.b2bpic.net/free-photo/modern-air-humidifier-blurred-woman-resting-reading-book-sofa-background_657921-687.jpg", imageAlt: "Air purification" + }, { - title: "Quiet-Tech AC", description: "Whisper-silent cooling units built for maximum performance and minimum noise.", imageSrc: "http://img.b2bpic.net/free-photo/old-fan-operation_1232-1263.jpg", imageAlt: "AC units"}, + title: "Quiet-Tech AC", description: "Whisper-silent cooling units built for maximum performance and minimum noise.", imageSrc: "http://img.b2bpic.net/free-photo/old-fan-operation_1232-1263.jpg", imageAlt: "AC units" + }, ]} gridVariant="uniform-all-items-equal" - uniformGridCustomHeightClasses="aspect-video" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} /> - - - -
-- 2.49.1