Update src/app/page.tsx

This commit is contained in:
2026-05-13 08:41:14 +00:00
parent 354551fa36
commit 0c913373d6

View File

@@ -101,7 +101,7 @@ export default function LandingPage() {
href: "#features", href: "#features",
}, },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/3d-futuristic-landscape-shiny-cubes-monotone_1048-12329.jpg" imageSrc="http://img.b2bpic.net/free-photo/3d-futuristic-landscape-shiny-cubes-monotone_1048-12329.jpg?_wi=1"
imageAlt="modern smart home futuristic interior" imageAlt="modern smart home futuristic interior"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
@@ -156,7 +156,7 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
title="Design With Purpose" title="Design With Purpose"
description="We believe technology shouldn't just be smart—it should be beautiful and gentle on the planet. Every product in our catalog is engineered for longevity and seamless home integration." description="We believe technology shouldn't just be smart—it should be beautiful and gentle on the planet. Every product in our catalog is engineered for longevity and seamless home integration."
imageSrc="http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797702.jpg" imageSrc="http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797702.jpg?_wi=1"
imageAlt="sustainable smart home controller tech" imageAlt="sustainable smart home controller tech"
/> />
</div> </div>
@@ -182,7 +182,7 @@ export default function LandingPage() {
descriptions: [ descriptions: [
"Deep insights into your energy consumption with actionable tips to reduce waste.", "Deep insights into your energy consumption with actionable tips to reduce waste.",
], ],
imageSrc: "http://img.b2bpic.net/free-photo/3d-futuristic-landscape-shiny-cubes-monotone_1048-12329.jpg", imageSrc: "http://img.b2bpic.net/free-photo/3d-futuristic-landscape-shiny-cubes-monotone_1048-12329.jpg?_wi=2",
imageAlt: "Texture of blind", imageAlt: "Texture of blind",
}, },
{ {
@@ -191,7 +191,7 @@ export default function LandingPage() {
descriptions: [ descriptions: [
"Circadian rhythm-synced lighting that automatically balances warm and cool tones.", "Circadian rhythm-synced lighting that automatically balances warm and cool tones.",
], ],
imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797702.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797702.jpg?_wi=2",
imageAlt: "Texture of blind", imageAlt: "Texture of blind",
}, },
]} ]}