From d9c9f903335b461bcea6fd513cacf3d051cab85a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 10:01:21 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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"] });