From 7722d73c6ba8869285b895d9052470f57452f5b2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 07:14:13 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 379d838..7cf106d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,11 +22,14 @@ const nunitoSans = Nunito_Sans({ export const metadata: Metadata = { title: "Timeless Shine | Premium Anti-Tarnish Jewellery", description: "Discover exquisite anti-tarnish jewellery that maintains its brilliance forever. Shop luxury rings, necklaces, and bracelets with innovative protection coating.", keywords: "anti-tarnish jewellery, luxury rings, silver necklaces, gold bracelets, precious metals, tarnish-resistant, fine jewellery", metadataBase: new URL("https://timelessshine.com"), alternates: { - canonical: "https://timelessshine.com"}, + canonical: "https://timelessshine.com" + }, openGraph: { - title: "Timeless Shine | Premium Anti-Tarnish Jewellery", description: "Discover exquisite anti-tarnish jewellery that maintains its brilliance forever.", url: "https://timelessshine.com", siteName: "Timeless Shine", type: "website"}, + title: "Timeless Shine | Premium Anti-Tarnish Jewellery", description: "Discover exquisite anti-tarnish jewellery that maintains its brilliance forever.", url: "https://timelessshine.com", siteName: "Timeless Shine", type: "website" + }, twitter: { - card: "summary_large_image", title: "Timeless Shine | Premium Anti-Tarnish Jewellery", description: "Luxury jewellery that never fades. Shop our exclusive collection today."}, + card: "summary_large_image", title: "Timeless Shine | Premium Anti-Tarnish Jewellery", description: "Luxury jewellery that never fades. Shop our exclusive collection today." + }, robots: { index: true, follow: true, -- 2.49.1 From 9506a42cd994d1d8812cd5edfb4c29884ba3508f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 07:14:14 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2cda726..70aa32b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -169,9 +169,9 @@ export default function LandingPage() {
-- 2.49.1