Update src/app/page.tsx

This commit is contained in:
2026-03-05 12:03:39 +00:00
parent 990d4c8ddc
commit 341c82cb96

View File

@@ -73,7 +73,7 @@ export default function LandingPage() {
tag="New Arrivals"
tagIcon={Star}
tagAnimation="slide-up"
buttons={[{ text: "Shop All Items Limited Stock", href: "#categories" }]}
buttons={[{ text: "View All Products", href: "#categories" }]}
buttonAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
@@ -181,8 +181,8 @@ export default function LandingPage() {
title="Ready to Refresh Your Space?"
description="Have questions about our products or need design advice? Our team is here to help you create the perfect home."
buttons={[
{ text: "Start Chat Now", href: "#" },
{ text: "Contact Us", href: "mailto:info@homewish.com" },
{ text: "Live Chat", href: "#" },
]}
buttonAnimation="slide-up"
background={{ variant: "plain" }}