From 9b021171cdf93cde8a4cf311fa97c2972abf1607 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:28:06 +0000 Subject: [PATCH] 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 24550d6..8379f43 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -31,7 +31,8 @@ export const metadata: Metadata = { ], }, twitter: { - card: "summary_large_image", title: "Smart Deal - Trusted Mobile Store in Guwahati", description: "Genuine phones at fair prices with warranty. Call us today!", images: ["http://img.b2bpic.net/free-photo/woman-choosing-phone-technology-store_1303-31328.jpg"], + card: "summary_large_image", title: "Smart Deal - Trusted Mobile Store in Guwahati", description: "Genuine phones at fair prices with warranty. Call us today!", images: [ + "http://img.b2bpic.net/free-photo/woman-choosing-phone-technology-store_1303-31328.jpg"], }, robots: { index: true, -- 2.49.1