diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index c80db56..a5d6873 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -29,6 +29,7 @@ export default function BlogPage() { navItems={[ { name: "Home", id: "/" }, { name: "Features", id: "/#features" }, + { name: "Products", id: "/#products" }, { name: "Testimonials", id: "/#testimonials" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }, diff --git a/src/app/page.tsx b/src/app/page.tsx index 485cecd..070352b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,6 +7,7 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll' import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; @@ -33,6 +34,7 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "/" }, { name: "Features", id: "#features" }, + { name: "Products", id: "#products" }, { name: "Testimonials", id: "#testimonials" }, { name: "Blog", id: "/blog" }, { name: "Shop", id: "/shop" }, @@ -90,6 +92,23 @@ export default function LandingPage() { tag="Our Results" /> +
+ +