Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-04 05:04:49 +00:00

View File

@@ -60,35 +60,35 @@ export default function LandingPage() {
handle: "@mhenderson",
testimonial: "This platform transformed how we handle our compliance audits. Absolutely seamless.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-industry-4-0-solar-panels-plant-elderly-supervisor-overseeing-facility-smiling-photovoltaics_482257-135647.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-industry-4-0-solar-panels-plant-elderly-supervisor-overseeing-facility-smiling-photovoltaics_482257-135647.jpg?_wi=1",
},
{
name: "Elena Rodriguez",
handle: "@erodriguez",
testimonial: "Finally, all our safety data is in one place. My engineers love the interface.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-engineer-from-middle-east-oil-refinery-wearing-white-hard-hat-hijab-engineer-writes-data-tablet-concept-women-specialists-production_166373-9027.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-engineer-from-middle-east-oil-refinery-wearing-white-hard-hat-hijab-engineer-writes-data-tablet-concept-women-specialists-production_166373-9027.jpg?_wi=1",
},
{
name: "David Kim",
handle: "@dkim",
testimonial: "Incident reporting speed has increased significantly since we moved to this system.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-construction-worker-standing-with-notebook-high-quality-photo_114579-61109.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-construction-worker-standing-with-notebook-high-quality-photo_114579-61109.jpg?_wi=1",
},
{
name: "Sarah Jenkins",
handle: "@sjenkins",
testimonial: "The real-time visibility into metrics is game changing for our HSE directors.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg?_wi=1",
},
{
name: "James Wilson",
handle: "@jwilson",
testimonial: "The most comprehensive safety tool I have used in 15 years in the industry.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-man-wearing-construction-vest-looking-confused-having-no-idea-what-standing-isolated-white-background_141793-20167.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-man-wearing-construction-vest-looking-confused-having-no-idea-what-standing-isolated-white-background_141793-20167.jpg?_wi=1",
},
]}
buttons={[
@@ -202,7 +202,7 @@ export default function LandingPage() {
handle: "@mhenderson",
testimonial: "This platform transformed how we handle our compliance audits. Absolutely seamless.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-industry-4-0-solar-panels-plant-elderly-supervisor-overseeing-facility-smiling-photovoltaics_482257-135647.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-industry-4-0-solar-panels-plant-elderly-supervisor-overseeing-facility-smiling-photovoltaics_482257-135647.jpg?_wi=2",
},
{
id: "t2",
@@ -210,7 +210,7 @@ export default function LandingPage() {
handle: "@erodriguez",
testimonial: "Finally, all our safety data is in one place. My engineers love the interface.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-engineer-from-middle-east-oil-refinery-wearing-white-hard-hat-hijab-engineer-writes-data-tablet-concept-women-specialists-production_166373-9027.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-engineer-from-middle-east-oil-refinery-wearing-white-hard-hat-hijab-engineer-writes-data-tablet-concept-women-specialists-production_166373-9027.jpg?_wi=2",
},
{
id: "t3",
@@ -218,7 +218,7 @@ export default function LandingPage() {
handle: "@dkim",
testimonial: "Incident reporting speed has increased significantly since we moved to this system.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-construction-worker-standing-with-notebook-high-quality-photo_114579-61109.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-construction-worker-standing-with-notebook-high-quality-photo_114579-61109.jpg?_wi=2",
},
{
id: "t4",
@@ -226,7 +226,7 @@ export default function LandingPage() {
handle: "@sjenkins",
testimonial: "The real-time visibility into metrics is game changing for our HSE directors.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg?_wi=2",
},
{
id: "t5",
@@ -234,7 +234,7 @@ export default function LandingPage() {
handle: "@jwilson",
testimonial: "The most comprehensive safety tool I have used in 15 years in the industry.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-man-wearing-construction-vest-looking-confused-having-no-idea-what-standing-isolated-white-background_141793-20167.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-man-wearing-construction-vest-looking-confused-having-no-idea-what-standing-isolated-white-background_141793-20167.jpg?_wi=2",
},
]}
showRating={true}