diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 2af87a7..271b160 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -35,7 +35,8 @@ export default function BlogPage() { { name: "Reviews", id: "testimonials" }, { name: "Contact", id: "contact" }, { name: "Support", id: "/support" }, - { name: "Privacy", id: "/privacy" } + { name: "Privacy", id: "/privacy" }, + { name: "Terms", id: "/terms" } ]} button={{ text: "Shop Now", href: "/shop" }} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index da75526..e93f43f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -205,6 +205,14 @@ export default function LandingPage() { termsText="We respect your privacy. Unsubscribe at any time. See our privacy policy and terms of service." tagAnimation="slide-up" /> +
+ Or reach out directly at{" "} + + nikolay@blagmail.com + +
+