Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7982ed1e83 | |||
| 019f741095 | |||
| 65820fd486 | |||
| b19d27de0d | |||
| e03e88cce5 |
@@ -25,9 +25,11 @@ export const metadata: Metadata = {
|
|||||||
follow: true,
|
follow: true,
|
||||||
},
|
},
|
||||||
openGraph: {
|
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: {
|
twitter: {
|
||||||
card: "summary_large_image", title: "CA Anusha Godavarthi & Associates"},
|
card: "summary_large_image", title: "CA Anusha Godavarthi & Associates"
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
@@ -1414,4 +1416,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -66,8 +66,7 @@ export default function LandingPage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Learn More", href: "#services" },
|
{ text: "Learn More", href: "#services" }
|
||||||
{ text: "Contact Us", href: "#contact" }
|
|
||||||
]}
|
]}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
@@ -216,4 +215,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user