diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1c85e58..932d508 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -69,14 +69,14 @@ export default function LandingPage() {
@@ -88,14 +88,14 @@ export default function LandingPage() {
background={{
variant: "gradient-bars"
}}
- mediaItems=[
+ mediaItems={[
{ imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/young-confident-man-red-shirt-with-optical-glasses-looks-side-isolated-orange-wall_141793-35254.jpg").url, imageAlt: "Model wearing a maroon polo shirt" },
{ imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/modern-man-sitting-stairs_1153-427.jpg").url, imageAlt: "Model wearing a blue polo shirt" },
{ imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/front-view-male-courier-green-uniform-cape-holding-delivery-coffee-cup-with-notepad-pen-pink-background-uniform-delivery-service-company-job_140725-39242.jpg").url, imageAlt: "Model wearing a green polo shirt" },
{ imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/young-man-black-smiling-sidewalk_23-2148296671.jpg").url, imageAlt: "Model wearing a black polo shirt" },
{ imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/portrait-happy-handsome-fashionable-freelancer-sunglasses-dressed-white-shirt-shorts-holds-laptop-computer-standing-bridge-against-wall-looking-away_613910-5211.jpg").url, imageAlt: "Model wearing a white polo shirt" },
{ imageSrc: resolveAsset("http://img.b2bpic.net/free-photo/handsome-guy-checkered-shirt-with-blue-bow-tie-posing-near-gre-concrete-wall-with-wooden-wheel_613910-10608.jpg").url, imageAlt: "Model wearing a grey polo shirt" }
- ]
+ ]}
mediaAnimation="opacity"
/>