diff --git a/src/app/page.tsx b/src/app/page.tsx index 07a4f70..513c2c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TextAbout from '@/components/sections/about/TextAbout'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; export default function LandingPage() { return ( @@ -31,6 +32,7 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "About", id: "about" }, { name: "Services", id: "features" }, + { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} brandName="Z3Overseas" @@ -95,6 +97,22 @@ export default function LandingPage() { /> +