diff --git a/src/app/page.tsx b/src/app/page.tsx index 9bb2553..2133a52 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,8 +11,9 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SplitAbout from '@/components/sections/about/SplitAbout'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Award, Star, Zap } from "lucide-react"; +import { Award, Star, Zap, MessageSquareQuote } from "lucide-react"; export default function LandingPage() { return ( @@ -35,6 +36,7 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "About", id: "about" }, { name: "Services", id: "features" }, + { name: "Reviews", id: "reputation" }, { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" } ]} @@ -92,6 +94,23 @@ export default function LandingPage() { /> +
+ +
+