From 14cd66a4e481945fd79386af9c064e890fee9ef5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 23:24:03 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index fe8e98c..354f6a7 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -37,13 +37,13 @@ export default function BlogPage() { -- 2.49.1 From 0b4b1d4441fb4b4ad057d091dd3d7d0991c26793 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 23:24:04 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3df3196..6e19515 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { Date: Fri, 20 Feb 2026 23:24:05 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 06d5439..013aeed 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -216,7 +216,6 @@ function ProductPageContent({ params }: ProductPageProps) { columns={[{ "title": "Services", "items": [{ "label": "General Dentistry", "href": "#services" }, { "label": "Cosmetic Dentistry", "href": "#services" }, { "label": "Emergency Care", "href": "#services" }] }, { "title": "About Us", "items": [{ "label": "Our Story", "href": "#about" }, { "label": "Our Team", "href": "#about" }, { "label": "Patient Info", "href": "#" }] }, { "title": "Contact", "items": [{ "label": "Location", "href": "#contact" }, { "label": "Schedule Visit", "href": "#contact" }, { "label": "Call Us", "href": "tel:+1234567890" }] }]} logoText="SmileCare Dental" copyrightText="© 2024 SmileCare Dental. All rights reserved." - useInvertedBackground={true} className="bg-background-accent" /> -- 2.49.1 From 63cb490ef60fdbf2dddb7d49828c7cdb6a21c3ed Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 23:24:05 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 9823333..492ee4f 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -129,7 +129,6 @@ export default function ShopPage() { columns={[{ "title": "Services", "items": [{ "label": "General Dentistry", "href": "#services" }, { "label": "Cosmetic Dentistry", "href": "#services" }, { "label": "Emergency Care", "href": "#services" }] }, { "title": "About Us", "items": [{ "label": "Our Story", "href": "#about" }, { "label": "Our Team", "href": "#about" }, { "label": "Patient Info", "href": "#" }] }, { "title": "Contact", "items": [{ "label": "Location", "href": "#contact" }, { "label": "Schedule Visit", "href": "#contact" }, { "label": "Call Us", "href": "tel:+1234567890" }] }]} logoText="SmileCare Dental" copyrightText="© 2024 SmileCare Dental. All rights reserved." - useInvertedBackground={true} className="bg-background-accent" /> -- 2.49.1