From 49da263158aaf1473397994e665344040031583d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 08:06:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } ]} /> -- 2.49.1