From aaa871b72372b695ca8687ff51dc7a066bf05c48 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 14:42:53 +0000 Subject: [PATCH 1/6] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 8d4e0d9..effd78b 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -30,7 +30,7 @@ export default function BlogPage() { { name: "About", id: "/#about" }, { name: "Menu", id: "/#menu" }, { name: "Testimonials", id: "/#testimonials" }, - { name: "Contact", id: "/#contact" }, + { name: "Contact", id: "/#contact" } ]} brandName="Pia" bottomLeftText="Experience the perfect brew." @@ -58,21 +58,21 @@ export default function BlogPage() { title: "Explore", items: [ { label: "Home", href: "/" }, { label: "Menu", href: "/#menu" }, - { label: "About Us", href: "/#about" }, - ], + { label: "About Us", href: "/#about" } + ] }, { title: "Connect", items: [ { label: "Contact", href: "/#contact" }, - { label: "Instagram", href: "https://www.instagram.com/pia.coffeeshop" }, - ], + { label: "Instagram", href: "https://www.instagram.com/pia.coffeeshop" } + ] }, { title: "Legal", items: [ { label: "Privacy Policy", href: "/privacy" }, - { label: "Terms of Service", href: "/terms" }, - ], - }, + { label: "Terms of Service", href: "/terms" } + ] + } ]} bottomLeftText="© 2024 Pia Coffeeshop. All rights reserved." bottomRightText="Crafted with care by Pia" @@ -80,4 +80,4 @@ export default function BlogPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 8c228709ca306891cb39532e84dc69b44de08e0f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 14:42:55 +0000 Subject: [PATCH 2/6] Update src/app/layout.tsx --- src/app/layout.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index dc66ef3..245b1dd 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -12,12 +12,12 @@ export const metadata: Metadata = { title: "Pia Coffeeshop | Your Daily Brew of Happiness", description: "Experience the warmth and community of Pia Coffeeshop. Enjoy artisanal coffee, freshly baked pastries, and a cozy atmosphere perfect for any moment.", openGraph: { title: "Pia Coffeeshop", description: "Experience the warmth and community of Pia Coffeeshop. Enjoy artisanal coffee, freshly baked pastries, and a cozy atmosphere perfect for any moment.", url: "https://www.piacoffee.com", siteName: "Pia Coffeeshop", images: [ { - url: "https://img.b2bpic.net/free-photo/portrait-smiling-waitress-using-coffee-machine_107420-12297.jpg", alt: "Cozy coffeeshop interior"}, - ], + url: "https://img.b2bpic.net/free-photo/portrait-smiling-waitress-using-coffee-machine_107420-12297.jpg", alt: "Cozy coffeeshop interior" } + ] }, twitter: { - card: "summary_large_image", title: "Pia Coffeeshop | Your Daily Brew of Happiness", description: "Experience the warmth and community of Pia Coffeeshop. Enjoy artisanal coffee, freshly baked pastries, and a cozy atmosphere perfect for any moment.", images: ["https://img.b2bpic.net/free-photo/portrait-smiling-waitress-using-coffee-machine_107420-12297.jpg"], - }, + card: "summary_large_image", title: "Pia Coffeeshop | Your Daily Brew of Happiness", description: "Experience the warmth and community of Pia Coffeeshop. Enjoy artisanal coffee, freshly baked pastries, and a cozy atmosphere perfect for any moment.", images: ["https://img.b2bpic.net/free-photo/portrait-smiling-waitress-using-coffee-machine_107420-12297.jpg"] + } }; export default function RootLayout({ @@ -1404,4 +1404,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 9f93737c6992c9ff74361ce2a2ea318e28b7edb4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 14:42:56 +0000 Subject: [PATCH 3/6] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e8a3704..05949db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,7 +118,7 @@ export default function SitePage() {
); -} +} \ No newline at end of file -- 2.49.1 From e3528ef776e4847b79dffe6f900c57abfad28cab Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 14:42:56 +0000 Subject: [PATCH 4/6] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 9920d2d..d6c8f07 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -91,7 +91,7 @@ function ProductPageContent({ params }: ProductPageProps) {