From e9f7fa9ad09aa3c450f44d6faf32649a809e04cc Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 12:26:24 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 29846d6..bdd9e0c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -72,6 +72,7 @@ export default function AboutPage() { imageSrc="https://img.b2bpic.net/free-vector/gradient-labels-collection-luxurious-hotel-experience_23-2150241639.jpg" imageAlt="Shield with a checkmark symbolizing quality" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> -- 2.49.1 From 59c42948c1b5d41870c42a0233eb49c05acccf0d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 12:26:25 +0000 Subject: [PATCH 2/2] Update src/app/layout.tsx --- src/app/layout.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index dcb4e6b..9705691 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,13 +11,16 @@ export const metadata: Metadata = { title: "Hookah Haven - Premium Hookah, Tobacco & Accessories", description: "Discover a premium selection of hookahs, high-quality tobacco, natural charcoal, and essential accessories for an unparalleled smoking experience. Shop now at Hookah Haven.", keywords: ["hookah", "shisha", "tobacco", "charcoal", "hookah accessories", "premium hookah", "online hookah store"], metadataBase: new URL("https://www.hookahhaven.com"), alternates: { - canonical: "https://www.hookahhaven.com"}, + canonical: "https://www.hookahhaven.com" + }, openGraph: { title: "Hookah Haven - Premium Hookah, Tobacco & Accessories", description: "Discover a premium selection of hookahs, high-quality tobacco, natural charcoal, and essential accessories for an unparalleled smoking experience. Shop now at Hookah Haven.", url: "https://www.hookahhaven.com", siteName: "Hookah Haven", images: [ { - url: "https://img.b2bpic.net/free-photo/classic-hookah-beautiful-colored-rays-light-smoke-concept-hookah-smoking_169016-5136.jpg", alt: "Elegant hookah setup"}, + url: "https://img.b2bpic.net/free-photo/classic-hookah-beautiful-colored-rays-light-smoke-concept-hookah-smoking_169016-5136.jpg", alt: "Elegant hookah setup" + }, ], - type: "website"}, + type: "website" + }, twitter: { card: "summary_large_image", title: "Hookah Haven - Premium Hookah, Tobacco & Accessories", description: "Discover a premium selection of hookahs, high-quality tobacco, natural charcoal, and essential accessories for an unparalleled smoking experience. Shop now at Hookah Haven.", images: ["https://img.b2bpic.net/free-photo/classic-hookah-beautiful-colored-rays-light-smoke-concept-hookah-smoking_169016-5136.jpg"], }, -- 2.49.1