From 019f7410950f9c2accf7b832ebd082a4d4ff59c9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:17:36 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ef9223f..5544561 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -25,9 +25,11 @@ export const metadata: Metadata = { follow: true, }, openGraph: { - title: "CA Anusha Godavarthi & Associates", description: "Trusted chartered accountancy services for businesses and individuals in Hyderabad", type: "website", siteName: "CA Anusha Godavarthi & Associates"}, + title: "CA Anusha Godavarthi & Associates", description: "Trusted chartered accountancy services for businesses and individuals in Hyderabad", type: "website", siteName: "CA Anusha Godavarthi & Associates" + }, twitter: { - card: "summary_large_image", title: "CA Anusha Godavarthi & Associates"}, + card: "summary_large_image", title: "CA Anusha Godavarthi & Associates" + }, }; export default function RootLayout({ @@ -1414,4 +1416,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 7982ed1e83f39caa2f23cc785cf81e509d513130 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:17:37 +0000 Subject: [PATCH 2/2] 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 0941ac1..6cf3250 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,8 +66,7 @@ export default function LandingPage() { } ]} buttons={[ - { text: "Learn More", href: "#services" }, - { text: "Contact Us", href: "#contact" } + { text: "Learn More", href: "#services" } ]} useInvertedBackground={false} /> @@ -216,4 +215,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1