From 0a086bff9fb3fa144dba1f5bf708eb87422161bf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 00:12:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c725d49..1882840 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,7 +117,7 @@ export default function LandingPage() { description="Local Owner" subdescription="ProCraft Services" icon={Zap} - imageSrc="http://img.b2bpic.net/free-photo/front-view-father-son_23-2148404224.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-father-son_23-2148404224.jpg?_wi=1" imageAlt="Before and after service results" mediaAnimation="slide-up" useInvertedBackground={false} @@ -130,19 +130,19 @@ export default function LandingPage() { description="Real feedback from real customers who trust us with their most important needs." testimonials={[ { - id: "1", name: "James Mitchell", handle: "Home & Business Owner", testimonial: "ProCraft completely transformed our workspace. The attention to detail is unmatched. Professional, efficient, and they stand behind their work 100%.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Mitchell" + id: "1", name: "James Mitchell", handle: "Home & Business Owner", testimonial: "ProCraft completely transformed our workspace. The attention to detail is unmatched. Professional, efficient, and they stand behind their work 100%.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Mitchell" }, { id: "2", name: "Michael Torres", handle: "Property Manager", testimonial: "We've worked with ProCraft for three years now. They're reliable, honest, and always deliver exceptional results. Our tenants consistently compliment the quality.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg", imageAlt: "Michael Torres" }, { - id: "3", name: "David Chen", handle: "Contractor", testimonial: "As a contractor myself, I know quality work when I see it. ProCraft sets the standard in our community. I refer them constantly.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Chen" + id: "3", name: "David Chen", handle: "Contractor", testimonial: "As a contractor myself, I know quality work when I see it. ProCraft sets the standard in our community. I refer them constantly.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "David Chen" }, { - id: "4", name: "Robert Williams", handle: "Small Business Owner", testimonial: "Fast turnaround, meticulous execution, and zero BS. That's ProCraft. They respected my timeline and budget while maintaining exceptional standards.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Williams" + id: "4", name: "Robert Williams", handle: "Small Business Owner", testimonial: "Fast turnaround, meticulous execution, and zero BS. That's ProCraft. They respected my timeline and budget while maintaining exceptional standards.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Robert Williams" }, { - id: "5", name: "Marcus Johnson", handle: "Facility Manager", testimonial: "ProCraft handles all our facility maintenance. They're proactive, professional, and always accessible. Best decision we made for our operation.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Marcus Johnson" + id: "5", name: "Marcus Johnson", handle: "Facility Manager", testimonial: "ProCraft handles all our facility maintenance. They're proactive, professional, and always accessible. Best decision we made for our operation.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Marcus Johnson" }, { id: "6", name: "Christopher Lee", handle: "Executive Director", testimonial: "We trust ProCraft completely. They deliver premium results on every single project. Their reputation is well-earned.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg", imageAlt: "Christopher Lee" @@ -161,7 +161,7 @@ export default function LandingPage() { description="Gallery of completed projects demonstrating our commitment to excellence." products={[ { - id: "1", name: "Commercial Space Transformation", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/front-view-father-son_23-2148404224.jpg", imageAlt: "Commercial renovation project" + id: "1", name: "Commercial Space Transformation", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/front-view-father-son_23-2148404224.jpg?_wi=2", imageAlt: "Commercial renovation project" }, { id: "2", name: "Premium Finish Details", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/man-using-traditional-crafting-process-shape-wooden-pieces_482257-97739.jpg", imageAlt: "High-quality craftsmanship details" -- 2.49.1