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 +} 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 +} 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 +} 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 +} 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 +}