Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-10 14:13:40 +00:00

View File

@@ -58,19 +58,19 @@ export default function LandingPage() {
testimonials={[
{
name: "Alex Rivera", handle: "CEO, Gaming Review Hub", testimonial: "Vertex Games redefines what's possible in interactive entertainment. Their innovation is unmatched.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkyEMpfFNGJkJQ6g41TIJTKZUY/professional-headshot-of-a-gaming-indust-1773150866496-7c15ef1e.jpg"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkyEMpfFNGJkJQ6g41TIJTKZUY/professional-headshot-of-a-gaming-indust-1773150866496-7c15ef1e.jpg?_wi=1"
},
{
name: "Jordan Chen", handle: "Esports Analyst, Pro Gaming Network", testimonial: "Every title from this studio becomes an instant classic. Their commitment to excellence is inspiring.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkyEMpfFNGJkJQ6g41TIJTKZUY/professional-portrait-of-a-game-publishe-1773150869590-049a8e5d.png"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkyEMpfFNGJkJQ6g41TIJTKZUY/professional-portrait-of-a-game-publishe-1773150869590-049a8e5d.png?_wi=1"
},
{
name: "Sarah Thompson", handle: "Gaming Director, Major Publisher", testimonial: "Partnering with Vertex Games elevated our entire portfolio. Their creativity and technical excellence are simply exceptional.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkyEMpfFNGJkJQ6g41TIJTKZUY/professional-headshot-of-a-gaming-journa-1773150867499-ecaf74b6.png"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkyEMpfFNGJkJQ6g41TIJTKZUY/professional-headshot-of-a-gaming-journa-1773150867499-ecaf74b6.png?_wi=1"
},
{
name: "Marcus Johnson", handle: "Founder, Indie Games Alliance", testimonial: "They've set the gold standard for game development. A testament to creativity and technical excellence.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkyEMpfFNGJkJQ6g41TIJTKZUY/professional-portrait-of-a-successful-ga-1773150867452-7337a572.jpg"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkyEMpfFNGJkJQ6g41TIJTKZUY/professional-portrait-of-a-successful-ga-1773150867452-7337a572.jpg?_wi=1"
}
]}
testimonialRotationInterval={5000}
@@ -99,7 +99,7 @@ export default function LandingPage() {
title: "Global Community", description: "Our games are played by millions across 150+ countries, creating a vibrant international community.", icon: Globe
}
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkyEMpfFNGJkJQ6g41TIJTKZUY/a-captivating-screenshot-from-an-action--1773150866382-73e2eb77.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkyEMpfFNGJkJQ6g41TIJTKZUY/a-captivating-screenshot-from-an-action--1773150866382-73e2eb77.png?_wi=1"
imageAlt="Stunning game environment from our flagship title"
imagePosition="left"
mediaAnimation="slide-up"
@@ -123,13 +123,13 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1", name: "Ethereal Realms: Origins", price: "Free-to-Play", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkyEMpfFNGJkJQ6g41TIJTKZUY/a-captivating-screenshot-from-an-action--1773150866382-73e2eb77.png", imageAlt: "Ethereal Realms fantasy action RPG"
id: "1", name: "Ethereal Realms: Origins", price: "Free-to-Play", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkyEMpfFNGJkJQ6g41TIJTKZUY/a-captivating-screenshot-from-an-action--1773150866382-73e2eb77.png?_wi=2", imageAlt: "Ethereal Realms fantasy action RPG"
},
{
id: "2", name: "Cosmic Nexus", price: "Free-to-Play", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkyEMpfFNGJkJQ6g41TIJTKZUY/a-stunning-sci-fi-space-exploration-game-1773150866101-0390809c.jpg", imageAlt: "Cosmic Nexus sci-fi exploration game"
id: "2", name: "Cosmic Nexus", price: "Free-to-Play", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkyEMpfFNGJkJQ6g41TIJTKZUY/a-stunning-sci-fi-space-exploration-game-1773150866101-0390809c.jpg?_wi=1", imageAlt: "Cosmic Nexus sci-fi exploration game"
},
{
id: "3", name: "Arena Wars: Ascendant", price: "Free-to-Play", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkyEMpfFNGJkJQ6g41TIJTKZUY/a-competitive-esports-multiplayer-game-s-1773150868799-39200b4e.png", imageAlt: "Arena Wars competitive multiplayer game"
id: "3", name: "Arena Wars: Ascendant", price: "Free-to-Play", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkyEMpfFNGJkJQ6g41TIJTKZUY/a-competitive-esports-multiplayer-game-s-1773150868799-39200b4e.png?_wi=1", imageAlt: "Arena Wars competitive multiplayer game"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -153,15 +153,15 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Next-Generation Graphics", tags: ["4K Ultra", "Ray Tracing", "60+ FPS"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkyEMpfFNGJkJQ6g41TIJTKZUY/a-captivating-screenshot-from-an-action--1773150866382-73e2eb77.png", imageAlt: "Advanced graphics technology showcase"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkyEMpfFNGJkJQ6g41TIJTKZUY/a-captivating-screenshot-from-an-action--1773150866382-73e2eb77.png?_wi=3", imageAlt: "Advanced graphics technology showcase"
},
{
id: "2", title: "Immersive Storytelling", tags: ["Narrative-Driven", "Cinematic", "Choice-Based"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkyEMpfFNGJkJQ6g41TIJTKZUY/a-stunning-sci-fi-space-exploration-game-1773150866101-0390809c.jpg", imageAlt: "Epic narrative gaming experience"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkyEMpfFNGJkJQ6g41TIJTKZUY/a-stunning-sci-fi-space-exploration-game-1773150866101-0390809c.jpg?_wi=2", imageAlt: "Epic narrative gaming experience"
},
{
id: "3", title: "Cross-Platform Play", tags: ["PC", "Console", "Mobile"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkyEMpfFNGJkJQ6g41TIJTKZUY/a-competitive-esports-multiplayer-game-s-1773150868799-39200b4e.png", imageAlt: "Multi-platform gaming environment"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkyEMpfFNGJkJQ6g41TIJTKZUY/a-competitive-esports-multiplayer-game-s-1773150868799-39200b4e.png?_wi=2", imageAlt: "Multi-platform gaming environment"
}
]}
animationType="slide-up"
@@ -215,16 +215,16 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1", title: "Game-Changing Innovation", quote: "Vertex Games consistently delivers experiences that set new industry standards. Their commitment to pushing boundaries is unparalleled.", name: "Alex Rivera", role: "CEO, Gaming Review Hub", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkyEMpfFNGJkJQ6g41TIJTKZUY/professional-headshot-of-a-gaming-indust-1773150866496-7c15ef1e.jpg", imageAlt: "Alex Rivera"
id: "1", title: "Game-Changing Innovation", quote: "Vertex Games consistently delivers experiences that set new industry standards. Their commitment to pushing boundaries is unparalleled.", name: "Alex Rivera", role: "CEO, Gaming Review Hub", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkyEMpfFNGJkJQ6g41TIJTKZUY/professional-headshot-of-a-gaming-indust-1773150866496-7c15ef1e.jpg?_wi=2", imageAlt: "Alex Rivera"
},
{
id: "2", title: "Esports Excellence", quote: "The competitive balance and depth in their titles make them perfect for professional esports. Their esports titles are tournament staples.", name: "Jordan Chen", role: "Esports Analyst, Pro Gaming Network", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkyEMpfFNGJkJQ6g41TIJTKZUY/professional-portrait-of-a-game-publishe-1773150869590-049a8e5d.png", imageAlt: "Jordan Chen"
id: "2", title: "Esports Excellence", quote: "The competitive balance and depth in their titles make them perfect for professional esports. Their esports titles are tournament staples.", name: "Jordan Chen", role: "Esports Analyst, Pro Gaming Network", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkyEMpfFNGJkJQ6g41TIJTKZUY/professional-portrait-of-a-game-publishe-1773150869590-049a8e5d.png?_wi=2", imageAlt: "Jordan Chen"
},
{
id: "3", title: "Strategic Partnership", quote: "Working with Vertex Games transformed our publishing strategy. Their creativity and technical excellence are simply exceptional.", name: "Sarah Thompson", role: "Gaming Director, Major Publisher", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkyEMpfFNGJkJQ6g41TIJTKZUY/professional-headshot-of-a-gaming-journa-1773150867499-ecaf74b6.png", imageAlt: "Sarah Thompson"
id: "3", title: "Strategic Partnership", quote: "Working with Vertex Games transformed our publishing strategy. Their creativity and technical excellence are simply exceptional.", name: "Sarah Thompson", role: "Gaming Director, Major Publisher", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkyEMpfFNGJkJQ6g41TIJTKZUY/professional-headshot-of-a-gaming-journa-1773150867499-ecaf74b6.png?_wi=2", imageAlt: "Sarah Thompson"
},
{
id: "4", title: "Industry Leadership", quote: "Vertex Games represents the best of what independent studios can achieve. Their influence on indie game development is profound.", name: "Marcus Johnson", role: "Founder, Indie Games Alliance", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkyEMpfFNGJkJQ6g41TIJTKZUY/professional-portrait-of-a-successful-ga-1773150867452-7337a572.jpg", imageAlt: "Marcus Johnson"
id: "4", title: "Industry Leadership", quote: "Vertex Games represents the best of what independent studios can achieve. Their influence on indie game development is profound.", name: "Marcus Johnson", role: "Founder, Indie Games Alliance", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkyEMpfFNGJkJQ6g41TIJTKZUY/professional-portrait-of-a-successful-ga-1773150867452-7337a572.jpg?_wi=2", imageAlt: "Marcus Johnson"
}
]}
buttons={[