Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 49da263158 |
@@ -36,7 +36,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Order Now", href: "https://instagram.com/everlasting_.lily"
|
text: "Order on Instagram", href: "https://instagram.com/everlasting_.lily"
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -129,7 +129,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Order Now", href: "https://instagram.com/everlasting_.lily" }
|
{ text: "Order on Instagram", href: "https://instagram.com/everlasting_.lily" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user