From c7c3879409213f6022131e2ab9c846d5b697a9fb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 17:04:49 +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 d4080c9..fe1897b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { description="Your premier partner for unforgettable event management and organization in Chandigarh. We turn visions into exceptional experiences." tag="Chandigarh's Finest" buttons={[ - { text: "Explore Services", href: "#features" }, + { text: "View Our Services", href: "#features" }, { text: "Contact Us", href: "#contact" }, ]} mediaItems={[ @@ -161,4 +161,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1