some cleanup
This commit is contained in:
@@ -59,7 +59,7 @@ export default function Footer() {
|
||||
<div className="widget widget_about">
|
||||
<div className="th-widget-about">
|
||||
<div className="about-logo" style={{ maxWidth: 180 }}>
|
||||
<a href="/"><img alt="logo footer" src="/wp-content/uploads/2026/01/logo_pe-Rd-Wh-001.svg" /></a>
|
||||
<a href="/"><img alt="logo footer" src="/assets/images/logo_pe-Rd-Wh-001.svg" /></a>
|
||||
</div>
|
||||
<p className="about-text" style={{ color: '#f5f5f5', lineHeight: 1.8 }}>
|
||||
Profen Engineering LLC is a leading multidisciplinary engineering and construction company based in Dubai, UAE. With years of expertise, we deliver comprehensive MEP, building contracting, metal fabrication, interior fit-out, landscaping, and misting solutions.
|
||||
|
||||
@@ -35,7 +35,7 @@ export default function Header() {
|
||||
<div className="th-menu-area text-center">
|
||||
<button className="th-menu-toggle"><i className="fas fa-times"></i></button>
|
||||
<div className="mobile-logo">
|
||||
<a href="/"><img alt="logo" src="/wp-content/uploads/2026/01/logo_pe-Rd-Wh-001.svg" /></a>
|
||||
<a href="/"><img alt="logo" src="/assets/images/logo_pe-Rd-Wh-001.svg" /></a>
|
||||
</div>
|
||||
<div className="th-mobile-menu">
|
||||
<ul>
|
||||
@@ -90,13 +90,13 @@ export default function Header() {
|
||||
<div className="row align-items-start justify-content-between">
|
||||
<div className="col-auto d-none d-lg-block">
|
||||
<div className="header-logo">
|
||||
<a href="/"><img alt="logo_pe Rd Wh 70" src="/wp-content/uploads/2024/07/logo_pe-Rd-Wh-70.png" /></a>
|
||||
<a href="/"><img alt="logo_pe Rd Wh 70" src="/assets/images/logo_pe-Rd-Wh-70.png" /></a>
|
||||
</div>
|
||||
</div>
|
||||
<div className="col">
|
||||
<div className="menu-wrap">
|
||||
<div className="header-logo d-block d-lg-none">
|
||||
<a href="/"><img alt="logo_pe new bk 70" src="/wp-content/uploads/2024/07/logo_pe-new-bk-70.png" /></a>
|
||||
<a href="/"><img alt="logo_pe new bk 70" src="/assets/images/logo_pe-new-bk-70.png" /></a>
|
||||
</div>
|
||||
<nav className="main-menu d-none d-lg-inline-block">
|
||||
<ul className="rakar-menu">
|
||||
|
||||
@@ -4,12 +4,12 @@ const FILTERS = ['All', 'Misting', 'Pro-Sheild Adiabatic Cooling', 'Electrical R
|
||||
const FILTER_CLASSES = { 'All': '*', 'Misting': '.cat1', 'Pro-Sheild Adiabatic Cooling': '.cat3', 'Electrical Renovation': '.cat2', 'Swimming pool': '.cat4', 'MEP': '.cat5' }
|
||||
|
||||
const PROJECTS = [
|
||||
{ category: 'cat1', image: '/wp-content/uploads/2025/02/PIC-3.jpg', alt: 'PIC 3', title: 'Outdoor Misting', description: 'Our outdoor misting project includes the design, installation, and maintenance of a state-of-the-art misting system tailored to your specific outdoor space.' },
|
||||
{ category: 'cat3', image: '/wp-content/uploads/2025/02/PIC-2.jpg', alt: 'PIC 2', title: 'Adiabatic Cooling', description: 'An advanced energy-efficient cooling solution designed to enhance the performance of HVAC, refrigeration, and industrial cooling systems.' },
|
||||
{ category: 'cat2', image: '/wp-content/uploads/2024/07/project_2_2.jpg', alt: 'project_2_2', title: 'Electrical renovation', description: 'Our electrical renovation project is designed to upgrade old, inefficient, or unsafe electrical systems to meet modern standards and energy efficiency' },
|
||||
{ category: 'cat5', image: '/wp-content/uploads/2024/07/project_2_4.jpg', alt: 'project_2_4', title: 'MEP Works', description: 'we provide plumbing solutions for residential, commercial & industrial projects, ensuring efficient water distribution, drainage & sanitation systems.' },
|
||||
{ category: 'cat1', image: '/wp-content/uploads/2025/02/PIC-4.jpg', alt: 'PIC 4', title: 'Landscaping Project', description: 'Our landscaping projects focus on aesthetics, functionality, and sustainability, ensuring a harmonious blend of nature and architecture.' },
|
||||
{ category: 'cat4', image: '/wp-content/uploads/2025/02/PIC-7.jpg', alt: 'PIC 7', title: 'Pool Hot & Cool Project', description: 'Our Swimming Pool Hot & Cool Project includes customized temperature control systems that enhance comfort, improve efficiency & reduce energy costs.' },
|
||||
{ category: 'cat1', image: '/assets/images/PIC-3.jpg', alt: 'PIC 3', title: 'Outdoor Misting', description: 'Our outdoor misting project includes the design, installation, and maintenance of a state-of-the-art misting system tailored to your specific outdoor space.' },
|
||||
{ category: 'cat3', image: '/assets/images/PIC-2.jpg', alt: 'PIC 2', title: 'Adiabatic Cooling', description: 'An advanced energy-efficient cooling solution designed to enhance the performance of HVAC, refrigeration, and industrial cooling systems.' },
|
||||
{ category: 'cat2', image: '/assets/images/project_2_2.jpg', alt: 'project_2_2', title: 'Electrical renovation', description: 'Our electrical renovation project is designed to upgrade old, inefficient, or unsafe electrical systems to meet modern standards and energy efficiency' },
|
||||
{ category: 'cat5', image: '/assets/images/project_2_4.jpg', alt: 'project_2_4', title: 'MEP Works', description: 'we provide plumbing solutions for residential, commercial & industrial projects, ensuring efficient water distribution, drainage & sanitation systems.' },
|
||||
{ category: 'cat1', image: '/assets/images/PIC-4.jpg', alt: 'PIC 4', title: 'Landscaping Project', description: 'Our landscaping projects focus on aesthetics, functionality, and sustainability, ensuring a harmonious blend of nature and architecture.' },
|
||||
{ category: 'cat4', image: '/assets/images/PIC-7.jpg', alt: 'PIC 7', title: 'Pool Hot & Cool Project', description: 'Our Swimming Pool Hot & Cool Project includes customized temperature control systems that enhance comfort, improve efficiency & reduce energy costs.' },
|
||||
]
|
||||
|
||||
export default function ProjectFilterGrid() {
|
||||
|
||||
Reference in New Issue
Block a user