Update src/app/layout.tsx
This commit is contained in:
@@ -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"] });
|
||||
|
||||
Reference in New Issue
Block a user