From 7003e3c731209b0dce417b1d3dbd2a432fa197b6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 10:13:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d84f71..4636f62 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { { name: "Lisa Wong", handle: "@lisa_build", testimonial: "Top-tier manufacturer that prioritizes integrity.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-business-woman_23-2148356286.jpg" }, { name: "David Smith", handle: "@david_sm", testimonial: "Consistent delivery and exceptional support.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-excited-young-woman-showing-thumbs-up-having-fun_1262-14331.jpg" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/factory-workshop-interior-machines-glass-industry-background-process-production_645730-545.jpg" + imageSrc="http://img.b2bpic.net/free-photo/factory-workshop-interior-machines-glass-industry-background-process-production_645730-545.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/supportive-cute-blond-girlfriend-cheering-liking-interesting-concept-cool-idea-thumbsup-smiling_1258-229510.jpg", alt: "Client 1" }, { src: "http://img.b2bpic.net/free-photo/attractive-positive-young-girl-knitted-sweater-agree-with-suggestion-approving-plan-showing-thumbs-up-recommending-awesome-film-smiling-cheering-supporting-friend-effort-encouraging_1258-307672.jpg", alt: "Client 2" }, @@ -72,7 +72,7 @@ export default function LandingPage() { { value: "32+", title: "Years Experience" }, { value: "15K+", title: "Projects Completed" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/corporate-manager-talking-group-manual-workers-while-having-staff-meeting-factory_637285-4131.jpg" + imageSrc="http://img.b2bpic.net/free-photo/corporate-manager-talking-group-manual-workers-while-having-staff-meeting-factory_637285-4131.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -84,8 +84,8 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { id: "f1", title: "Precision Engineering", descriptions: ["State-of-the-art CNC machining for perfect tolerances."], imageSrc: "http://img.b2bpic.net/free-photo/ai-powered-server-room-delivering-automation-capabilities_482257-124316.jpg", imageAlt: "Precision" }, - { id: "f2", title: "Durability Focused", descriptions: ["Advanced powder coating for extreme climate resistance."], imageSrc: "http://img.b2bpic.net/free-photo/factory-workshop-interior-machines-glass-industry-background-process-production_645730-545.jpg", imageAlt: "Durability" }, - { id: "f3", title: "Rapid Fulfillment", descriptions: ["Optimized production lines to meet strict deadlines."], imageSrc: "http://img.b2bpic.net/free-photo/corporate-manager-talking-group-manual-workers-while-having-staff-meeting-factory_637285-4131.jpg", imageAlt: "Speed" }, + { id: "f2", title: "Durability Focused", descriptions: ["Advanced powder coating for extreme climate resistance."], imageSrc: "http://img.b2bpic.net/free-photo/factory-workshop-interior-machines-glass-industry-background-process-production_645730-545.jpg?_wi=2", imageAlt: "Durability" }, + { id: "f3", title: "Rapid Fulfillment", descriptions: ["Optimized production lines to meet strict deadlines."], imageSrc: "http://img.b2bpic.net/free-photo/corporate-manager-talking-group-manual-workers-while-having-staff-meeting-factory_637285-4131.jpg?_wi=2", imageAlt: "Speed" }, ]} title="Why Choose Astham" description="Industry-leading manufacturing capabilities." -- 2.49.1