6 Commits

Author SHA1 Message Date
0bc094a7b1 Update src/app/page.tsx 2026-03-14 09:11:39 +00:00
e28bb8c00f Merge version_2 into main
Merge version_2 into main
2026-03-14 09:09:46 +00:00
5e6252e0d2 Update src/app/page.tsx 2026-03-14 09:09:42 +00:00
87c84c165c Merge version_1 into main
Merge version_1 into main
2026-03-14 09:05:18 +00:00
d48d1339bf Merge version_1 into main
Merge version_1 into main
2026-03-14 09:04:53 +00:00
01f09216a4 Merge version_1 into main
Merge version_1 into main
2026-03-14 09:04:13 +00:00

View File

@@ -45,8 +45,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
title="Smart Plant Care for a Sustainable Future"
description="Arbor combines cutting-edge technology with environmental responsibility to help you nurture healthier plants while conserving water. Experience the future of sustainable gardening."
title="Healthy Plants, 40% Less Water The Smart Way to Care"
description="Arbor combines cutting-edge technology with environmental responsibility to help you nurture healthier plants while conserving water. Our innovative systems prove that sustainability and thriving greenery go hand in hand."
tag="Innovation Meets Sustainability"
tagIcon={Leaf}
tagAnimation="slide-up"
@@ -316,4 +316,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}