From 79f29353e5354ba99d4efb78f8489df09669775a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:52:20 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f6bb3fe..8ac5652 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,7 +22,8 @@ export const metadata: Metadata = { openGraph: { title: "Radiance Skincare - Your Journey to Beautiful Skin", description: "Premium skincare made with natural ingredients and scientific innovation.", type: "website", siteName: "Radiance Skincare", images: [ { - url: "http://img.b2bpic.net/free-photo/young-woman-towel-ready-spa_1098-3103.jpg", alt: "Radiance Skincare Collection"}, + url: "http://img.b2bpic.net/free-photo/young-woman-towel-ready-spa_1098-3103.jpg", alt: "Radiance Skincare Collection" + }, ], }, twitter: { From f18c68665a15c7b0e312571fc7821bb887911da2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:52:21 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 61161a8..51f6e7a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() {