From 4b07589318d0c59fbd485b38386473b2b64f90cf Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Feb 2026 07:05:19 +0000 Subject: [PATCH 1/5] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 69e0ffe..a0b8359 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -71,4 +71,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 1d168a0bdd94dd331b2cf76719b30620564081dc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Feb 2026 07:05:21 +0000 Subject: [PATCH 2/5] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 51fcd4c..f654688 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1410,4 +1410,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From fd92b273bf0c8a345af633f0f9e24ca03601f6cf Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Feb 2026 07:05:22 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b1ef1b0..01d05e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -268,4 +268,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 27cb362313f4fcd4c085ce7a00bd15dc6011666d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Feb 2026 07:05:22 +0000 Subject: [PATCH 4/5] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 0873d36..a7889cc 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -97,8 +97,7 @@ function ProductPageContent({ params }: ProductPageProps) { { name: "Our Team", id: "team" }, { name: "Results", id: "testimonials" }, { name: "FAQ", id: "faq" }, - { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } + { name: "Contact", id: "contact" } ]} brandName="Élite Aesthetics" bottomLeftText="Medical Grade Excellence" @@ -144,8 +143,7 @@ function ProductPageContent({ params }: ProductPageProps) { { name: "Our Team", id: "team" }, { name: "Results", id: "testimonials" }, { name: "FAQ", id: "faq" }, - { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } + { name: "Contact", id: "contact" } ]} brandName="Élite Aesthetics" bottomLeftText="Medical Grade Excellence" @@ -198,8 +196,7 @@ function ProductPageContent({ params }: ProductPageProps) { { name: "Our Team", id: "team" }, { name: "Results", id: "testimonials" }, { name: "FAQ", id: "faq" }, - { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } + { name: "Contact", id: "contact" } ]} brandName="Élite Aesthetics" bottomLeftText="Medical Grade Excellence" @@ -253,4 +250,4 @@ function ProductPageContent({ params }: ProductPageProps) { ); -} \ No newline at end of file +} -- 2.49.1 From f27f828388b0445d9ab2eac93b1d7323f901b5bc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Feb 2026 07:05:23 +0000 Subject: [PATCH 5/5] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 46d7665..9a6d2c3 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -40,8 +40,7 @@ function ShopPageContent() { { name: "Our Team", id: "team" }, { name: "Results", id: "testimonials" }, { name: "FAQ", id: "faq" }, - { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } + { name: "Contact", id: "contact" } ]} brandName="Élite Aesthetics" bottomLeftText="Medical Grade Excellence" @@ -85,8 +84,7 @@ function ShopPageContent() { { name: "Our Team", id: "team" }, { name: "Results", id: "testimonials" }, { name: "FAQ", id: "faq" }, - { name: "Contact", id: "contact" }, - { name: "Shop", id: "/shop" } + { name: "Contact", id: "contact" } ]} brandName="Élite Aesthetics" bottomLeftText="Medical Grade Excellence" @@ -122,4 +120,4 @@ export default function ShopPage() { ); -} \ No newline at end of file +} -- 2.49.1