From a16cb96315d4d58066e6de0f3b50ee590e7a2554 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 07:26:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c215d61..09fc736 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -555,7 +555,7 @@ export default function LandingPage() { tagIcon={Phone} tagAnimation="slide-up" title="Ready to Find Your Dream Dress?" - description="Call or text us at 747-800-7770 to schedule your personal styling appointment. Our team is here to make your bridal journey unforgettable." + description="Book your free 30-minute styling session with limited availability! Our bridal experts will work with you one-on-one to find the perfect gown. Call or text (747) 800-7770 to secure your appointment today." buttons={[ { text: "Call (747) 800-7770", href: "tel:747-800-7770" }, { text: "Text (747) 800-7770", href: "sms:747-800-7770" } @@ -563,8 +563,7 @@ export default function LandingPage() { buttonAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} - buttonContainerClassName="flex flex-col sm:flex-row gap-3 justify-center" - buttonClassName="first:order-first second:order-last" + buttonContainerClassName="flex flex-col-reverse sm:flex-row gap-3 justify-center" /> -- 2.49.1