From adc1041a8ef34d2ebd4139726d2975d1a01cbdf1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 06:01:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) 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() { /> +
+ +
+