Merge version_1 into main #3
224
src/app/page.tsx
224
src/app/page.tsx
@@ -2,15 +2,87 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
|
||||||
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
||||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||||
|
|
||||||
|
export default function HomePage() {
|
||||||
|
const navItems = [
|
||||||
|
{
|
||||||
|
name: "Home", id: "/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "About Us", id: "/about"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Products", id: "/products"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Services", id: "/services"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Blog", id: "/blog"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Testimonials", id: "/testimonials"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "FAQ", id: "/faq"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Contact", id: "/contact"
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
|
const footerColumns = [
|
||||||
|
{
|
||||||
|
title: "Products", items: [
|
||||||
|
{
|
||||||
|
label: "Risk Assessment", href: "/products"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "HSE Procedures", href: "/products"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "ISO Documentation", href: "/products"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "Digital Platforms", href: "/products"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Company", items: [
|
||||||
|
{
|
||||||
|
label: "About Us", href: "/about"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "Services", href: "/services"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "Blog", href: "/blog"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "Contact Us", href: "/contact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Support", items: [
|
||||||
|
{
|
||||||
|
label: "FAQ", href: "/faq"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "WhatsApp", href: "https://wa.me/212638673530"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "Email", href: "mailto:nimadigital99@gmail.com"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
export default function LandingPage() {
|
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="hover-bubble"
|
defaultButtonVariant="hover-bubble"
|
||||||
@@ -27,56 +99,31 @@ export default function LandingPage() {
|
|||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={navItems}
|
||||||
{
|
|
||||||
name: "Home", id: "/"},
|
|
||||||
{
|
|
||||||
name: "About Us", id: "/about"},
|
|
||||||
{
|
|
||||||
name: "Products", id: "/products"},
|
|
||||||
{
|
|
||||||
name: "Services", id: "/services"},
|
|
||||||
{
|
|
||||||
name: "Blog", id: "/blog"},
|
|
||||||
{
|
|
||||||
name: "Testimonials", id: "/testimonials"},
|
|
||||||
{
|
|
||||||
name: "FAQ", id: "/faq"},
|
|
||||||
{
|
|
||||||
name: "Contact", id: "/contact"},
|
|
||||||
]}
|
|
||||||
brandName="Smart QHSE System"
|
brandName="Smart QHSE System"
|
||||||
button={{
|
button={{
|
||||||
text: "Get a Quote", href: "/contact"}}
|
text: "Get a Quote", href: "/contact"
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardRotatedCarousel
|
<HeroBillboardRotatedCarousel
|
||||||
background={{
|
background={{ variant: "rotated-rays-animated-grid" }}
|
||||||
variant: "rotated-rays-animated-grid"}}
|
|
||||||
title="Professional Digital QHSE Solutions"
|
title="Professional Digital QHSE Solutions"
|
||||||
description="More than 100 premium digital QHSE products and smart solutions designed for HSE professionals, companies, consultants, and training centers worldwide."
|
description="More than 100 premium digital QHSE products and smart solutions designed for HSE professionals, companies, consultants, and training centers worldwide."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Explore Products", href: "/products" },
|
||||||
text: "Explore Products", href: "/products"},
|
{ text: "Contact Us", href: "/contact" }
|
||||||
{
|
|
||||||
text: "Contact Us", href: "/contact"},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
carouselItems={[
|
carouselItems={[
|
||||||
{
|
{ id: "hc-1", imageSrc: "http://img.b2bpic.net/free-photo/industry-40-engineer-upgrading-robotic-automation-systems_482257-126783.jpg", imageAlt: "Futuristic industrial plant" },
|
||||||
id: "hc-1", imageSrc: "http://img.b2bpic.net/free-photo/industry-40-engineer-upgrading-robotic-automation-systems_482257-126783.jpg", imageAlt: "Futuristic industrial plant"},
|
{ id: "hc-2", imageSrc: "http://img.b2bpic.net/free-photo/important-information-three-men-protective-helmet-looking-laptop-with-interest-while-standing-construction-site-day_259150-57630.jpg", imageAlt: "Engineers reviewing blueprints at construction site" },
|
||||||
{
|
{ id: "hc-3", imageSrc: "http://img.b2bpic.net/free-photo/industry-4-0-engineer-programs-automated-assembly-line-robot-arm-using-cad-software-tablet_482257-135813.jpg", imageAlt: "Modern warehouse facility with automated systems" },
|
||||||
id: "hc-2", imageSrc: "http://img.b2bpic.net/free-photo/important-information-three-men-protective-helmet-looking-laptop-with-interest-while-standing-construction-site-day_259150-57630.jpg", imageAlt: "Engineers reviewing blueprints at construction site"},
|
{ id: "hc-4", imageSrc: "http://img.b2bpic.net/free-photo/portrait-engineers-work-hours-job-site_23-2151589601.jpg", imageAlt: "Oil and gas facility at sunset" },
|
||||||
{
|
{ id: "hc-5", imageSrc: "http://img.b2bpic.net/free-photo/team-leader-tells-workers-how-optimize-energy-supply-photovoltaics-factory_482257-119720.jpg", imageAlt: "HSE meeting in corporate office" },
|
||||||
id: "hc-3", imageSrc: "http://img.b2bpic.net/free-photo/industry-4-0-engineer-programs-automated-assembly-line-robot-arm-using-cad-software-tablet_482257-135813.jpg", imageAlt: "Modern warehouse facility with automated systems"},
|
{ id: "hc-6", imageSrc: "http://img.b2bpic.net/free-photo/close-up-adult-woman-working-office_23-2149161655.jpg", imageAlt: "High-tech QHSE training session" }
|
||||||
{
|
|
||||||
id: "hc-4", imageSrc: "http://img.b2bpic.net/free-photo/portrait-engineers-work-hours-job-site_23-2151589601.jpg", imageAlt: "Oil and gas facility at sunset"},
|
|
||||||
{
|
|
||||||
id: "hc-5", imageSrc: "http://img.b2bpic.net/free-photo/team-leader-tells-workers-how-optimize-energy-supply-photovoltaics-factory_482257-119720.jpg", imageAlt: "HSE meeting in corporate office"},
|
|
||||||
{
|
|
||||||
id: "hc-6", imageSrc: "http://img.b2bpic.net/free-photo/close-up-adult-woman-working-office_23-2149161655.jpg", imageAlt: "High-tech QHSE training session"},
|
|
||||||
]}
|
]}
|
||||||
autoPlay={true}
|
autoPlay={true}
|
||||||
autoPlayInterval={5000}
|
autoPlayInterval={5000}
|
||||||
@@ -89,14 +136,10 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
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: "m1", value: "100+", title: "Digital Products", description: "Comprehensive range of innovative QHSE solutions.", 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: "m2", value: "Worldwide", title: "International Solutions", description: "Serving professionals and companies across the globe.", 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: "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: "m3", value: "Certified", title: "Professional Documentation", description: "Trusted, compliant, and up-to-date QHSE documents.", 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: "Leveraging technology for superior safety and quality.", 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"
|
title="Our Impact & Expertise"
|
||||||
description="Driving excellence in Quality, Health, Safety, and Environment globally with proven results."
|
description="Driving excellence in Quality, Health, Safety, and Environment globally with proven results."
|
||||||
@@ -107,94 +150,17 @@ export default function LandingPage() {
|
|||||||
<SocialProofOne
|
<SocialProofOne
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={["Global Energy Co.", "Apex Constructors", "CertifyPro Group", "LogiChain Solutions", "EcoGuard Alliance", "IndusTech Innovations", "SafeTrain Institute"]}
|
||||||
"Global Energy Co.", "Apex Constructors", "CertifyPro Group", "LogiChain Solutions", "EcoGuard Alliance", "IndusTech Innovations", "SafeTrain Institute"]}
|
|
||||||
title="Trusted by Leading Industries Worldwide"
|
title="Trusted by Leading Industries Worldwide"
|
||||||
description="Partnering with global leaders to elevate QHSE standards."
|
description="Partnering with global leaders to elevate QHSE standards."
|
||||||
showCard={true}
|
showCard={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="metric" data-section="metric">
|
|
||||||
<MetricCardThree
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
metrics={[
|
|
||||||
{
|
|
||||||
id: "m5", value: "10+", title: "Successful Projects", description: "Delivering excellence across diverse sectors.", imageSrc: "http://img.b2bpic.net/free-photo/business-work-concept_1388-72.jpg", imageAlt: "Successful Projects Icon"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m6", value: "99%", title: "Client Satisfaction", description: "Ensuring top-tier service and customer delight.", imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-collage-concept_23-2149595838.jpg", imageAlt: "Satisfaction Icon"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m7", value: "24/7", title: "Dedicated Support", description: "Always available to assist with your QHSE needs.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-working-as-help-line-operator-industrial-facility_482257-125164.jpg", imageAlt: "Support Icon"
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
title="Driving Digital QHSE Excellence"
|
|
||||||
description="Our commitment to innovation and client satisfaction sets new industry standards."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
|
||||||
<FaqSplitMedia
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-holding-smartphone_23-2148902606.jpg"
|
|
||||||
imageAlt="interactive safety checklist factory inspection"
|
|
||||||
faqs={[
|
|
||||||
{
|
|
||||||
id: "faq1", title: "What are Smart QHSE Systems?", content: "Integrated platforms for Quality, Health, Safety, and Environment management."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "faq2", title: "Benefits of Digital QHSE?", content: "Enhanced compliance, reduced risks, improved efficiency, and real-time insights."
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
title="Common Questions About Our Solutions"
|
|
||||||
description="Discover how our advanced QHSE systems can revolutionize your operations."
|
|
||||||
faqsAnimation="slide-up"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="Smart QHSE System"
|
logoText="Smart QHSE System"
|
||||||
columns={[
|
columns={footerColumns}
|
||||||
{
|
|
||||||
title: "Products", items: [
|
|
||||||
{
|
|
||||||
label: "Risk Assessment", href: "/products"},
|
|
||||||
{
|
|
||||||
label: "HSE Procedures", href: "/products"},
|
|
||||||
{
|
|
||||||
label: "ISO Documentation", href: "/products"},
|
|
||||||
{
|
|
||||||
label: "Digital Platforms", href: "/products"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Company", items: [
|
|
||||||
{
|
|
||||||
label: "About Us", href: "/about"},
|
|
||||||
{
|
|
||||||
label: "Services", href: "/services"},
|
|
||||||
{
|
|
||||||
label: "Blog", href: "/blog"},
|
|
||||||
{
|
|
||||||
label: "Contact Us", href: "/contact"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Support", items: [
|
|
||||||
{
|
|
||||||
label: "FAQ", href: "/faq"},
|
|
||||||
{
|
|
||||||
label: "WhatsApp", href: "https://wa.me/212638673530"},
|
|
||||||
{
|
|
||||||
label: "Email", href: "mailto:nimadigital99@gmail.com"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
copyrightText="Smart QHSE System © 2026 - All Rights Reserved"
|
copyrightText="Smart QHSE System © 2026 - All Rights Reserved"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -2,14 +2,49 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||||
import { Smile, Star } from "lucide-react";
|
import { Star } from 'lucide-react';
|
||||||
|
|
||||||
|
export default function TestimonialsPage() {
|
||||||
|
const navItems = [
|
||||||
|
{ name: "Home", id: "/" },
|
||||||
|
{ name: "About Us", id: "/about" },
|
||||||
|
{ name: "Products", id: "/products" },
|
||||||
|
{ name: "Services", id: "/services" },
|
||||||
|
{ name: "Blog", id: "/blog" },
|
||||||
|
{ name: "Testimonials", id: "/testimonials" },
|
||||||
|
{ name: "FAQ", id: "/faq" },
|
||||||
|
{ name: "Contact", id: "/contact" }
|
||||||
|
];
|
||||||
|
|
||||||
|
const footerColumns = [
|
||||||
|
{
|
||||||
|
title: "Products", items: [
|
||||||
|
{ label: "Risk Assessment", href: "/products" },
|
||||||
|
{ label: "HSE Procedures", href: "/products" },
|
||||||
|
{ label: "ISO Documentation", href: "/products" },
|
||||||
|
{ label: "Digital Platforms", href: "/products" }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Company", items: [
|
||||||
|
{ label: "About Us", href: "/about" },
|
||||||
|
{ label: "Services", href: "/services" },
|
||||||
|
{ label: "Blog", href: "/blog" },
|
||||||
|
{ label: "Contact Us", href: "/contact" }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Support", items: [
|
||||||
|
{ label: "FAQ", href: "/faq" },
|
||||||
|
{ label: "WhatsApp", href: "https://wa.me/212638673530" },
|
||||||
|
{ label: "Email", href: "mailto:nimadigital99@gmail.com" }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
export default function LandingPage() {
|
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="hover-bubble"
|
defaultButtonVariant="hover-bubble"
|
||||||
@@ -26,250 +61,41 @@ export default function LandingPage() {
|
|||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={navItems}
|
||||||
{
|
|
||||||
name: "Home",
|
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "About Us",
|
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Products",
|
|
||||||
id: "/products",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Services",
|
|
||||||
id: "/services",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Blog",
|
|
||||||
id: "/blog",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Testimonials",
|
|
||||||
id: "/testimonials",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "FAQ",
|
|
||||||
id: "/faq",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
brandName="Smart QHSE System"
|
brandName="Smart QHSE System"
|
||||||
button={{
|
button={{ text: "Get a Quote", href: "/contact" }}
|
||||||
text: "Get a Quote",
|
|
||||||
href: "/contact",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="client-success-stories" data-section="client-success-stories">
|
<div id="testimonial-section" data-section="testimonial-section">
|
||||||
<TestimonialCardSixteen
|
<TestimonialCardSixteen
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
animationType="slide-up" {/* Line 72, column 8: Added missing prop */}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ id: "t1", name: "Ahmed Al-Farsi", role: "CEO", company: "Global Energy Co.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panel-manufacturing-facility-presents-green-energy-production_482257-118152.jpg", imageAlt: "Ahmed Al-Farsi" },
|
||||||
id: "1",
|
{ id: "t2", name: "Fatima Zahra", role: "HSE Manager", company: "Apex Constructors", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/young-person-intership_23-2149315641.jpg", imageAlt: "Fatima Zahra" },
|
||||||
name: "John D.",
|
{ id: "t3", name: "Omar Benali", role: "Safety Consultant", company: "CertifyPro Group", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/men-with-helmet-working-logistic_23-2148886814.jpg", imageAlt: "Omar Benali" },
|
||||||
role: "CEO",
|
{ id: "t4", name: "Layla Mansour", role: "Operations Director", company: "LogiChain Solutions", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/focused-man-leader-explaining-management-project-using-monitor-working-company-meeting-office-roo_482257-2924.jpg", imageAlt: "Layla Mansour" },
|
||||||
company: "Global Manufacturing Co.",
|
{ id: "t5", name: "Youssef El-Hajj", role: "Training Center Director", company: "EcoGuard Alliance", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-work_23-2148943348.jpg", imageAlt: "Youssef El-Hajj" }
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panel-manufacturing-facility-presents-green-energy-production_482257-118152.jpg",
|
|
||||||
imageAlt: "CEO global manufacturing company portrait",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
name: "Aisha R.",
|
|
||||||
role: "QHSE Manager",
|
|
||||||
company: "Energy Corporation",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-person-intership_23-2149315641.jpg",
|
|
||||||
imageAlt: "QHSE manager energy corporation portrait",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
name: "Carlos M.",
|
|
||||||
role: "Safety Director",
|
|
||||||
company: "Construction Solutions",
|
|
||||||
rating: 4,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/men-with-helmet-working-logistic_23-2148886814.jpg",
|
|
||||||
imageAlt: "Safety systems consultant portrait male",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
name: "Dr. Emily W.",
|
|
||||||
role: "Training Lead",
|
|
||||||
company: "Apex Training Institute",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-man-leader-explaining-management-project-using-monitor-working-company-meeting-office-roo_482257-2924.jpg",
|
|
||||||
imageAlt: "Training center director female portrait",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "5",
|
|
||||||
name: "Mark S.",
|
|
||||||
role: "Head of Operations",
|
|
||||||
company: "Logistics Pro",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-work_23-2148943348.jpg",
|
|
||||||
imageAlt: "Head of operations logistics company portrait",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
{
|
{ value: "500+", description: "Satisfied Clients" },
|
||||||
value: "99%",
|
{ value: "4.9", description: "Average Rating" },
|
||||||
label: "Client Satisfaction",
|
{ value: "100+", description: "Case Studies" }
|
||||||
},
|
|
||||||
{
|
|
||||||
value: "30%",
|
|
||||||
label: "Reduction in Incidents",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
value: "15x",
|
|
||||||
label: "ROI on Compliance",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Clients' Success is Our Priority"
|
title="What Our Clients Say"
|
||||||
description="Hear directly from industry leaders about how Smart QHSE System has transformed their operations and achieved outstanding results."
|
description="Hear from our satisfied partners about the impact of Smart QHSE Systems."
|
||||||
tag="Testimonials"
|
tag="Testimonials"
|
||||||
tagIcon={Star}
|
tagIcon={Star}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="more-testimonials" data-section="more-testimonials">
|
|
||||||
<TestimonialCardThirteen
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
testimonials={[
|
|
||||||
{
|
|
||||||
id: "6",
|
|
||||||
name: "Robert B.",
|
|
||||||
handle: "@RobertB_HSE",
|
|
||||||
testimonial: "The digital platforms from Smart QHSE System revolutionized our safety protocols. User-friendly and incredibly efficient!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-succesful-senior-entrrepeneur-conference-room_482257-4100.jpg",
|
|
||||||
imageAlt: "Portrait of succesful senior entrrepeneur in conference room",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "7",
|
|
||||||
name: "Jessica L.",
|
|
||||||
handle: "@JessicaL_QMS",
|
|
||||||
testimonial: "Their consulting team provided invaluable insights that streamlined our quality management, leading to significant improvements.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-succesful-senior-entrrepeneur-conference-room-smiling-camera-with-arms-crossed_482257-5017.jpg",
|
|
||||||
imageAlt: "Portrait of succesful senior entrrepeneur in conference room smiling at camera with arms crossed",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "8",
|
|
||||||
name: "Omar K.",
|
|
||||||
handle: "@OmarK_Compliance",
|
|
||||||
testimonial: "The custom documentation service ensured we were fully compliant, saving us immense time and resources.",
|
|
||||||
rating: 4,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136872.jpg",
|
|
||||||
imageAlt: "People working as a team company",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "9",
|
|
||||||
name: "Grace P.",
|
|
||||||
handle: "@GraceP_Safety",
|
|
||||||
testimonial: "Fantastic training materials! Our team found them engaging and highly effective for continuous safety education.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-engineer-job-site-work-hours_23-2151589633.jpg",
|
|
||||||
imageAlt: "Portrait of engineer at the job site during work hours",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
showRating={true}
|
|
||||||
title="What Our Partners Say"
|
|
||||||
description="More voices from satisfied clients who have achieved excellence with our QHSE solutions."
|
|
||||||
tag="Trust & Reliability"
|
|
||||||
tagIcon={Smile}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="testimonials-contact-cta" data-section="testimonials-contact-cta">
|
|
||||||
<ContactCTA
|
|
||||||
useInvertedBackground={false}
|
|
||||||
background={{
|
|
||||||
variant: "plain",
|
|
||||||
}}
|
|
||||||
tag="Join Our Satisfied Clients"
|
|
||||||
title="Experience the Smart QHSE Difference"
|
|
||||||
description="Partner with us to achieve your QHSE goals and add your success story to our growing list of satisfied clients."
|
|
||||||
buttons={[
|
|
||||||
{
|
|
||||||
text: "Contact Us",
|
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterBaseCard
|
||||||
columns={[
|
logoText="Smart QHSE System"
|
||||||
{
|
columns={footerColumns}
|
||||||
title: "Services",
|
copyrightText="Smart QHSE System © 2026 - All Rights Reserved"
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "QHSE Consulting",
|
|
||||||
href: "/services#consulting",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Custom Docs",
|
|
||||||
href: "/services#documentation",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Training Programs",
|
|
||||||
href: "/services#training",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Digital Platforms",
|
|
||||||
href: "/services#platforms",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Company",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "About Us",
|
|
||||||
href: "/about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Careers",
|
|
||||||
href: "/careers",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Blog",
|
|
||||||
href: "/blog",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Contact",
|
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Legal",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Privacy Policy",
|
|
||||||
href: "/privacy",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Terms of Service",
|
|
||||||
href: "/terms",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
logoText="Professional Digital QHSE Solutions"
|
|
||||||
copyrightText="© 2024 Professional Digital QHSE Solutions. All rights reserved."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user