diff --git a/src/app/page.tsx b/src/app/page.tsx index 579e546..4f33e5d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -222,7 +222,7 @@ export default function LandingPage() { text="Ready to experience the magic? Visit us today or drop us a message for special orders." buttons={[ { - text: "Order Now", href: "#"}, + text: "Inquire About Custom Orders", href: "#"}, ]} /> @@ -262,4 +262,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}