Update src/app/layout.tsx

This commit is contained in:
2026-06-03 22:47:16 +00:00
parent 963b0f77e8
commit c05d7b9874

View File

@@ -8,19 +8,17 @@ import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: 'Webild: Creative Web Agency & Digital Solutions',
description: 'Webild is a creative web agency crafting stunning, high-performance websites and digital experiences. Elevate your brand with our expert design and development.',
title: 'Digital Solutions Agency: Web Development, Design & Marketing',
description: 'Your partner for cutting-edge digital solutions, including web development, design, and marketing. We help businesses thrive online.',
};
export default function RootLayout({
@@ -45,4 +43,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}