diff --git a/src/app/page.tsx b/src/app/page.tsx index 56a830d..a4e9827 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,6 +7,7 @@ import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSp import ProductCardOne from "@/components/sections/product/ProductCardOne"; import FeatureBento from "@/components/sections/feature/FeatureBento"; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; @@ -34,6 +35,7 @@ export default function SkincareTemplatePage() { { name: "About", id: "about" }, { name: "Benefits", id: "benefits" }, { name: "Reviews", id: "reviews" }, + { name: "Depoiments", id: "client-depoiments" }, { name: "Contact", id: "contact" } ]} button={{ text: "Shop Now", href: "products" }} @@ -143,6 +145,26 @@ export default function SkincareTemplatePage() { /> +
+ +
+