diff --git a/src/app/page.tsx b/src/app/page.tsx index 4bffc41..5efd9f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,11 +15,11 @@ export default function LandingPage() { return ( @@ -128,7 +128,7 @@ export default function LandingPage() { tagIcon={Users} members={[ { - id: "1", name: "Hakimi Family", role: "Store Operators", imageSrc: "http://img.b2bpic.net/free-photo/family-buying-clothes-shop_1098-427.jpg?_wi=2", imageAlt: "Hakimi family owners"}, + id: "1", name: "Hakimi Family", role: "Store Operators", imageSrc: "http://img.b2bpic.net/free-photo/family-buying-clothes-shop_1098-427.jpg", imageAlt: "Hakimi family owners"}, ]} textboxLayout="default" gridVariant="uniform-all-items-equal"