From 849cfef1281fd3bbfe0a4338b15d37d1df4ed2c1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 18:16:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6777013..42744ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,9 +111,9 @@ export default function LandingPage() { tagIcon={CheckCircle} tagAnimation="slide-up" buttons={[ - { text: "Explore All Services", href: "#contact" } + { text: "Book Your Design Strategy Call", href: "#contact" } ]} - buttonAnimation="slide-up" + buttonAnimation="blur-reveal" className="relative" containerClassName="max-w-7xl mx-auto px-4 py-16 md:py-24" textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4" @@ -305,4 +305,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1