From ee99d9cbca9d6d4f033e2377e72fcc00e73a0cdf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:24:36 +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 2c53eff..0969b88 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -30,7 +30,8 @@ export const metadata: Metadata = { ], }, twitter: { - card: "summary_large_image", title: "re:print | Custom Lamps & Lighting", description: "Handcrafted custom lamps, keychains, and LED light boxes.", images: ["http://img.b2bpic.net/free-photo/selective-focus-shot-modern-lamp-with-light-bulb-inside-building_181624-58123.jpg"], + card: "summary_large_image", title: "re:print | Custom Lamps & Lighting", description: "Handcrafted custom lamps, keychains, and LED light boxes.", images: [ + "http://img.b2bpic.net/free-photo/selective-focus-shot-modern-lamp-with-light-bulb-inside-building_181624-58123.jpg"], }, robots: { index: true, -- 2.49.1 From 408974d3e78d82eecaa76a549a779578e2100d62 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:24:37 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index da69cb0..ead7c3b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -138,17 +138,17 @@ export default function LandingPage() {