diff --git a/src/app/page.tsx b/src/app/page.tsx index be2a188..8332743 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,13 +49,13 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-representation-blue-plastic-waste_23-2148763391.jpg", imageAlt: "Futuristic visual world concept" + imageSrc: "http://img.b2bpic.net/free-photo/abstract-representation-blue-plastic-waste_23-2148763391.jpg?_wi=1", imageAlt: "Futuristic visual world concept" }, { - imageSrc: "http://img.b2bpic.net/free-photo/shoot-fantastic-alien_23-2151648305.jpg", imageAlt: "Hyper-realistic digital avatar creation" + imageSrc: "http://img.b2bpic.net/free-photo/shoot-fantastic-alien_23-2151648305.jpg?_wi=1", imageAlt: "Hyper-realistic digital avatar creation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-representation-water-structure_23-2151048153.jpg", imageAlt: "Impossible conceptual world environment" + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-representation-water-structure_23-2151048153.jpg?_wi=1", imageAlt: "Impossible conceptual world environment" } ]} mediaAnimation="slide-up" @@ -73,11 +73,11 @@ export default function LandingPage() { description="Advanced digital production processes that transform vision into hyper-real visual experiences." features={[ { - title: "Digital Avatars", description: "Create hyper-realistic identities for brands with advanced visual production techniques.", imageSrc: "http://img.b2bpic.net/free-photo/shoot-fantastic-alien_23-2151648305.jpg", imageAlt: "Digital avatar production", buttonIcon: ArrowRight, + title: "Digital Avatars", description: "Create hyper-realistic identities for brands with advanced visual production techniques.", imageSrc: "http://img.b2bpic.net/free-photo/shoot-fantastic-alien_23-2151648305.jpg?_wi=2", imageAlt: "Digital avatar production", buttonIcon: ArrowRight, buttonHref: "contact" }, { - title: "Conceptual Worlds", description: "Build impossible visual environments and immersive digital spaces beyond reality.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-representation-water-structure_23-2151048153.jpg", imageAlt: "Conceptual world creation", buttonIcon: ArrowRight, + title: "Conceptual Worlds", description: "Build impossible visual environments and immersive digital spaces beyond reality.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-representation-water-structure_23-2151048153.jpg?_wi=2", imageAlt: "Conceptual world creation", buttonIcon: ArrowRight, buttonHref: "contact" }, { @@ -85,7 +85,7 @@ export default function LandingPage() { buttonHref: "contact" }, { - title: "Brand Worlds", description: "Develop complete visual ecosystems that embody your brand's creative vision.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-representation-blue-plastic-waste_23-2148763391.jpg", imageAlt: "Brand world development", buttonIcon: ArrowRight, + title: "Brand Worlds", description: "Develop complete visual ecosystems that embody your brand's creative vision.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-representation-blue-plastic-waste_23-2148763391.jpg?_wi=2", imageAlt: "Brand world development", buttonIcon: ArrowRight, buttonHref: "contact" } ]}