From 8af6058e3191c9595d9acf2cf3340803b84adb4f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 23:03:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) 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: "#" }, ], -- 2.49.1