diff --git a/src/app/page.tsx b/src/app/page.tsx
index f5526bb..7bd4fdf 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,38 +42,16 @@ export default function LandingPage() {
@@ -97,14 +63,8 @@ export default function LandingPage() {
title="Why Choose AlHadaf AlFadhi?"
description="AlHadaf AlFadhi provides expert building maintenance solutions for both residential and commercial sectors across the UAE. Our team is dedicated to quality, precision, and timely service."
metrics={[
- {
- value: "10+",
- title: "Years Experience",
- },
- {
- value: "500+",
- title: "Projects Completed",
- },
+ { value: "10+", title: "Years Experience" },
+ { value: "500+", title: "Projects Completed" }
]}
imageSrc="http://img.b2bpic.net/free-photo/handsome-man-contractor-with-security-helmet-checking-construction-blueprints-while-looking-tablet_662251-387.jpg"
imageAlt="AlHadaf AlFadhi professional crew"
@@ -120,68 +80,20 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "Facility Management",
- description: "End-to-end management for commercial buildings.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/repairman-doing-air-conditioner-service_1303-26543.jpg",
- imageAlt: "Repairman doing air conditioner service",
- },
- items: [
- {
- icon: CheckCircle,
- text: "Cleaning Services",
- },
- {
- icon: CheckCircle,
- text: "Security Support",
- },
- ],
- reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/young-loader-holding-mini-clipboard-with-winner-gesture-uniform-front-view_176474-21365.jpg?_wi=2",
- imageAlt: "Repairman doing air conditioner service",
+ title: "Facility Management", description: "End-to-end management for commercial buildings.", media: { imageSrc: "http://img.b2bpic.net/free-photo/repairman-doing-air-conditioner-service_1303-26543.jpg", imageAlt: "Repairman doing air conditioner service" },
+ items: [{ icon: CheckCircle, text: "Cleaning Services" }, { icon: CheckCircle, text: "Security Support" }],
+ reverse: false
},
{
- title: "General Repair",
- description: "Quick fixes and maintenance for property safety.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17482.jpg",
- imageAlt: "An electrician is mounting electric sockets on the white wall indoors",
- },
- items: [
- {
- icon: CheckCircle,
- text: "Plumbing Repair",
- },
- {
- icon: CheckCircle,
- text: "Electrical Works",
- },
- ],
- reverse: true,
- imageSrc: "http://img.b2bpic.net/free-photo/engineer-writing-condenser-values_482257-90848.jpg?_wi=2",
- imageAlt: "Repairman doing air conditioner service",
+ title: "General Repair", description: "Quick fixes and maintenance for property safety.", media: { imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17482.jpg", imageAlt: "An electrician is mounting electric sockets on the white wall indoors" },
+ items: [{ icon: CheckCircle, text: "Plumbing Repair" }, { icon: CheckCircle, text: "Electrical Works" }],
+ reverse: true
},
{
- title: "Renovations",
- description: "Upgrade and improve your existing property spaces.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/young-serious-engineer-work-clothes-yellow-hardhat-thoughtfully-looking-plan-new-apartment-work_574295-1999.jpg",
- imageAlt: "Young serious engineer in work clothes and yellow hardhat thoughtfully looking on plan of new apartment at work",
- },
- items: [
- {
- icon: CheckCircle,
- text: "Painting Services",
- },
- {
- icon: CheckCircle,
- text: "Interior Refitting",
- },
- ],
- reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-studio_23-2150275711.jpg?_wi=2",
- imageAlt: "Repairman doing air conditioner service",
- },
+ title: "Renovations", description: "Upgrade and improve your existing property spaces.", media: { imageSrc: "http://img.b2bpic.net/free-photo/young-serious-engineer-work-clothes-yellow-hardhat-thoughtfully-looking-plan-new-apartment-work_574295-1999.jpg", imageAlt: "Young serious engineer in work clothes and yellow hardhat thoughtfully looking on plan of new apartment at work" },
+ items: [{ icon: CheckCircle, text: "Painting Services" }, { icon: CheckCircle, text: "Interior Refitting" }],
+ reverse: false
+ }
]}
title="Our Professional Services"
description="We cover all aspects of facility management and building maintenance."
@@ -192,25 +104,11 @@ export default function LandingPage() {
@@ -257,59 +135,34 @@ export default function LandingPage() {