From eab9d3b2c141ecd60d46c1e83330be076c16f424 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 16:43:50 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 377 ++++++++++++++++------------------------- 1 file changed, 148 insertions(+), 229 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 013d86d..83dc86a 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -13,252 +13,171 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ tag="Solutions & Expertise" + title="Excellence in Every Service" + description="Societe Erriadh provides high-quality industrial and commercial solutions, backed by years of market leadership and local reliability." + primaryButton={{ + text: "Discover our work", href: "#services"}} + secondaryButton={{ + text: "Contact us", href: "#contact"}} + imageSrc="http://img.b2bpic.net/free-photo/blurred-hotel-hall_1203-959.jpg" + /> +
+
-
- +
+ - -
+ title="Societe Erriadh has built its reputation on precision, efficiency, and dedication. We empower clients with top-tier industrial solutions and logistical excellence tailored to meet complex requirements." + /> +
+
-
- +
+ - -
+ tag="Our Expertise" + title="Comprehensive Industrial Solutions" + description="We specialize in delivering robust services across various industrial segments." + features={[ + { + icon: Building2, + title: "Precision Manufacturing", description: "High-quality industrial parts and custom assembly services."}, + { + icon: Truck, + title: "Global Logistics", description: "Seamless supply chain management and reliable distribution."}, + { + icon: ShieldCheck, + title: "Safety & Quality", description: "Strict compliance with international industrial safety standards."}, + ]} + /> +
+
-
- +
+ - -
+ tag="Our Impact" + title="Proven Track Record" + description="Hard work and dedication define our history." + metrics={[ + { + value: "15+", description: "Years of expertise"}, + { + value: "500+", description: "Successful projects"}, + { + value: "24/7", description: "Customer support"}, + ]} + /> +
+
-
- +
+ - -
+ tag="Product Catalog" + title="High-Performance Materials" + description="Explore our core product range." + items={[ + { + title: "Industrial Parts", description: "Durable steel components.", imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-detail-machinery_114579-2839.jpg"}, + { + title: "Storage Solutions", description: "Smart warehouse modules.", imageSrc: "http://img.b2bpic.net/free-photo/empty-room-background-with-white-walls_23-2151020116.jpg"}, + { + title: "Metal Raw Materials", description: "Top-tier alloys.", imageSrc: "http://img.b2bpic.net/free-photo/working-process-steel-factory_140725-7628.jpg"}, + { + title: "Hardware Tools", description: "Heavy-duty equipment.", imageSrc: "http://img.b2bpic.net/free-photo/tools-saw_23-2147773421.jpg"}, + { + title: "Construction Modules", description: "Reliable frameworks.", imageSrc: "http://img.b2bpic.net/free-photo/building-construction_23-2147785499.jpg"}, + { + title: "Piping Systems", description: "Efficient fluid handling.", imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-plant-expert-instructing-technician-how-best-harness-sun-power_482257-118156.jpg"}, + { + title: "Distribution Trucks", description: "Logistics vehicles.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-supply-chain-representation_23-2149827284.jpg"}, + ]} + /> +
+
-
- +
+ - -
+ tag="Testimonials" + title="Valued by our clients" + description="Here is what our partners say about us." + testimonials={[ + { + name: "Ahmed Benali", role: "Logistics Manager", company: "TechTrade", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/elegant-man-airport-with-suitcase_1157-33706.jpg"}, + { + name: "Sarah Amara", role: "Director", company: "Industri-X", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-holding-hand-pocket_23-2148095771.jpg"}, + { + name: "Karim Mansour", role: "Engineer", company: "BuildCorp", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-businessman-resting-cushions_1262-1762.jpg"}, + { + name: "Fatima Zaid", role: "Supply Chain", company: "LogiGroup", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-bearded-male-with-crossed-arms-dressed-blue-jacket-grey-vignette-background_613910-20111.jpg"}, + { + name: "Youssef Touati", role: "Manager", company: "GlobalTrade", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"}, + ]} + /> +
+
-
- +
+ - -
+ tag="Our Network" + title="Trusted Partners" + description="We work with top industry leaders." + names={[ + "Global Industries", "Steelcorp", "TradeMax", "LogisticPartners", "BuildXpert", "TerraSupply", "EnergyGroup"]} + /> +
+
-
- +
+ - -
+ tag="Help" + title="Common Questions" + description="Everything you need to know." + categories={[ + { + name: "General", items: [ + { + question: "What areas do you serve?", answer: "We serve all major industrial zones."}, + { + question: "How can I request a quote?", answer: "Use our contact form for quick quotes."}, + ], + }, + { + name: "Services", items: [ + { + question: "Are your services guaranteed?", answer: "Yes, quality compliance is our priority."}, + ], + }, + ]} + /> +
+
-
- +
+ - -
+ tag="Let's Connect" + text="Ready to get started on your next industrial project?" + primaryButton={{ + text: "Contact us today", href: "mailto:contact@societeerriadh.com"}} + secondaryButton={{ + text: "View our profile", href: "#about"}} + /> +
+
); }