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 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