Update src/app/page.tsx
This commit is contained in:
@@ -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" }}
|
||||
|
||||
Reference in New Issue
Block a user