Merge version_2 into main #2
@@ -3,38 +3,23 @@ import { Poppins } from "next/font/google";
|
|||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
|
|
||||||
const poppins = Poppins({
|
const poppins = Poppins({
|
||||||
variable: "--font-poppins",
|
variable: "--font-poppins", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "OakCraft Digital - Custom Web Development & Design",
|
title: "OakCraft Digital - Custom Web Development & Design", description: "Crafting exceptional digital solutions for growing businesses. Full-stack web development, UI/UX design, and e-commerce expertise.", keywords: "web development, custom websites, UI/UX design, e-commerce, web design agency", metadataBase: new URL("https://oakcraft-digital.com"),
|
||||||
description: "Crafting exceptional digital solutions for growing businesses. Full-stack web development, UI/UX design, and e-commerce expertise.",
|
|
||||||
keywords: "web development, custom websites, UI/UX design, e-commerce, web design agency",
|
|
||||||
metadataBase: new URL("https://oakcraft-digital.com"),
|
|
||||||
alternates: {
|
alternates: {
|
||||||
canonical: "https://oakcraft-digital.com",
|
canonical: "https://oakcraft-digital.com"},
|
||||||
},
|
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "OakCraft Digital - Web Development Agency",
|
title: "OakCraft Digital - Web Development Agency", description: "Transform your vision into powerful web solutions with custom development and stunning design.", type: "website", siteName: "OakCraft Digital", images: [
|
||||||
description: "Transform your vision into powerful web solutions with custom development and stunning design.",
|
|
||||||
type: "website",
|
|
||||||
siteName: "OakCraft Digital",
|
|
||||||
images: [
|
|
||||||
{
|
{
|
||||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFg8RdJJCfHIKkdKyz1yrAP8o/a-modern-professional-web-development-wo-1772517081919-512502d7.png",
|
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFg8RdJJCfHIKkdKyz1yrAP8o/a-modern-professional-web-development-wo-1772517081919-512502d7.png", alt: "OakCraft Digital - Professional Web Development"},
|
||||||
alt: "OakCraft Digital - Professional Web Development",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "OakCraft Digital - Web Development", description: "Custom web development and design solutions for your business.", images: [
|
||||||
title: "OakCraft Digital - Web Development",
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFg8RdJJCfHIKkdKyz1yrAP8o/a-modern-professional-web-development-wo-1772517081919-512502d7.png"],
|
||||||
description: "Custom web development and design solutions for your business.",
|
|
||||||
images: [
|
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQFg8RdJJCfHIKkdKyz1yrAP8o/a-modern-professional-web-development-wo-1772517081919-512502d7.png",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
@@ -1421,4 +1406,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user