Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-06 19:47:23 +00:00

View File

@@ -63,35 +63,35 @@ export default function LandingPage() {
handle: "@CEO",
testimonial: "Exceptional delivery of our heavy infrastructure requirements. Truly world-class.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg?_wi=1",
},
{
name: "Sarah Jenkins",
handle: "@Director",
testimonial: "ZPMC Abu Dhabi provides unmatched precision in large-scale port operations.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg?_wi=1",
},
{
name: "Mark Thornton",
handle: "@VP",
testimonial: "Reliable partner for complex engineering challenges in the Middle East.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1651.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1651.jpg?_wi=1",
},
{
name: "Fatima Al Farsi",
handle: "@Consultant",
testimonial: "Unrivaled expertise in heavy machinery engineering. Highly recommended.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11863.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11863.jpg?_wi=1",
},
{
name: "John Doe",
handle: "@Manager",
testimonial: "A project that exceeded all expectations of scale and delivery timeframe.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panel-manufacturing-facility-presents-green-energy-production_482257-119910.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panel-manufacturing-facility-presents-green-energy-production_482257-119910.jpg?_wi=1",
},
]}
buttons={[
@@ -216,7 +216,7 @@ export default function LandingPage() {
handle: "@Chairman",
testimonial: "A place you must see at least once — the scale of their operations is simply inspiring.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg?_wi=2",
},
{
id: "2",
@@ -224,7 +224,7 @@ export default function LandingPage() {
handle: "@OpsLead",
testimonial: "Professional, punctual, and technologically advanced beyond competitors.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businesswoman-eyeglasses_1262-5856.jpg?_wi=2",
},
{
id: "3",
@@ -232,7 +232,7 @@ export default function LandingPage() {
handle: "@Engineer",
testimonial: "The precision engineering is visible in every single piece of steel they construct.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1651.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1651.jpg?_wi=2",
},
{
id: "4",
@@ -240,7 +240,7 @@ export default function LandingPage() {
handle: "@Purchasing",
testimonial: "ZPMC handles heavy machinery complexities with ease and grace.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11863.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11863.jpg?_wi=2",
},
{
id: "5",
@@ -248,7 +248,7 @@ export default function LandingPage() {
handle: "@Consultant",
testimonial: "Partnering with them has streamlined our largest infrastructure initiatives.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panel-manufacturing-facility-presents-green-energy-production_482257-119910.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panel-manufacturing-facility-presents-green-energy-production_482257-119910.jpg?_wi=2",
},
]}
showRating={true}