From 2f6524417da2428d5c910d854c20837dbf272ac8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 09:56:25 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 71f5c0a..0a56298 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -50,8 +50,8 @@ export default function AboutPage() { title="Values" description="Quality over everything." features={[ - { id: "1", title: "Quality" }, - { id: "2", title: "Expertise" } + { id: "1", title: "Quality", tags: ["Premium"] }, + { id: "2", title: "Expertise", tags: ["Professional"] } ]} /> -- 2.49.1 From 4c8ebe0d4240938c09c5e52361caa9d5fc1eb37e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 09:56:26 +0000 Subject: [PATCH 2/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b459a8e..ee1294c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Nunito } from "next/font/google"; export const metadata: Metadata = { - title: 'Hookah Haven | Premium Hookah & Shisha Supplies', - description: 'Shop the finest artisan hookahs, premium shisha tobacco, and accessories. 21+ only. Secure shipping across the USA.', + title: 'About Us | Hookah Haven', + description: 'Learn about our heritage, values, and commitment to the premium hookah experience.', openGraph: { "title": "Hookah Haven", "description": "Premium Hookah & Shisha Supplies", -- 2.49.1