diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1c5191a..59a2bf6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -82,10 +82,10 @@ export default function LandingPage() { animationType="slide-up" team={[ { - name: "John Carlton", role: "Founder & Lead Horticulturist", imageSrc: "http://img.b2bpic.net/free-photo/friendly-handsome-business-leader-cafe_1262-3537.jpg", imageAlt: "John Carlton, Founder" + id: "1", name: "John Carlton", role: "Founder & Lead Horticulturist", imageSrc: "http://img.b2bpic.net/free-photo/friendly-handsome-business-leader-cafe_1262-3537.jpg", imageAlt: "John Carlton, Founder" }, { - name: "Sarah Lee", role: "Senior Landscape Designer", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg", imageAlt: "Sarah Lee, Senior Landscape Designer" + id: "2", name: "Sarah Lee", role: "Senior Landscape Designer", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg", imageAlt: "Sarah Lee, Senior Landscape Designer" } ]} />