diff --git a/src/app/page.tsx b/src/app/page.tsx index 30401ae..603af92 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,11 +77,13 @@ export default function LandingPage() { tag="Our Difference" negativeCard={{ items: [ - "Delayed project timelines", "Hidden cost overruns", "Inconsistent quality", "Poor communication"], + "Delayed project timelines", "Hidden cost overruns", "Inconsistent quality", "Poor communication" + ], }} positiveCard={{ items: [ - "On-time project delivery", "Transparent fixed pricing", "Premium quality standards", "Dedicated project managers"], + "Peace of mind with timely delivery", "Budget confidence with fixed pricing", "Consistent excellence in every detail", "Direct access to your dedicated project manager" + ], }} animationType="slide-up" textboxLayout="default" @@ -137,13 +139,17 @@ export default function LandingPage() { tag="Team" members={[ { - id: "1", name: "James Mitchell", role: "CEO & Founder", imageSrc: "http://img.b2bpic.net/free-photo/wind-farms-fields_23-2149154408.jpg", imageAlt: "James Mitchell, CEO"}, + id: "1", name: "James Mitchell", role: "CEO & Founder", imageSrc: "http://img.b2bpic.net/free-photo/wind-farms-fields_23-2149154408.jpg", imageAlt: "James Mitchell, CEO" + }, { - id: "2", name: "Sarah Bennett", role: "Project Director", imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", imageAlt: "Sarah Bennett, Project Director"}, + id: "2", name: "Sarah Bennett", role: "Project Director", imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", imageAlt: "Sarah Bennett, Project Director" + }, { - id: "3", name: "Michael Torres", role: "Chief Engineer", imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-man-construction-vest-safety-helmet-looking-camera-smiling-cheerfully-standing-orange_141793-109139.jpg", imageAlt: "Michael Torres, Chief Engineer"}, + id: "3", name: "Michael Torres", role: "Chief Engineer", imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-man-construction-vest-safety-helmet-looking-camera-smiling-cheerfully-standing-orange_141793-109139.jpg", imageAlt: "Michael Torres, Chief Engineer" + }, { - id: "4", name: "Emily Rodriguez", role: "Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman-engineer_23-2148826528.jpg", imageAlt: "Emily Rodriguez, Operations Manager"}, + id: "4", name: "Emily Rodriguez", role: "Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman-engineer_23-2148826528.jpg", imageAlt: "Emily Rodriguez, Operations Manager" + }, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -156,17 +162,23 @@ export default function LandingPage() {