Update src/app/page.tsx

This commit is contained in:
2026-06-07 21:21:25 +00:00
parent 8a63467b3e
commit 01b9517839

View File

@@ -58,14 +58,11 @@ export default function LandingPage() {
imageSrc={"http://img.b2bpic.net/free-photo/ceiling-glass-wall_1127-2092.jpg"}
imageAlt={"Futuristic HVAC system interior with blue lighting"}
showDimOverlay={true}
useInvertedBackground={false}
/>
</div>
<div id="about" data-section="about">
<TextAbout
title="Innovation in Climate Control for a Sustainable Future"
description="Termodinamik Heating Systems provides advanced, energy-efficient solutions for residential and commercial heating, cooling, and hot water needs. With decades of expertise, we're committed to delivering unparalleled comfort and reliability."
useInvertedBackground={false}
/>
</div>
<div id="features" data-section="features">
@@ -187,7 +184,6 @@ export default function LandingPage() {
]}
bottomLeftText="© 2024 TD Heat. All rights reserved."
bottomRightText="Crafted with precision for optimal comfort."
useInvertedBackground={false}
/>
</div>
</ThemeProvider>