Update src/app/page.tsx
This commit is contained in:
270
src/app/page.tsx
270
src/app/page.tsx
@@ -32,87 +32,39 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Catalog",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Catalog", id: "products" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="BreezeStyle Fans"
|
||||
button={{ text: "Contact Us", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="BreezeStyle: 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?_wi=1"
|
||||
buttons={[{ text: "Shop Collection", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/electric-ceiling-fan-decoration-inteior_74190-8103.jpg"
|
||||
imageAlt="Modern home featuring elegant ceiling fan"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/modern-round-desk-fan-with-simple-background_23-2150808050.jpg",
|
||||
alt: "Happy customer profile",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-using-silver-laptop-while-sitting-sofa_1153-4865.jpg",
|
||||
alt: "Happy customer profile",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-sitting-chair-with-cat_23-2149395799.jpg",
|
||||
alt: "Happy customer profile",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-pajamas-using-laptop-indoors_23-2148823396.jpg",
|
||||
alt: "Happy customer profile",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167738.jpg",
|
||||
alt: "Happy customer profile",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/modern-round-desk-fan-with-simple-background_23-2150808050.jpg", alt: "Happy customer profile" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-woman-using-silver-laptop-while-sitting-sofa_1153-4865.jpg", alt: "Happy customer profile" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-sitting-chair-with-cat_23-2149395799.jpg", alt: "Happy customer profile" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-pajamas-using-laptop-indoors_23-2148823396.jpg", alt: "Happy customer profile" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167738.jpg", alt: "Happy customer profile" },
|
||||
]}
|
||||
avatarText="Trusted by 50,000+ happy homeowners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Ultra-Quiet DC Motors",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Energy Star Certified",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Smart Home Integration",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "5-Year Warranty",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Seamless Installation",
|
||||
},
|
||||
{ type: "text", text: "Ultra-Quiet DC Motors" },
|
||||
{ type: "text", text: "Energy Star Certified" },
|
||||
{ type: "text", text: "Smart Home Integration" },
|
||||
{ type: "text", text: "5-Year Warranty" },
|
||||
{ type: "text", text: "Seamless Installation" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -124,42 +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: "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" },
|
||||
]}
|
||||
title="Our Fan Collection"
|
||||
description="Explore our curated selection of high-performance cooling solutions."
|
||||
@@ -173,25 +95,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Under 30dB operation",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "5-year motor warranty",
|
||||
},
|
||||
{ icon: CheckCircle, text: "Under 30dB operation" },
|
||||
{ icon: CheckCircle, text: "5-year motor warranty" },
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electric-ceiling-fan-decoration-inteior_74190-8103.jpg?_wi=2",
|
||||
imageAlt: "fan motor technology close up",
|
||||
},
|
||||
]}
|
||||
title="Engineered for Efficiency"
|
||||
@@ -205,30 +115,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "50k+",
|
||||
title: "Happy Clients",
|
||||
items: [
|
||||
"Across 15 countries",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "20%",
|
||||
title: "Energy Saved",
|
||||
items: [
|
||||
"Average reduction",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "10k+",
|
||||
title: "Fans Sold",
|
||||
items: [
|
||||
"Annual volume",
|
||||
],
|
||||
},
|
||||
{ id: "m1", value: "50k+", title: "Happy Clients", items: ["Across 15 countries"] },
|
||||
{ id: "m2", value: "20%", title: "Energy Saved", items: ["Average reduction"] },
|
||||
{ id: "m3", value: "10k+", title: "Fans Sold", items: ["Annual volume"] },
|
||||
]}
|
||||
title="Proven Performance"
|
||||
description="Thousands of homes trust our cooling technology."
|
||||
@@ -241,46 +130,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
{ 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"
|
||||
@@ -293,9 +147,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Our Passion for Airflow"
|
||||
description={[
|
||||
"Founded on the principles of design and efficiency, we strive to bring comfort into every home.",
|
||||
"Our expert engineering ensures you get the best performance without compromising on aesthetics.",
|
||||
]}
|
||||
"Founded on the principles of design and efficiency, we strive to bring comfort into every home.", "Our expert engineering ensures you get the best performance without compromising on aesthetics."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -304,21 +156,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you provide installation services?",
|
||||
content: "Yes, we partner with certified technicians nationwide.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are these fans energy-efficient?",
|
||||
content: "Absolutely, our DC motor fans consume up to 70% less energy.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What is the warranty period?",
|
||||
content: "All our ceiling fans come with a 5-year comprehensive warranty.",
|
||||
},
|
||||
{ id: "q1", title: "Do you provide installation services?", content: "Yes, we partner with certified technicians nationwide." },
|
||||
{ id: "q2", title: "Are these fans energy-efficient?", content: "Absolutely, our DC motor fans consume up to 70% less energy." },
|
||||
{ id: "q3", title: "What is the warranty period?", content: "All our ceiling fans come with a 5-year comprehensive warranty." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-young-man-having-break-coffee-shop-sitting-table-with-electronic-devices-enjoying-music-online-earphones_273609-1956.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -332,9 +172,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Stay Updated"
|
||||
title="Join Our Mailing List"
|
||||
description="Get exclusive offers and home styling tips."
|
||||
@@ -346,29 +184,15 @@ export default function LandingPage() {
|
||||
logoText="BreezeStyle"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Catalog",
|
||||
items: [
|
||||
{
|
||||
label: "Ceiling Fans",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Exhaust Fans",
|
||||
href: "#products",
|
||||
},
|
||||
title: "Catalog", items: [
|
||||
{ label: "Ceiling Fans", href: "#products" },
|
||||
{ label: "Exhaust Fans", href: "#products" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user