Merge version_1 into main #2
237
src/app/page.tsx
237
src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#features",
|
||||
},
|
||||
{
|
||||
name: "Solutions",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Services", id: "#features" },
|
||||
{ name: "Solutions", id: "#products" },
|
||||
{ name: "Pricing", id: "#pricing" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Thermostream"
|
||||
/>
|
||||
@@ -58,33 +43,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Mastery in Thermal Excellence."
|
||||
description="Experience luxury, efficiency, and intelligence with Thermostream's advanced climate management systems. Engineered for those who demand ultimate comfort."
|
||||
tag="PREMIUM CLIMATE SOLUTIONS"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-round-desk-fan-with-simple-background_23-2150808045.jpg",
|
||||
imageAlt: "Luxurious Thermostream unit",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929514.jpg",
|
||||
imageAlt: "Smart home climate interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-pan_23-2148994137.jpg?_wi=1",
|
||||
imageAlt: "Advanced smart thermostat hardware",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-electronic-computer-motherboard_1387-679.jpg?_wi=1",
|
||||
imageAlt: "Precision thermal regulation module",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/factory-experts-uses-mockup-tablet-present-research-development-insights_482257-126499.jpg?_wi=1",
|
||||
imageAlt: "Engineering team in high-tech facility",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-round-desk-fan-with-simple-background_23-2150808045.jpg", imageAlt: "Luxurious Thermostream unit" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-design-interior_23-2151929514.jpg", imageAlt: "Smart home climate interior" },
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -100,44 +65,24 @@ export default function LandingPage() {
|
||||
title="Redefining Home Comfort"
|
||||
description="Thermostream isn't just about temperature; it's about curating an environment of pure indulgence. Our systems blend invisible precision engineering with elegant aesthetics to ensure your space is always exactly as you desire."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Precision Control",
|
||||
description: "Adaptive algorithms that learn your preferences.",
|
||||
},
|
||||
{
|
||||
title: "Whisper Silent",
|
||||
description: "Advanced sound engineering for peace of mind.",
|
||||
},
|
||||
{
|
||||
title: "Aesthetic Harmony",
|
||||
description: "Beautiful hardware that complements your interior.",
|
||||
},
|
||||
{ title: "Precision Control", description: "Adaptive algorithms that learn your preferences." },
|
||||
{ title: "Whisper Silent", description: "Advanced sound engineering for peace of mind." },
|
||||
{ title: "Aesthetic Harmony", description: "Beautiful hardware that complements your interior." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/factory-experts-uses-mockup-tablet-present-research-development-insights_482257-126499.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/factory-experts-uses-mockup-tablet-present-research-development-insights_482257-126499.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureBorderGlow
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Energy Intelligence",
|
||||
description: "Optimized power consumption for lower costs.",
|
||||
},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Air Purification",
|
||||
description: "Medical-grade air quality control systems.",
|
||||
},
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Smart Integration",
|
||||
description: "Seamless connection with your home automation.",
|
||||
},
|
||||
{ icon: Zap, title: "Energy Intelligence", description: "Optimized power consumption for lower costs." },
|
||||
{ icon: Shield, title: "Air Purification", description: "Medical-grade air quality control systems." },
|
||||
{ icon: Sparkles, title: "Smart Integration", description: "Seamless connection with your home automation." },
|
||||
]}
|
||||
title="Engineering Perfection"
|
||||
description="Advanced technology that works in perfect synergy with your home ecosystem."
|
||||
@@ -151,60 +96,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Thermostream",
|
||||
name: "Apex One",
|
||||
price: "€2,499",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-pan_23-2148994137.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Thermostream",
|
||||
name: "Zenith X",
|
||||
price: "€1,899",
|
||||
rating: 4,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-plant_1359-132.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Thermostream",
|
||||
name: "Flow Purify",
|
||||
price: "€1,299",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sets-cooling-towers-data-center-building_1127-3438.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Thermostream",
|
||||
name: "Thermal Node",
|
||||
price: "€899",
|
||||
rating: 4,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-electronic-computer-motherboard_1387-679.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Thermostream",
|
||||
name: "Sense Pro",
|
||||
price: "€699",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736800.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Thermostream",
|
||||
name: "Ambient Base",
|
||||
price: "€599",
|
||||
rating: 4,
|
||||
reviewCount: "70",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stormy-cloud-template_53876-30330.jpg",
|
||||
},
|
||||
{ id: "p1", brand: "Thermostream", name: "Apex One", price: "€2,499", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-pan_23-2148994137.jpg" },
|
||||
{ id: "p2", brand: "Thermostream", name: "Zenith X", price: "€1,899", rating: 4, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/steel-pipelines-cables-plant_1359-132.jpg" },
|
||||
{ id: "p3", brand: "Thermostream", name: "Flow Purify", price: "€1,299", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/sets-cooling-towers-data-center-building_1127-3438.jpg" },
|
||||
]}
|
||||
title="Our Signature Collection"
|
||||
description="Discover our range of high-performance climate hardware designed for the modern estate."
|
||||
@@ -218,53 +112,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
tag: "Essential",
|
||||
price: "€199",
|
||||
period: "/mo",
|
||||
description: "Baseline comfort for modern apartments.",
|
||||
button: {
|
||||
text: "Get Started",
|
||||
},
|
||||
featuresTitle: "Included",
|
||||
features: [
|
||||
"Full control",
|
||||
"Energy reports",
|
||||
"Standard support",
|
||||
],
|
||||
id: "basic", tag: "Essential", price: "€199", period: "/mo", description: "Baseline comfort for modern apartments.", button: { text: "Get Started" },
|
||||
featuresTitle: "Included", features: ["Full control", "Energy reports", "Standard support"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
tag: "Popular",
|
||||
price: "€499",
|
||||
period: "/mo",
|
||||
description: "Complete climate control for luxury villas.",
|
||||
button: {
|
||||
text: "Get Started",
|
||||
},
|
||||
featuresTitle: "Included",
|
||||
features: [
|
||||
"Adaptive AI",
|
||||
"Smart Purification",
|
||||
"Priority Support",
|
||||
"Advanced Reporting",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
tag: "Elite",
|
||||
price: "Custom",
|
||||
period: "",
|
||||
description: "Bespoke engineering for estates and mansions.",
|
||||
button: {
|
||||
text: "Inquire Now",
|
||||
},
|
||||
featuresTitle: "Included",
|
||||
features: [
|
||||
"Full white-glove setup",
|
||||
"24/7 dedicated concierge",
|
||||
"Estate-wide integration",
|
||||
],
|
||||
id: "pro", tag: "Popular", price: "€499", period: "/mo", description: "Complete climate control for luxury villas.", button: { text: "Get Started" },
|
||||
featuresTitle: "Included", features: ["Adaptive AI", "Smart Purification", "Priority Support"],
|
||||
},
|
||||
]}
|
||||
title="Investment in Comfort"
|
||||
@@ -276,20 +129,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Design Dynamics",
|
||||
"Architecture Collective",
|
||||
"Luxury Estates Intl",
|
||||
"Modern Living Group",
|
||||
"Elite Builders",
|
||||
]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/startup-background-with-rocket_23-2147508130.jpg",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t0bowk",
|
||||
"http://img.b2bpic.net/free-photo/flat-lay-puzzle-pieces-blue-background_23-2149299056.jpg",
|
||||
"http://img.b2bpic.net/free-photo/gray-concrete-pillars_181624-1500.jpg",
|
||||
"http://img.b2bpic.net/free-photo/smiling-considering-male-gear-idea_1134-1444.jpg",
|
||||
]}
|
||||
names={["Design Dynamics", "Architecture Collective", "Luxury Estates Intl"]}
|
||||
title="Trusted by Architects"
|
||||
description="Leading design firms and luxury developers choose Thermostream for their flagship projects."
|
||||
/>
|
||||
@@ -298,18 +138,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="GET A CONSULTATION"
|
||||
title="Ready to Transform Your Home?"
|
||||
description="Speak with our thermal engineers today to discuss your vision."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Consultation",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Book a Consultation", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -318,21 +151,9 @@ export default function LandingPage() {
|
||||
logoText="Thermostream"
|
||||
copyrightText="© 2025 Thermostream. All rights reserved."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "#",
|
||||
ariaLabel: "Linkedin",
|
||||
},
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
{ icon: Twitter, href: "#", ariaLabel: "Twitter" },
|
||||
{ icon: Linkedin, href: "#", ariaLabel: "Linkedin" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user