From 75e39b0a8811017dd7ff4a30d1bd3c6cd6e23a44 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 21:18:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 109d930..d53ec8a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,11 +82,11 @@ export default function LandingPage() { features={[ { id: 1, - title: "Embroidery", description: "Clean, durable, professional. Perfect for polos, hats, jackets, and uniforms.", imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-direction-map_23-2147837112.jpg", imageAlt: "embroidery polo shirt professional embroidery stitched apparel" + title: "Embroidery", description: "Clean, durable, professional. Perfect for polos, hats, jackets, and uniforms.", imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-direction-map_23-2147837112.jpg?_wi=1", imageAlt: "embroidery polo shirt professional embroidery stitched apparel" }, { id: 2, - title: "Heat Printing", description: "Bold graphics, names and numbers with quick turnaround. Great for teams and events.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-screen-printing_1163-2777.jpg", imageAlt: "heat press shirt vinyl printing apparel graphic tee" + title: "Heat Printing", description: "Bold graphics, names and numbers with quick turnaround. Great for teams and events.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-screen-printing_1163-2777.jpg?_wi=1", imageAlt: "heat press shirt vinyl printing apparel graphic tee" }, { id: 3, @@ -142,11 +142,11 @@ export default function LandingPage() { }, { id: 2, - title: "Proof & approve", description: "We'll dial in design, colors, and placement. You approve before we produce—no surprises.", imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-direction-map_23-2147837112.jpg", imageAlt: "embroidery polo shirt professional embroidery stitched apparel" + title: "Proof & approve", description: "We'll dial in design, colors, and placement. You approve before we produce—no surprises.", imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-direction-map_23-2147837112.jpg?_wi=2", imageAlt: "embroidery polo shirt professional embroidery stitched apparel" }, { id: 3, - title: "Production & delivery", description: "On-time production with quality checks—ready for your team, event, or customers.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-screen-printing_1163-2777.jpg", imageAlt: "heat press shirt vinyl printing apparel graphic tee" + title: "Production & delivery", description: "On-time production with quality checks—ready for your team, event, or customers.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-screen-printing_1163-2777.jpg?_wi=2", imageAlt: "heat press shirt vinyl printing apparel graphic tee" } ]} buttonAnimation="slide-up" @@ -168,16 +168,16 @@ export default function LandingPage() { id: "2", title: "Delivered on a tight deadline", quote: "We came with a big ask and she delivered. Problem-solved with us to hit a short deadline and nailed the vision.", name: "Michael Chen", role: "Event Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "female professional headshot business woman portrait corporate headshot" }, { - id: "3", title: "Year-round apparel solution", quote: "Fast, good quality, and options for summer and winter. We're covered all year long with variety in colors and materials.", name: "Emily Rodriguez", role: "Team Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "male professional headshot business man portrait professional avatar" + id: "3", title: "Year-round apparel solution", quote: "Fast, good quality, and options for summer and winter. We're covered all year long with variety in colors and materials.", name: "Emily Rodriguez", role: "Team Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "male professional headshot business man portrait professional avatar" }, { id: "4", title: "Highly recommended embroidery partner", quote: "Highly recommend for embroidery and heat printing. Every order has been top quality and delivered on time.", name: "David Kim", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "business leader portrait professional headshot corporate photo" }, { - id: "5", title: "Outstanding variety and reliability", quote: "Variety of colors, materials, and options available. 100% recommended for any custom apparel needs.", name: "Jessica Martinez", role: "Marketing Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "team member portrait professional headshot business photo" + id: "5", title: "Outstanding variety and reliability", quote: "Variety of colors, materials, and options available. 100% recommended for any custom apparel needs.", name: "Jessica Martinez", role: "Marketing Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "team member portrait professional headshot business photo" }, { - id: "6", title: "Customer-first approach every time", quote: "Made sure I was happy before proceeding with production. Wonderful experience from start to finish.", name: "Robert Thompson", role: "Organization Leader", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional avatar business headshot corporate portrait" + id: "6", title: "Customer-first approach every time", quote: "Made sure I was happy before proceeding with production. Wonderful experience from start to finish.", name: "Robert Thompson", role: "Organization Leader", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "professional avatar business headshot corporate portrait" } ]} buttonAnimation="slide-up" -- 2.49.1