Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-21 12:28:49 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Experience",
id: "about",
},
name: "Experience", id: "about"},
{
name: "Solutions",
id: "features",
},
name: "Solutions", id: "features"},
{
name: "Intelligence",
id: "metrics",
},
name: "Intelligence", id: "metrics"},
{
name: "Privacy",
id: "faq",
},
name: "Privacy", id: "faq"},
]}
brandName="Aether"
/>
@@ -55,47 +47,26 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant: "rotated-rays-animated",
}}
variant: "rotated-rays-animated"}}
title="Invisible Intelligence, Effortlessly Refined."
description="Redefining the boundaries of home living through anticipatory technology that understands, protects, and evolves with you."
buttons={[
{
text: "Book Consultation",
href: "#contact",
},
text: "Book Consultation", href: "#contact"},
]}
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/living-room-without-electric-light-inside-modern-house-blackout_123827-35881.jpg",
imageAlt: "Luxury living room",
},
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/living-room-without-electric-light-inside-modern-house-blackout_123827-35881.jpg", imageAlt: "Luxury living room"},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-house-with-automation-light-system-holding-smartphone-turning-light-using-voice-activated-application_482257-2271.jpg",
imageAlt: "Smart interface",
},
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-house-with-automation-light-system-holding-smartphone-turning-light-using-voice-activated-application_482257-2271.jpg", imageAlt: "Smart interface"},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/houses-with-yacht-old-port-nesebar-bulgaria_627829-7533.jpg",
imageAlt: "Smart bedroom",
},
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/houses-with-yacht-old-port-nesebar-bulgaria_627829-7533.jpg", imageAlt: "Smart bedroom"},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/elegance-luxury-modern-domestic-kitchen-generated-by-ai_188544-27840.jpg",
imageAlt: "Smart kitchen",
},
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/elegance-luxury-modern-domestic-kitchen-generated-by-ai_188544-27840.jpg", imageAlt: "Smart kitchen"},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smartphone-as-habit_23-2149240938.jpg",
imageAlt: "Smart office",
},
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smartphone-as-habit_23-2149240938.jpg", imageAlt: "Smart office"},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/fingers-opening-future_1134-120.jpg",
imageAlt: "System blueprint",
},
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/fingers-opening-future_1134-120.jpg", imageAlt: "System blueprint"},
]}
/>
</div>
@@ -106,9 +77,7 @@ export default function LandingPage() {
title="Where Architecture Meets Anticipatory Intelligence."
buttons={[
{
text: "Our Philosophy",
href: "#features",
},
text: "Our Philosophy", href: "#features"},
]}
/>
</div>
@@ -117,33 +86,19 @@ export default function LandingPage() {
<FeatureCardThree
textboxLayout="split"
gridVariant="bento-grid"
animationType="blur-reveal"
useInvertedBackground={false}
features={[
{
title: "Intuitive Presence",
description: "Systems that learn your habits and adjust your environment before you ask.",
imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039368.jpg",
},
title: "Intuitive Presence", description: "Systems that learn your habits and adjust your environment before you ask.", imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039368.jpg"},
{
title: "Fortified Privacy",
description: "Privacy is not a feature, it is our architecture. Total encryption for your data.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-activating-robot-cleaner_23-2148994179.jpg",
},
title: "Fortified Privacy", description: "Privacy is not a feature, it is our architecture. Total encryption for your data.", imageSrc: "http://img.b2bpic.net/free-photo/woman-activating-robot-cleaner_23-2148994179.jpg"},
{
title: "Dynamic Environments",
description: "Seamless lighting and climate control that evolve with the rhythm of your day.",
imageSrc: "http://img.b2bpic.net/free-photo/weather-forecast-home-automation-monitor_53876-97897.jpg",
},
title: "Dynamic Environments", description: "Seamless lighting and climate control that evolve with the rhythm of your day.", imageSrc: "http://img.b2bpic.net/free-photo/weather-forecast-home-automation-monitor_53876-97897.jpg"},
{
title: "Predictive Climate",
description: "AI-driven temperature regulation optimized for your schedule.",
imageSrc: "http://img.b2bpic.net/free-photo/eid-pods-with-coffee-cups-front-view-white-background_187299-39149.jpg",
},
title: "Predictive Climate", description: "AI-driven temperature regulation optimized for your schedule.", imageSrc: "http://img.b2bpic.net/free-photo/eid-pods-with-coffee-cups-front-view-white-background_187299-39149.jpg"},
{
title: "Luminescent Ambiance",
description: "Lighting scenarios that mirror the natural circadian rhythm.",
imageSrc: "http://img.b2bpic.net/free-photo/minimal-home-workspace-design_23-2148991401.jpg",
},
title: "Luminescent Ambiance", description: "Lighting scenarios that mirror the natural circadian rhythm.", imageSrc: "http://img.b2bpic.net/free-photo/minimal-home-workspace-design_23-2148991401.jpg"},
]}
title="Invisible Tech, Visible Comfort."
description="We hide the complexity, leaving only the seamless elegance of a home that perfectly adapts to your presence."
@@ -157,31 +112,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "1",
value: "99.9%",
title: "Uptime Reliability",
items: [
"Certified stable",
"Cloud resilient",
],
id: "1", value: "99.9%", title: "Uptime Reliability", items: [
"Certified stable", "Cloud resilient"],
},
{
id: "2",
value: "40%",
title: "Energy Savings",
items: [
"Optimized climate",
"Smart harvesting",
],
id: "2", value: "40%", title: "Energy Savings", items: [
"Optimized climate", "Smart harvesting"],
},
{
id: "3",
value: "0ms",
title: "Response Latency",
items: [
"Edge-computed",
"Lightning fast",
],
id: "3", value: "0ms", title: "Response Latency", items: [
"Edge-computed", "Lightning fast"],
},
]}
title="Efficiency Metrics."
@@ -194,14 +134,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Lumina Arch",
"Sovereign Build",
"Apex Tech",
"Vertex Home",
"Omni System",
"Nexus Group",
"Elite Estates",
]}
"Lumina Arch", "Sovereign Build", "Apex Tech", "Vertex Home", "Omni System", "Nexus Group", "Elite Estates"]}
title="Trusted by Visionaries"
description="Building the future of modern residence."
/>
@@ -215,25 +148,15 @@ export default function LandingPage() {
author="Sarah V., Entrepreneur"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-5081.jpg",
alt: "Sarah",
},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-5081.jpg", alt: "Sarah"},
{
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-darkroom_23-2149893830.jpg",
alt: "Michael",
},
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-darkroom_23-2149893830.jpg", alt: "Michael"},
{
src: "http://img.b2bpic.net/free-photo/serious-businessman-standing-front-building-talking-bluetooth_23-2147972874.jpg",
alt: "Emily",
},
src: "http://img.b2bpic.net/free-photo/serious-businessman-standing-front-building-talking-bluetooth_23-2147972874.jpg", alt: "Emily"},
{
src: "http://img.b2bpic.net/free-photo/successful-male-manager-leaning-railings_1262-3653.jpg",
alt: "David",
},
src: "http://img.b2bpic.net/free-photo/successful-male-manager-leaning-railings_1262-3653.jpg", alt: "David"},
{
src: "http://img.b2bpic.net/free-photo/portriat-beautiful-business-woman-standing_23-2148317282.jpg",
alt: "Elena",
},
src: "http://img.b2bpic.net/free-photo/portriat-beautiful-business-woman-standing_23-2148317282.jpg", alt: "Elena"},
]}
ratingAnimation="blur-reveal"
avatarsAnimation="blur-reveal"
@@ -245,20 +168,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Is my data private?",
content: "Absolutely. We utilize military-grade encryption and local-first data processing.",
},
id: "1", title: "Is my data private?", content: "Absolutely. We utilize military-grade encryption and local-first data processing."},
{
id: "2",
title: "What about installation?",
content: "Our white-glove service handles every aspect, leaving your home flawless.",
},
id: "2", title: "What about installation?", content: "Our white-glove service handles every aspect, leaving your home flawless."},
{
id: "3",
title: "Can I expand later?",
content: "Yes, our modular architecture is built to grow alongside your needs.",
},
id: "3", title: "Can I expand later?", content: "Yes, our modular architecture is built to grow alongside your needs."},
]}
sideTitle="Common Inquiries"
faqsAnimation="blur-reveal"
@@ -269,8 +183,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Let's begin"
title="Refine Your Living Standards."
description="Ready to experience the Aether difference? Contact us to schedule an exclusive consultation."
@@ -284,42 +197,27 @@ export default function LandingPage() {
logoText="Aether"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Philosophy",
href: "#features",
},
label: "Philosophy", href: "#features"},
],
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Security",
href: "#",
},
label: "Security", href: "#"},
{
label: "Automation",
href: "#",
},
label: "Automation", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms",
href: "#",
},
label: "Terms", href: "#"},
],
},
]}