diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b9e47d..55515b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,17 +29,11 @@ export default function LandingPage() { @@ -48,15 +42,12 @@ export default function LandingPage() {
@@ -144,40 +102,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Miller", - role: "Facilities Manager", - testimonial: "Excellent service and high-quality equipment. Everything arrived on time.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-using-digital-tablet-caf_23-2147955292.jpg", - }, + id: "1", name: "Sarah Miller", role: "Facilities Manager", testimonial: "Excellent service and high-quality equipment. Everything arrived on time.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-using-digital-tablet-caf_23-2147955292.jpg"}, { - id: "2", - name: "John Doe", - role: "Safety Director", - testimonial: "The exit signage met all our local building codes perfectly.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-construction_23-2150772851.jpg", - }, + id: "2", name: "John Doe", role: "Safety Director", testimonial: "The exit signage met all our local building codes perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-construction_23-2150772851.jpg"}, { - id: "3", - name: "Alex Riv", - role: "Site Owner", - testimonial: "Solid construction on these fire extinguishers, feel much safer now.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg", - }, + id: "3", name: "Alex Riv", role: "Site Owner", testimonial: "Solid construction on these fire extinguishers, feel much safer now.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg"}, { - id: "4", - name: "Dana Kim", - role: "Building Supervisor", - testimonial: "Quick delivery and great customer support for our large project.", - imageSrc: "http://img.b2bpic.net/free-photo/young-construction-worker-wearing-safety-helmet_176474-86050.jpg", - }, + id: "4", name: "Dana Kim", role: "Building Supervisor", testimonial: "Quick delivery and great customer support for our large project.", imageSrc: "http://img.b2bpic.net/free-photo/young-construction-worker-wearing-safety-helmet_176474-86050.jpg"}, { - id: "5", - name: "Sam Webb", - role: "Health & Safety", - testimonial: "Top tier compliance products for our commercial space.", - imageSrc: "http://img.b2bpic.net/free-photo/glasses-smiling-arm-horizontal-front_1262-2739.jpg", - }, + id: "5", name: "Sam Webb", role: "Health & Safety", testimonial: "Top tier compliance products for our commercial space.", imageSrc: "http://img.b2bpic.net/free-photo/glasses-smiling-arm-horizontal-front_1262-2739.jpg"}, ]} title="Trusted by Safety Experts" description="We help thousands of facilities stay code-compliant and prepared." @@ -188,8 +121,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file