diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ed2f598..91264b7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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"] });