Update src/app/layout.tsx

This commit is contained in:
2026-04-30 10:01:21 +00:00
parent a1a850b8be
commit d9c9f90333

View File

@@ -11,12 +11,16 @@ import { Playfair_Display, Inter } from "next/font/google";
export const metadata: Metadata = {
title: 'Sunrise Solar Solutions | Premium Solar Installations Windhoek',
description: 'Power your future with premium solar installations in Windhoek. Own your energy and cut power costs with reliable residential solar solutions from Sunrise Solar.',
title: 'Welcome',
description: 'Welcome to our website',
openGraph: {
"siteName": "Sunrise Solar Solutions",
"type": "website"
},
robots: {
"index": true,
"follow": true
},
};
const playfair = Playfair_Display({ variable: "--font-playfair", subsets: ["latin"] });