From 65cec5e7fe4225a7d8cd8be581314ba25b477a14 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 13:48:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 221aa9b..6ee2cc6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,6 +51,8 @@ export default function LandingPage() { variant: "radial-gradient"}} title="Excellence in Agency Services" description="Sri Sai Gayatri Agencies provides premium solutions tailored to your unique business needs with expertise and reliability." + buttons={[{ text: "Get Started", href: "#contact" }]} + buttonAnimation="slide-up" kpis={[ { value: "10+", label: "Years Experience"}, @@ -220,4 +222,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file