diff --git a/src/app/page.tsx b/src/app/page.tsx index f203d22..e965324 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; export default function LandingPage() { return ( @@ -126,16 +127,17 @@ export default function LandingPage() { @@ -143,12 +145,12 @@ export default function LandingPage() { @@ -164,13 +166,13 @@ export default function LandingPage() { ], }, { - title: "Explore", items: [ + title: "Company", items: [ + { label: "About Us", href: "#about" }, { label: "Menu", href: "#menu" }, - { label: "Gallery", href: "#gallery" }, ], }, { - title: "Social", items: [ + title: "Follow Us", items: [ { label: "Instagram", href: "#" }, { label: "Twitter", href: "#" }, ],