Update src/app/page.tsx

This commit is contained in:
2026-03-05 10:07:29 +00:00
parent 218455565a
commit 60ae8f59bb

View File

@@ -52,7 +52,7 @@ export default function HomePage() {
<HeroBillboardScroll
title="Premium Smart Home Solutions"
description="Discover intelligent gadgets that solve real problems. Free shipping on all orders."
tag="Free Shipping"
tag="Setup in Minutes, Control Everything"
tagIcon={Zap}
background={{ variant: "animated-grid" }}
buttons={[{ text: "Shop Now", href: "/shop" }]}
@@ -224,4 +224,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}