Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 14:08:18 +00:00

View File

@@ -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?_wi=1", imageAlt: "Futuristic visual world concept"
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/shoot-fantastic-alien_23-2151648305.jpg?_wi=1", imageAlt: "Hyper-realistic digital avatar creation"
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/futuristic-representation-water-structure_23-2151048153.jpg?_wi=1", imageAlt: "Impossible conceptual world environment"
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-representation-water-structure_23-2151048153.jpg", 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?_wi=2", 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", 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?_wi=2", 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", imageAlt: "Conceptual world creation", buttonIcon: ArrowRight,
buttonHref: "contact"
},
{
@@ -85,13 +85,12 @@ 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?_wi=2", 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", imageAlt: "Brand world development", buttonIcon: ArrowRight,
buttonHref: "contact"
}
]}
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
/>
</div>