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"] } ]} /> 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",