From a467d7a05cc82a67c545f3c34e6b7b3988ab5a1c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 23:09:09 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1f46c60..0ac49b1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,7 +21,8 @@ export const metadata: Metadata = { openGraph: { title: "EcoCup | Sustainable Paper Cups", description: "Compostable paper cups that reduce environmental impact. Join thousands of businesses saving the planet.", type: "website", siteName: "EcoCup", images: [ { - url: "http://img.b2bpic.net/free-photo/eco-friendly-disposable-tableware-cups_23-2148723794.jpg", alt: "Sustainable paper cups"}, + url: "http://img.b2bpic.net/free-photo/eco-friendly-disposable-tableware-cups_23-2148723794.jpg", alt: "Sustainable paper cups" + }, ], }, twitter: { @@ -1413,4 +1414,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From e44879099fd7eea350785a367e64af5b7af95694 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 23:09:10 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c2c1fbd..c67561d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1