Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-05-09 12:23:40 +00:00

View File

@@ -96,7 +96,7 @@ export default function LandingPage() {
reverse: true,
},
{
title: "General Contracting", description: "Manage your build from start to finish.", media: { imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-19001.jpg", imageAlt: "professional construction planning" },
title: "General Contracting", description: "Manage your build from start to finish.", media: { imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-19001.jpg?_wi=1", imageAlt: "professional construction planning" },
items: [
{ icon: ClipboardCheck, text: "Planning" },
{ icon: HardHat, text: "Supervision" },
@@ -113,7 +113,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
team={[
{ id: "t1", name: "John Doe", role: "Lead Foreman", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-19001.jpg" },
{ id: "t1", name: "John Doe", role: "Lead Foreman", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-19001.jpg?_wi=2" },
{ id: "t2", name: "Jane Smith", role: "Project Manager", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772871.jpg" },
{ id: "t3", name: "Carlos Ruiz", role: "Roofing Specialist", imageSrc: "http://img.b2bpic.net/free-photo/brutal-beard-worker-man-suit-construction-worker-safety-orange-helmet-stay-near-big-industrial-stairs_627829-11413.jpg" },
]}