From fc8befa136c8b07318b7cfa480aa8641abbe778f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 14:04:44 +0000 Subject: [PATCH 1/5] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index d3c127f..a610093 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -45,7 +45,7 @@ export default function BlogPage() { ) : ( )} @@ -92,4 +92,4 @@ export default function BlogPage() { ); -} +} \ No newline at end of file From a3b7ed275a711d06fb5c7b090ce6372d7a90df52 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 14:04:46 +0000 Subject: [PATCH 2/5] 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 d8be7fc..903f980 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -10,9 +10,11 @@ const nunito = Nunito({ export const metadata: Metadata = { title: "BrewCraft | Premium Specialty Coffee Roasted Fresh", description: "Discover artisan-crafted specialty coffee roasted in-house. Experience single-origin espresso, smooth cappuccino, and cold brew concentrate. Visit BrewCraft today.", keywords: "specialty coffee, artisan roasted, espresso, cappuccino, cold brew, premium coffee", openGraph: { - title: "BrewCraft | Premium Specialty Coffee", description: "Discover artisan-crafted specialty coffee roasted in-house.", url: "https://brewcraft.com", siteName: "BrewCraft", type: "website"}, + title: "BrewCraft | Premium Specialty Coffee", description: "Discover artisan-crafted specialty coffee roasted in-house.", url: "https://brewcraft.com", siteName: "BrewCraft", type: "website" + }, twitter: { - card: "summary_large_image", title: "BrewCraft | Premium Specialty Coffee", description: "Discover artisan-crafted specialty coffee roasted in-house."}, + card: "summary_large_image", title: "BrewCraft | Premium Specialty Coffee", description: "Discover artisan-crafted specialty coffee roasted in-house." + }, }; export default function RootLayout({ @@ -1396,4 +1398,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file From 0007f3d0fd3161d48eaf9d570095961d620e6ea3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 14:04:47 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a7cfca..8b2d795 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -155,9 +155,9 @@ export default function Home() { } ]} kpiItems={[ - { id: "rating", value: "4.9/5" }, - { id: "repeat", value: "87%" }, - { id: "satisfaction", value: "98%" } + { value: "4.9/5", description: "Average Rating" }, + { value: "87%", description: "Repeat Customers" }, + { value: "98%", description: "Satisfaction Rate" } ]} /> @@ -243,4 +243,4 @@ export default function Home() { ); -} +} \ No newline at end of file From 0bf7b39ebd3067c9c829c8e9118a4209ae45177b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 14:04:48 +0000 Subject: [PATCH 4/5] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index c6c393b..7e05d56 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -58,7 +58,7 @@ export default function ProductDetailPage({ params }: PageProps) { ) : product ? ( ) : ( @@ -111,4 +111,4 @@ export default function ProductDetailPage({ params }: PageProps) { ); -} +} \ No newline at end of file From f18ac582537c94486ce1338d36e6c8507251bc01 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 14:04:49 +0000 Subject: [PATCH 5/5] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 9847c69..1de0337 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -48,6 +48,7 @@ export default function ShopPage() { ) : ( )} @@ -95,4 +96,4 @@ export default function ShopPage() { ); -} +} \ No newline at end of file