Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-03 11:17:42 +00:00
2 changed files with 7 additions and 6 deletions

View File

@@ -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({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}