diff --git a/src/app/page.tsx b/src/app/page.tsx index 02115c0..b9ff70b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -134,16 +134,16 @@ export default function LandingPage() { textboxLayout="default" team={[ { - id: "1", name: "Sarah Chen", role: "Head Barista", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-barista_23-2150754673.jpg", imageAlt: "Sarah Chen" + id: "1", name: "Sarah Chen", role: "Head Barista", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-barista_23-2150754673.jpg?_wi=1", imageAlt: "Sarah Chen" }, { - id: "2", name: "Marcus Rodriguez", role: "Roaster", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-barista_23-2150754673.jpg", imageAlt: "Marcus Rodriguez" + id: "2", name: "Marcus Rodriguez", role: "Roaster", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-barista_23-2150754673.jpg?_wi=2", imageAlt: "Marcus Rodriguez" }, { - id: "3", name: "Elena Rossi", role: "Coffee Sommelier", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-barista_23-2150754673.jpg", imageAlt: "Elena Rossi" + id: "3", name: "Elena Rossi", role: "Coffee Sommelier", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-barista_23-2150754673.jpg?_wi=3", imageAlt: "Elena Rossi" }, { - id: "4", name: "James Wilson", role: "Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-barista_23-2150754673.jpg", imageAlt: "James Wilson" + id: "4", name: "James Wilson", role: "Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-barista_23-2150754673.jpg?_wi=4", imageAlt: "James Wilson" } ]} animationType="slide-up" @@ -158,16 +158,16 @@ export default function LandingPage() { textboxLayout="default" testimonials={[ { - id: "1", title: "Best Espresso in Town", quote: "The consistency and quality of their espresso shots are unmatched. I'm a regular and I never leave disappointed.", name: "Amanda Foster", role: "Coffee Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-bearded-man-white-shirt-jacket-posing-camera-with-broad-smile-isolated-gray_171337-629.jpg", imageAlt: "Amanda Foster" + id: "1", title: "Best Espresso in Town", quote: "The consistency and quality of their espresso shots are unmatched. I'm a regular and I never leave disappointed.", name: "Amanda Foster", role: "Coffee Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-bearded-man-white-shirt-jacket-posing-camera-with-broad-smile-isolated-gray_171337-629.jpg?_wi=1", imageAlt: "Amanda Foster" }, { - id: "2", title: "A True Coffee Experience", quote: "The baristas here actually care about your coffee. They ask about your preferences and craft something perfect every time.", name: "David Park", role: "Tech Professional", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-bearded-man-white-shirt-jacket-posing-camera-with-broad-smile-isolated-gray_171337-629.jpg", imageAlt: "David Park" + id: "2", title: "A True Coffee Experience", quote: "The baristas here actually care about your coffee. They ask about your preferences and craft something perfect every time.", name: "David Park", role: "Tech Professional", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-bearded-man-white-shirt-jacket-posing-camera-with-broad-smile-isolated-gray_171337-629.jpg?_wi=2", imageAlt: "David Park" }, { - id: "3", title: "My Happy Place", quote: "Beyond the amazing coffee, the atmosphere and community here make it feel like home. I spend half my mornings here now.", name: "Lisa Martinez", role: "Artist", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-bearded-man-white-shirt-jacket-posing-camera-with-broad-smile-isolated-gray_171337-629.jpg", imageAlt: "Lisa Martinez" + id: "3", title: "My Happy Place", quote: "Beyond the amazing coffee, the atmosphere and community here make it feel like home. I spend half my mornings here now.", name: "Lisa Martinez", role: "Artist", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-bearded-man-white-shirt-jacket-posing-camera-with-broad-smile-isolated-gray_171337-629.jpg?_wi=3", imageAlt: "Lisa Martinez" }, { - id: "4", title: "Educational and Delicious", quote: "Their tasting sessions taught me so much about coffee origins and flavors. Highly recommend for anyone curious about specialty coffee.", name: "Robert Chang", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-bearded-man-white-shirt-jacket-posing-camera-with-broad-smile-isolated-gray_171337-629.jpg", imageAlt: "Robert Chang" + id: "4", title: "Educational and Delicious", quote: "Their tasting sessions taught me so much about coffee origins and flavors. Highly recommend for anyone curious about specialty coffee.", name: "Robert Chang", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-bearded-man-white-shirt-jacket-posing-camera-with-broad-smile-isolated-gray_171337-629.jpg?_wi=4", imageAlt: "Robert Chang" } ]} useInvertedBackground={false}