Merge version_1 into main #2
@@ -10,7 +10,7 @@ import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { Sparkles, Zap, Gamepad2, Award, Users, Heart, Mail, Twitter, Linkedin, Github, Dribbble, Discord } from 'lucide-react';
|
||||
import { Sparkles, Zap, Gamepad2, Award, Users, Heart, Mail, Twitter, Linkedin, Github, Dribbble } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -50,23 +50,23 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhAfRaQSq2Mpv9tFzynsyMoLPf/a-vibrant-roblox-game-screenshot-featuri-1773034595221-5ca19031.png?_wi=1", imageAlt: "Adventure game world"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhAfRaQSq2Mpv9tFzynsyMoLPf/a-vibrant-roblox-game-screenshot-featuri-1773034595221-5ca19031.png", imageAlt: "Adventure game world"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhAfRaQSq2Mpv9tFzynsyMoLPf/a-stylized-roblox-game-featuring-a-simul-1773034593916-dfee73ba.png?_wi=1", imageAlt: "Simulation game environment"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhAfRaQSq2Mpv9tFzynsyMoLPf/a-stylized-roblox-game-featuring-a-simul-1773034593916-dfee73ba.png", imageAlt: "Simulation game environment"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhAfRaQSq2Mpv9tFzynsyMoLPf/a-competitive-roblox-game-featuring-acti-1773034593898-648649b9.png?_wi=1", imageAlt: "Competitive game showcase"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhAfRaQSq2Mpv9tFzynsyMoLPf/a-competitive-roblox-game-featuring-acti-1773034593898-648649b9.png", imageAlt: "Competitive game showcase"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhAfRaQSq2Mpv9tFzynsyMoLPf/a-cozy-roblox-game-featuring-relaxation--1773034593969-7ab80cf4.png?_wi=1", imageAlt: "Community game space"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhAfRaQSq2Mpv9tFzynsyMoLPf/a-cozy-roblox-game-featuring-relaxation--1773034593969-7ab80cf4.png", imageAlt: "Community game space"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhAfRaQSq2Mpv9tFzynsyMoLPf/a-stylized-roblox-game-featuring-a-simul-1773034593916-dfee73ba.png?_wi=2", imageAlt: "Building game world"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhAfRaQSq2Mpv9tFzynsyMoLPf/a-stylized-roblox-game-featuring-a-simul-1773034593916-dfee73ba.png", imageAlt: "Building game world"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhAfRaQSq2Mpv9tFzynsyMoLPf/a-competitive-roblox-game-featuring-acti-1773034593898-648649b9.png?_wi=2", imageAlt: "Action game gameplay"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhAfRaQSq2Mpv9tFzynsyMoLPf/a-competitive-roblox-game-featuring-acti-1773034593898-648649b9.png", imageAlt: "Action game gameplay"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhAfRaQSq2Mpv9tFzynsyMoLPf/a-cozy-roblox-game-featuring-relaxation--1773034593969-7ab80cf4.png?_wi=2", imageAlt: "Social game experience"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhAfRaQSq2Mpv9tFzynsyMoLPf/a-cozy-roblox-game-featuring-relaxation--1773034593969-7ab80cf4.png", imageAlt: "Social game experience"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhAfRaQSq2Mpv9tFzynsyMoLPf/a-vibrant-roblox-game-screenshot-featuri-1773034595221-5ca19031.png?_wi=2", imageAlt: "Adventure exploration"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhAfRaQSq2Mpv9tFzynsyMoLPf/a-vibrant-roblox-game-screenshot-featuri-1773034595221-5ca19031.png", imageAlt: "Adventure exploration"},
|
||||
]}
|
||||
carouselPosition="right"
|
||||
buttons={[
|
||||
@@ -105,13 +105,13 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Roblox Studio", name: "Adventure Quest Worlds", price: "Free + Premium", rating: 5,
|
||||
reviewCount: "2.4M", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhAfRaQSq2Mpv9tFzynsyMoLPf/a-vibrant-roblox-game-screenshot-featuri-1773034595221-5ca19031.png?_wi=3", imageAlt: "Adventure Quest Worlds game"},
|
||||
reviewCount: "2.4M", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhAfRaQSq2Mpv9tFzynsyMoLPf/a-vibrant-roblox-game-screenshot-featuri-1773034595221-5ca19031.png", imageAlt: "Adventure Quest Worlds game"},
|
||||
{
|
||||
id: "2", brand: "Roblox Studio", name: "Creator's Haven", price: "Free + Premium", rating: 5,
|
||||
reviewCount: "1.8M", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhAfRaQSq2Mpv9tFzynsyMoLPf/a-stylized-roblox-game-featuring-a-simul-1773034593916-dfee73ba.png?_wi=3", imageAlt: "Creator's Haven game"},
|
||||
reviewCount: "1.8M", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhAfRaQSq2Mpv9tFzynsyMoLPf/a-stylized-roblox-game-featuring-a-simul-1773034593916-dfee73ba.png", imageAlt: "Creator's Haven game"},
|
||||
{
|
||||
id: "3", brand: "Roblox Studio", name: "Battle Arena Pro", price: "Free + Premium", rating: 5,
|
||||
reviewCount: "3.2M", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhAfRaQSq2Mpv9tFzynsyMoLPf/a-competitive-roblox-game-featuring-acti-1773034593898-648649b9.png?_wi=3", imageAlt: "Battle Arena Pro game"},
|
||||
reviewCount: "3.2M", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhAfRaQSq2Mpv9tFzynsyMoLPf/a-competitive-roblox-game-featuring-acti-1773034593898-648649b9.png", imageAlt: "Battle Arena Pro game"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Explore All Games", href: "https://roblox.com" },
|
||||
@@ -174,7 +174,6 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "4", name: "Jordan Lee", role: "Community Manager", description: "Community leader fostering engagement, gathering player feedback, and building a thriving ecosystem.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhAfRaQSq2Mpv9tFzynsyMoLPf/professional-portrait-of-a-community-man-1773034592938-8d1b9c21.png", imageAlt: "Jordan Lee", socialLinks: [
|
||||
{ icon: Twitter, url: "https://twitter.com" },
|
||||
{ icon: Discord, url: "https://discord.com" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user