Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 184d0979fd | |||
| be8a2b15d8 | |||
| 81c631e98e | |||
| bb99ff3ed6 | |||
| bd46f03d88 |
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
|||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Shop Now", href: "#products" },
|
{ text: "Explore New Collection", href: "#products" },
|
||||||
{ text: "View Collection", href: "#collections" }
|
{ text: "View Collection", href: "#collections" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -184,8 +184,8 @@ export default function LandingPage() {
|
|||||||
text="Ready to elevate your wardrobe? Get in touch with our style experts today and discover your perfect look."
|
text="Ready to elevate your wardrobe? Get in touch with our style experts today and discover your perfect look."
|
||||||
animationType="entrance-slide"
|
animationType="entrance-slide"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Contact Us", href: "#" },
|
{ text: "Start Shopping", href: "#" },
|
||||||
{ text: "Schedule Consultation", href: "#" }
|
{ text: "View Catalog", href: "#" }
|
||||||
]}
|
]}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user