diff --git a/src/app/page.tsx b/src/app/page.tsx index c1cb32a..30f868f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,7 @@ import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; +import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; @@ -36,6 +37,8 @@ export default function LandingPage() { name: "Home", id: "#home"}, { name: "About Us", id: "#about"}, + { + name: "Our Skills", id: "#skills"}, { name: "Collection", id: "#collection"}, { @@ -138,6 +141,20 @@ export default function LandingPage() { /> +
+ +
+