From 271c7a023408da1e4a9fe278d84c5e372e7e9412 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:50:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 39 ++++++++++++--------------------------- 1 file changed, 12 insertions(+), 27 deletions(-) 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() {
@@ -146,8 +132,7 @@ export default function LandingPage() { "Single item printing", "Standard materials", "5-7 day turnaround", "Basic customization"], }, { - id: "2", badge: "Most Popular", badgeIcon: Sparkles, - price: "Starting at $60", name: "Premium Collection", buttons: [ + id: "2", badge: "Most Popular", badgeIcon: Sparkles, price: "Starting at $60", name: "Premium Collection", buttons: [ { text: "Get Started", href: "#contact" }, { text: "Learn More", href: "#" }, ], -- 2.49.1