diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index b52d784..33e3a32 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -28,12 +28,11 @@ export default function BlogPage() { + + + +
+ console.log('Contact inquiry from:', email)} + /> +
+ + +
+ + ); +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ea8e3f..5fb5f8b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,7 +33,7 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Collection", id: "features" }, { name: "Reviews", id: "testimonials" }, - { name: "Contact", id: "contact" } + { name: "Contact", id: "/contact" } ]} bottomLeftText="Enchanted Drinkware" bottomRightText="hello@beautyandthebeast.com" @@ -203,7 +203,7 @@ export default function LandingPage() { { items: [ { label: "Customer Reviews", href: "testimonials" }, - { label: "Contact Us", href: "contact" }, + { label: "Contact Us", href: "/contact" }, { label: "Shipping Info", href: "#" }, { label: "Returns Policy", href: "#" } ] diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index ed774ad..267839c 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -85,12 +85,11 @@ export default function ProductPage({ params }: ProductPageProps) {