From 6989c0bdbd67aa84a8eb1437f7c17c2248b869c4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 01:10:55 +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 4497145..5e273f3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -28,7 +28,8 @@ export const metadata: Metadata = { openGraph: { title: "StoreFront - Shop Premium Products Online", description: "Discover quality products at unbeatable prices. Fast shipping, secure checkout, and 30-day returns.", type: "website", siteName: "StoreFront", images: [ { - url: "http://img.b2bpic.net/free-photo/person-setting-up-online-store-uploading-products-laptop_73899-54387.jpg", alt: "StoreFront - Premium Products Store"}, + url: "http://img.b2bpic.net/free-photo/person-setting-up-online-store-uploading-products-laptop_73899-54387.jpg", alt: "StoreFront - Premium Products Store" + }, ], }, twitter: { From 5f9838af134a60f4f1b5d1e27ef8c09686b6bd3b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 01:10:55 +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 1ab4952..b53d77a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -248,7 +248,7 @@ export default function StoreFrontPage() { animationType="entrance-slide" buttons={[ { text: "Start Shopping", href: "products" }, - { text: "Get In Touch", href: "#" } + { text: "Chat Now", href: "#" } ]} background={{ variant: "radial-gradient" }} useInvertedBackground={false}