Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 58f464449a | |||
| 0bd09ac1db | |||
| af73ce8b43 | |||
| cfa179a626 |
@@ -36,7 +36,7 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Visit Store", href: "contact"
|
||||
text: "Shop Now", href: "contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
tagAnimation="blur-reveal"
|
||||
background={{ variant: "animated-grid" }}
|
||||
buttons={[
|
||||
{ text: "Visit Store", href: "contact" },
|
||||
{ text: "Shop Now", href: "contact" },
|
||||
{ text: "Contact Us", href: "contact" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
|
||||
Reference in New Issue
Block a user