From d7ed6cb1de6d63525dede6d9ac43d6ac5fda8e15 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 12:05:32 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 95da029..e0a377d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -4,36 +4,24 @@ import { Work_Sans } from "next/font/google"; import "./globals.css"; const openSans = Open_Sans({ - variable: "--font-open-sans", - subsets: ["latin"], + variable: "--font-open-sans", subsets: ["latin"], }); const workSans = Work_Sans({ - variable: "--font-work-sans", - subsets: ["latin"], + variable: "--font-work-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Brew Haven - Premium Coffee & Cozy Atmosphere", - description: "Discover artisanal coffee, expert baristas, and a welcoming community at Brew Haven. Specialty blends, seasonal offerings, and the perfect space to work or relax.", - keywords: ["coffee shop", "specialty coffee", "barista", "latte", "espresso", "cozy café", "local coffee"], + title: "Brew Haven - Premium Coffee & Cozy Atmosphere", description: "Discover artisanal coffee, expert baristas, and a welcoming community at Brew Haven. Specialty blends, seasonal offerings, and the perfect space to work or relax.", keywords: ["coffee shop", "specialty coffee", "barista", "latte", "espresso", "cozy café", "local coffee"], openGraph: { - title: "Brew Haven - Premium Coffee & Cozy Atmosphere", - description: "Experience exceptional coffee and a warm, welcoming space at Brew Haven. Visit us today.", - siteName: "Brew Haven", - type: "website", - images: [ + title: "Brew Haven - Premium Coffee & Cozy Atmosphere", description: "Experience exceptional coffee and a warm, welcoming space at Brew Haven. Visit us today.", siteName: "Brew Haven", type: "website", images: [ { - url: "https://img.b2bpic.net/free-photo/cup-cappuccino-with-cookies_140725-6400.jpg", - alt: "Brew Haven specialty latte" + url: "https://img.b2bpic.net/free-photo/cup-cappuccino-with-cookies_140725-6400.jpg", alt: "Brew Haven specialty latte" } ] }, twitter: { - card: "summary_large_image", - title: "Brew Haven - Premium Coffee & Cozy Atmosphere", - description: "Discover artisanal coffee and a welcoming community at Brew Haven.", - images: ["https://img.b2bpic.net/free-photo/cup-cappuccino-with-cookies_140725-6400.jpg"] + card: "summary_large_image", title: "Brew Haven - Premium Coffee & Cozy Atmosphere", description: "Discover artisanal coffee and a welcoming community at Brew Haven.", images: ["https://img.b2bpic.net/free-photo/cup-cappuccino-with-cookies_140725-6400.jpg"] } }; -- 2.49.1 From 6b8d13b26de117a4f6f0dfdb3446be0e7e70d27f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 12:05:33 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 105 ++++++++++++++--------------------------------- 1 file changed, 30 insertions(+), 75 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8303b1e..28ab1f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,15 +51,15 @@ export default function HomePage() { enableKpiAnimation={true} tag="Premium Coffee Experience" tagIcon={Coffee} - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[ { text: "Explore Our Menu", href: "#menu" }, { text: "Visit Us Today", href: "#contact" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" imageSrc="https://img.b2bpic.net/free-photo/cup-cappuccino-with-cookies_140725-6400.jpg" imageAlt="Beautifully crafted latte with latte art" - mediaAnimation="entrance-slide" + mediaAnimation="slide-up" imagePosition="right" /> @@ -68,8 +68,7 @@ export default function HomePage() { -- 2.49.1