Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-07 13:30:00 +00:00

View File

@@ -37,7 +37,7 @@ export default function LandingPage() {
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
]}
brandName="BreezeStyle Fans"
brandName="Breezalit Fans"
button={{ text: "Contact Us", href: "#contact" }}
/>
</div>
@@ -45,7 +45,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
background={{ variant: "plain" }}
title="BreezeStyle: Elevate Your Airflow"
title="Breezalit: Elevate Your Airflow"
description="Premium cooling solutions designed for modern living. From whisper-quiet ceiling fans to powerful exhaust systems, we redefine comfort."
buttons={[{ text: "Shop Collection", href: "#products" }]}
imageSrc="http://img.b2bpic.net/free-photo/electric-ceiling-fan-decoration-inteior_74190-8103.jpg"
@@ -138,7 +138,7 @@ export default function LandingPage() {
]}
showRating={true}
title="Hear From Our Users"
description="See why homeowners trust BreezeStyle."
description="See why homeowners trust Breezalit."
/>
</div>
@@ -181,7 +181,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="BreezeStyle"
logoText="Breezalit"
columns={[
{
title: "Company", items: [
@@ -196,10 +196,10 @@ export default function LandingPage() {
],
},
]}
copyrightText="© 2024 BreezeStyle Fans. All rights reserved."
copyrightText="© 2024 Breezalit Fans. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}