Update src/app/layout.tsx
This commit is contained in:
@@ -5,37 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const figtree = Figtree({
|
||||
variable: "--font-figtree",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-figtree", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Korva - FullStack Digital Solutions for Enterprise",
|
||||
description: "Korva delivers integrated web design, mobile app development, AI receptionists, and automation for enterprises. One trusted partner for complete digital transformation.",
|
||||
keywords: "digital agency, web design, mobile app development, AI systems, automation, enterprise solutions, fullstack development",
|
||||
metadataBase: new URL("https://korva.io"),
|
||||
title: "Korva - FullStack Digital Solutions for Enterprise", description: "Korva delivers integrated web design, mobile app development, AI receptionists, and automation for enterprises. One trusted partner for complete digital transformation.", keywords: "digital agency, web design, mobile app development, AI systems, automation, enterprise solutions, fullstack development", metadataBase: new URL("https://korva.io"),
|
||||
alternates: {
|
||||
canonical: "https://korva.io",
|
||||
},
|
||||
canonical: "https://korva.io"},
|
||||
openGraph: {
|
||||
title: "Korva - Your Trusted Digital Partner",
|
||||
description: "Complete digital solutions: web design, mobile apps, AI automation, and intelligent systems. Enterprise-grade expertise for global markets.",
|
||||
siteName: "Korva",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Korva - Your Trusted Digital Partner", description: "Complete digital solutions: web design, mobile apps, AI automation, and intelligent systems. Enterprise-grade expertise for global markets.", siteName: "Korva", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQrcI01FK1I2qWHIWJIzcpKPpL/modern-fullstack-digital-agency-hero-vis-1772535990568-4f313a26.png",
|
||||
alt: "Korva Digital Agency - FullStack Solutions",
|
||||
},
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQrcI01FK1I2qWHIWJIzcpKPpL/modern-fullstack-digital-agency-hero-vis-1772535990568-4f313a26.png", alt: "Korva Digital Agency - FullStack Solutions"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Korva - FullStack Digital Agency",
|
||||
description: "Transform your business with integrated web, mobile, AI, and automation solutions.",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQrcI01FK1I2qWHIWJIzcpKPpL/modern-fullstack-digital-agency-hero-vis-1772535990568-4f313a26.png",
|
||||
],
|
||||
card: "summary_large_image", title: "Korva - FullStack Digital Agency", description: "Transform your business with integrated web, mobile, AI, and automation solutions.", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQrcI01FK1I2qWHIWJIzcpKPpL/modern-fullstack-digital-agency-hero-vis-1772535990568-4f313a26.png"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
Reference in New Issue
Block a user