Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-06-10 20:47:48 +00:00
2 changed files with 8 additions and 7 deletions

View File

@@ -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."

View File

@@ -95,9 +95,9 @@ export default function TestimonialsPage() {
}
]}
kpiItems={[
{ value: "500+", description: "Satisfied Clients" },
{ value: "4.9", description: "Average Rating" },
{ value: "100+", description: "Case Studies" }
{ value: "500+", label: "Satisfied Clients" },
{ value: "4.9", label: "Average Rating" },
{ value: "100+", label: "Case Studies" }
]}
title="What Our Clients Say"
description="Hear from our satisfied partners about the impact of Smart QHSE Systems."