From 120ad035a4de7f4c81f82aa9d32d78a8427f17ee Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 20:47:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9dae7d2..461565c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,6 +6,7 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; export default function HomePage() { const navItems = [ @@ -136,10 +137,10 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { id: "m1", value: "100+", title: "Digital Products", imageSrc: "http://img.b2bpic.net/free-vector/flat-minimal-technology-label-collection_23-2149055600.jpg", imageAlt: "Digital Products Icon" }, - { id: "m2", value: "Worldwide", title: "International Solutions", imageSrc: "http://img.b2bpic.net/free-photo/pointer-pin-location-earth-global-world-with-cardboard-boxes-transportation-logistics-concept-pink-background-icon-symbol-3d-rendering_56104-1283.jpg", imageAlt: "International Solutions Icon" }, - { id: "m3", value: "Certified", title: "Professional Documentation", imageSrc: "http://img.b2bpic.net/free-photo/close-up-still-life-hard-exams_23-2149314050.jpg", imageAlt: "Professional Documentation Icon" }, - { id: "m4", value: "Smart", title: "QHSE Systems", imageSrc: "http://img.b2bpic.net/free-photo/smart-factory-experts-optimizing-assembly-line-conveyor-belts_482257-126221.jpg", imageAlt: "Smart QHSE Systems Icon" } + { id: "m1", value: "100+", title: "Digital Products", description: "Wide range of digital QHSE products", imageSrc: "http://img.b2bpic.net/free-vector/flat-minimal-technology-label-collection_23-2149055600.jpg", imageAlt: "Digital Products Icon" }, + { id: "m2", value: "Worldwide", title: "International Solutions", description: "Solutions trusted by clients globally", imageSrc: "http://img.b2bpic.net/free-photo/pointer-pin-location-earth-global-world-with-cardboard-boxes-transportation-logistics-concept-pink-background-icon-symbol-3d-rendering_56104-1283.jpg", imageAlt: "International Solutions Icon" }, + { id: "m3", value: "Certified", title: "Professional Documentation", description: "Compliance with global standards", imageSrc: "http://img.b2bpic.net/free-photo/close-up-still-life-hard-exams_23-2149314050.jpg", imageAlt: "Professional Documentation Icon" }, + { id: "m4", value: "Smart", title: "QHSE Systems", description: "Intelligent systems for enhanced safety", imageSrc: "http://img.b2bpic.net/free-photo/smart-factory-experts-optimizing-assembly-line-conveyor-belts_482257-126221.jpg", imageAlt: "Smart QHSE Systems Icon" } ]} title="Our Impact & Expertise" description="Driving excellence in Quality, Health, Safety, and Environment globally with proven results."