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 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