diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index f6e02b8..0440eac 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -27,7 +27,7 @@ export default function BlogPage() { +
+ +
+
); -} \ No newline at end of file +} diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 0d589dc..d07c973 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -84,15 +84,14 @@ export default function ProductPage({ params }: ProductPageProps) {
@@ -105,7 +104,7 @@ export default function ProductPage({ params }: ProductPageProps) { columns={[ { title: "Navigation", items: [ - { label: "Home", href: "/" }, + { label: "Home", href: "#hero" }, { label: "About Us", href: "#about" }, { label: "Menu", href: "#menu" }, { label: "Reviews", href: "#testimonials" } @@ -153,15 +152,14 @@ export default function ProductPage({ params }: ProductPageProps) {
@@ -182,7 +180,7 @@ export default function ProductPage({ params }: ProductPageProps) { columns={[ { title: "Navigation", items: [ - { label: "Home", href: "/" }, + { label: "Home", href: "#hero" }, { label: "About Us", href: "#about" }, { label: "Menu", href: "#menu" }, { label: "Reviews", href: "#testimonials" } @@ -229,15 +227,14 @@ export default function ProductPage({ params }: ProductPageProps) {
@@ -283,7 +280,7 @@ export default function ProductPage({ params }: ProductPageProps) { columns={[ { title: "Navigation", items: [ - { label: "Home", href: "/" }, + { label: "Home", href: "#hero" }, { label: "About Us", href: "#about" }, { label: "Menu", href: "#menu" }, { label: "Reviews", href: "#testimonials" } @@ -311,4 +308,4 @@ export default function ProductPage({ params }: ProductPageProps) { ); -} \ No newline at end of file +} diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 82828aa..e881df2 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -37,15 +37,14 @@ export default function ShopPage() {
@@ -58,7 +57,7 @@ export default function ShopPage() { columns={[ { title: "Navigation", items: [ - { label: "Home", href: "/" }, + { label: "Home", href: "#hero" }, { label: "About Us", href: "#about" }, { label: "Menu", href: "#menu" }, { label: "Reviews", href: "#testimonials" } @@ -105,15 +104,14 @@ export default function ShopPage() {
@@ -134,7 +132,7 @@ export default function ShopPage() { columns={[ { title: "Navigation", items: [ - { label: "Home", href: "/" }, + { label: "Home", href: "#hero" }, { label: "About Us", href: "#about" }, { label: "Menu", href: "#menu" }, { label: "Reviews", href: "#testimonials" } @@ -162,4 +160,4 @@ export default function ShopPage() { ); -} \ No newline at end of file +}