Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6cfa921480 | |||
| f886405759 | |||
| 90fd82a8e4 | |||
| def86d9e5d | |||
| 00dcfb72c4 | |||
| 566cb71d8f | |||
| 09cfa7119a | |||
| 12c96b2ba5 | |||
| 898aa4285e | |||
| 97f508c628 |
@@ -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"
|
||||
@@ -76,15 +76,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "p1", name: "Luxe Ceiling Fan", price: "$349", imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-woman-home_23-2148115597.jpg" },
|
||||
{ id: "p2", name: "Industrial Exhaust", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281310.jpg" },
|
||||
{ id: "p3", name: "Precision Stand Fan", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/bedroom-view-with-bed-arrangement-decor_23-2150551143.jpg" },
|
||||
{ id: "p4", name: "Wall Breeze Pro", price: "$75", imageSrc: "http://img.b2bpic.net/free-photo/smart-pet-smart-home-technology-background_53876-96922.jpg" },
|
||||
{ id: "p5", name: "Designer Glow Fan", price: "$429", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-women-happy-smile-relax-sitting-sofa-chair_74190-9444.jpg" },
|
||||
{ id: "p6", name: "Silent Vent Flow", price: "$159", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388956.jpg" },
|
||||
{ id: "p1", name: "Breeze-Max Elite", price: "$449", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281310.jpg" },
|
||||
{ id: "p2", name: "SilentFlow Wall Mount", price: "$229", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388965.jpg?_wi=1" },
|
||||
{ id: "p3", name: "Compact Breeze Desktop", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/modern-round-desk-fan-with-simple-background_23-2150808050.jpg" },
|
||||
]}
|
||||
title="Our Fan Collection"
|
||||
description="Explore our curated selection of high-performance cooling solutions."
|
||||
title="Latest Comfort Solutions"
|
||||
description="Explore our newly curated selection of premium air circulation technology."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -96,7 +93,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
title: "Whisper-Silent Motor", description: "Enjoy unmatched silence with our proprietary brushless DC motor technology.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388965.jpg", imageAlt: "Quiet motor engineering"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388965.jpg?_wi=2", imageAlt: "Quiet motor engineering"},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Under 30dB operation" },
|
||||
{ icon: CheckCircle, text: "5-year motor warranty" },
|
||||
@@ -133,12 +130,10 @@ export default function LandingPage() {
|
||||
{ id: "1", name: "Sarah Miller", handle: "@sarah_m", testimonial: "Best fan I've ever owned. Completely silent!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-wearing-headphones_23-2149936196.jpg" },
|
||||
{ id: "2", name: "James Chen", handle: "@j_chen", testimonial: "Stylish and efficient cooling for my new home.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-coffee-morning-restaurant_1157-36672.jpg" },
|
||||
{ id: "3", name: "Emily Davis", handle: "@edavis", testimonial: "Finally found a fan that matches my interior.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dancing-girl-sits-kitchen-floor-moving-rhythm-enjoying-sound-quality-wireless_1258-201750.jpg" },
|
||||
{ id: "4", name: "David Wilson", handle: "@dwilson", testimonial: "Excellent quality, worth every penny.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/modern-couple-kitchen_23-2148115530.jpg" },
|
||||
{ id: "5", name: "Alice Wong", handle: "@awong", testimonial: "Installation was a breeze. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-family-spend-time-bedroom_1157-27594.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Hear From Our Users"
|
||||
description="See why homeowners trust BreezeStyle."
|
||||
description="See why homeowners trust Breezalit."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -181,7 +176,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="BreezeStyle"
|
||||
logoText="Breezalit"
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
@@ -196,10 +191,10 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 BreezeStyle Fans. All rights reserved."
|
||||
copyrightText="© 2024 Breezalit Fans. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user