From b511ec161440511636b17439a586b0a1941ceef6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:44:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6adf317..c584ec7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -146,27 +146,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Chen", handle: "@sarahchen.photography", testimonial: "Finally, a platform where my work speaks for itself without algorithm interference. The community here genuinely appreciates photography craft.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg" }, { id: "2", name: "Marcus Williams", handle: "@marcus.captures", testimonial: "I've tripled my client inquiries since switching to PhotoGallery. My portfolio has never looked better, and the platform just gets out of the way.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg" }, { id: "3", name: "Elena Rodriguez", handle: "@elena.lens", testimonial: "The tools are intuitive, the community is supportive, and I finally own my creative space. This is what photographers have been asking for.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=3" + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg" }, { id: "4", name: "James Park", handle: "@jamespark.studio", testimonial: "No more fighting algorithms. Just beautiful galleries, real connections, and the recognition my work deserves.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=4" + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg" }, { id: "5", name: "Amira Patel", handle: "@amira.visuals", testimonial: "Building my portfolio here has been transformative. The platform respects creativity and creators. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=5" + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg" }, { id: "6", name: "David Klein", handle: "@davidklein.photo", testimonial: "Clean interface, powerful tools, genuine community. PhotoGallery is exactly what I needed to take control of my creative presence.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=6" + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg" } ]} showRating={true} @@ -186,7 +186,6 @@ export default function LandingPage() { names={["500px", "Flickr", "Shutterstock", "Adobe Creative", "Getty Images", "Unsplash", "Pexels"]} speed={40} showCard={true} - animationType="fade" /> -- 2.49.1