From 1786be4a740fe8086f8d97213211d3733799b3f1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:22:51 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5456fcd..46b150c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,17 +22,20 @@ const nunito = Nunito({ export const metadata: Metadata = { title: "Brew Haven - Artisanal Coffee & Café", description: "Experience premium artisanal coffee, fresh pastries, and warm hospitality at Brew Haven. Your neighborhood gathering place for exceptional café moments.", keywords: "café, coffee shop, artisanal coffee, pastries, specialty drinks", metadataBase: new URL("https://brewhaven.com"), alternates: { - canonical: "https://brewhaven.com"}, + canonical: "https://brewhaven.com" + }, openGraph: { title: "Brew Haven - Artisanal Coffee & Café", description: "Experience premium artisanal coffee, fresh pastries, and warm hospitality.", url: "https://brewhaven.com", siteName: "Brew Haven", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/parisian-coffee-shop-style-with-tasty-coffee-served-wooden-table-coffee-shop-design_482257-18283.jpg", alt: "Brew Haven Café"}, - ], + url: "http://img.b2bpic.net/free-photo/parisian-coffee-shop-style-with-tasty-coffee-served-wooden-table-coffee-shop-design_482257-18283.jpg", alt: "Brew Haven Café" + } + ] }, twitter: { card: "summary_large_image", title: "Brew Haven - Artisanal Coffee & Café", description: "Experience premium artisanal coffee and fresh pastries.", images: [ - "http://img.b2bpic.net/free-photo/cups-cappuccino-with-heart-rosetta-latte-art_140725-1471.jpg"], - }, + "http://img.b2bpic.net/free-photo/cups-cappuccino-with-heart-rosetta-latte-art_140725-1471.jpg" + ] + } }; export default function RootLayout({ -- 2.49.1 From 1f7cca22f162ad27beab1c2d45301cf2b41b70f9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:22:52 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6e3d518..f235518 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import BlogCardOne from '@/components/sections/blog/BlogCardOne'; import { Coffee, Heart, MapPin } from "lucide-react"; export default function LandingPage() { @@ -78,26 +79,26 @@ export default function LandingPage() {