From eefa937fed73d13afaac1f6884ec5e2583a51fea Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:55:30 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7114aa4..5f068e2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -16,9 +16,11 @@ const inter = Inter({ export const metadata: Metadata = { title: "Premium Specialty Coffee | Artisan Coffee Co.", description: "Discover exceptional specialty coffee sourced from sustainable farms worldwide. Hand-roasted, fresh, and delivered to your door.", keywords: "specialty coffee, artisan coffee, premium beans, sustainable coffee, coffee delivery", openGraph: { - title: "Premium Specialty Coffee | Artisan Coffee Co.", description: "Discover exceptional specialty coffee sourced from sustainable farms worldwide.", type: "website", siteName: "Artisan Coffee Co."}, + title: "Premium Specialty Coffee | Artisan Coffee Co.", description: "Discover exceptional specialty coffee sourced from sustainable farms worldwide.", type: "website", siteName: "Artisan Coffee Co." + }, twitter: { - card: "summary_large_image", title: "Premium Specialty Coffee | Artisan Coffee Co.", description: "Discover exceptional specialty coffee sourced from sustainable farms worldwide."}, + card: "summary_large_image", title: "Premium Specialty Coffee | Artisan Coffee Co.", description: "Discover exceptional specialty coffee sourced from sustainable farms worldwide." + }, robots: { index: true, follow: true, @@ -1409,4 +1411,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 60959192df7eab132885903b6e9d713736b4b38c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:55:31 +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 80734a3..864ef3a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -178,4 +178,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1