diff --git a/src/app/page.tsx b/src/app/page.tsx index 8183b47..aa3b260 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" } ]} button={{ - text: "Order Now", href: "https://instagram.com/everlasting_.lily" + text: "Order on Instagram", href: "https://instagram.com/everlasting_.lily" }} /> @@ -129,7 +129,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} buttons={[ - { text: "Order Now", href: "https://instagram.com/everlasting_.lily" } + { text: "Order on Instagram", href: "https://instagram.com/everlasting_.lily" } ]} />