diff --git a/src/app/page.tsx b/src/app/page.tsx index f9ef3ca..8c028cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,18 +50,10 @@ export default function LandingPage() { imageAlt="3D printed product showcase" mediaAnimation="slide-up" testimonials={[ - { - name: "Alex Thompson", handle: "Design Enthusiast", testimonial: "The quality and detail of these 3D prints exceeded my expectations. Perfect for my custom project!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"}, - { - name: "Jordan Miller", handle: "Maker Community", testimonial: "Fast delivery and exceptional craftsmanship. These prints are exactly what I needed for my prototype.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"}, - { - name: "Casey Rivera", handle: "Product Designer", testimonial: "Outstanding attention to detail and material quality. Highly recommend for any serious project.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"}, - { - name: "Morgan Lee", handle: "Small Business Owner", testimonial: "These custom prints elevated our product line. Great partner for quality manufacturing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4"}, + { name: "Alex Thompson", handle: "Design Enthusiast", testimonial: "The quality and detail of these 3D prints exceeded my expectations. Perfect for my custom project!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"}, + { name: "Jordan Miller", handle: "Maker Community", testimonial: "Fast delivery and exceptional craftsmanship. These prints are exactly what I needed for my prototype.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"}, + { name: "Casey Rivera", handle: "Product Designer", testimonial: "Outstanding attention to detail and material quality. Highly recommend for any serious project.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"}, + { name: "Morgan Lee", handle: "Small Business Owner", testimonial: "These custom prints elevated our product line. Great partner for quality manufacturing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4"}, ]} buttons={[ { text: "Shop Now", href: "#products" }, @@ -75,7 +67,7 @@ export default function LandingPage() {