Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -51,42 +51,42 @@ export default function MarketplacePage() {
|
||||
id: "1",
|
||||
name: "Pac-Man Cabinet 1982",
|
||||
price: "$3,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/retro-gaming-poster-template_23-2148754402.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/retro-gaming-poster-template_23-2148754402.jpg?_wi=2",
|
||||
imageAlt: "Pac-Man arcade game cabinet",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Pinball Machine 1985",
|
||||
price: "$1,800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/80-s-inspired-summer-activities-with-retro-aesthetic_23-2151425796.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/80-s-inspired-summer-activities-with-retro-aesthetic_23-2151425796.jpg?_wi=2",
|
||||
imageAlt: "Vintage pinball machine",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mortal Kombat Arcade 1992",
|
||||
price: "$2,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/set-video-game-related-objects-neon-linear-style_24908-58680.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/set-video-game-related-objects-neon-linear-style_24908-58680.jpg?_wi=2",
|
||||
imageAlt: "Mortal Kombat arcade cabinet",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Street Fighter II Arcade 1991",
|
||||
price: "$2,800",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/retro-gaming-poster-template_23-2148754402.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/retro-gaming-poster-template_23-2148754402.jpg?_wi=3",
|
||||
imageAlt: "Street Fighter II arcade cabinet",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Donkey Kong Cabinet 1981",
|
||||
price: "$4,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/80-s-inspired-summer-activities-with-retro-aesthetic_23-2151425796.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/80-s-inspired-summer-activities-with-retro-aesthetic_23-2151425796.jpg?_wi=3",
|
||||
imageAlt: "Donkey Kong arcade cabinet",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Space Invaders Arcade 1978",
|
||||
price: "$2,950",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/set-video-game-related-objects-neon-linear-style_24908-58680.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/set-video-game-related-objects-neon-linear-style_24908-58680.jpg?_wi=3",
|
||||
imageAlt: "Space Invaders arcade cabinet",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -51,7 +51,7 @@ export default function HomePage() {
|
||||
{ text: "Start Selling", href: "/signup" },
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-young-people-playing-table-football-while-indoors_146671-15220.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-young-people-playing-table-football-while-indoors_146671-15220.jpg?_wi=1"
|
||||
imageAlt="Arcade games marketplace collection"
|
||||
frameStyle="browser"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -73,7 +73,7 @@ export default function HomePage() {
|
||||
title: "Secure Authentication",
|
||||
subtitle: "Protected user accounts and verified sellers",
|
||||
description: "Every user has a secure login system with verified seller credentials. All transactions are protected with industry-standard security protocols to ensure buyer and seller confidence. Your personal data and payment information remain encrypted and safe.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/security-background-with-colored-circles-flat-elements_23-2147633975.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/security-background-with-colored-circles-flat-elements_23-2147633975.jpg?_wi=1",
|
||||
imageAlt: "Secure authentication system",
|
||||
},
|
||||
{
|
||||
@@ -82,7 +82,7 @@ export default function HomePage() {
|
||||
title: "Seller Dashboard",
|
||||
subtitle: "Complete control over your inventory and sales",
|
||||
description: "Sellers get a comprehensive dashboard to manage their arcade game listings, track sales, respond to inquiries, and maintain their seller profile. Post new games with detailed specifications, pricing, certification details, and year information. Monitor buyer interest and close deals with ease.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/user-panel-dashboard-template_23-2148375533.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/user-panel-dashboard-template_23-2148375533.jpg?_wi=1",
|
||||
imageAlt: "Seller dashboard interface",
|
||||
},
|
||||
{
|
||||
@@ -91,7 +91,7 @@ export default function HomePage() {
|
||||
title: "Vibrant Marketplace",
|
||||
subtitle: "Browse and connect with passionate collectors",
|
||||
description: "Explore a dynamic feed of arcade game listings posted by verified sellers. See seller profiles, ratings, and reviews with every listing. Filter by game type, year, certification status, and price. Connect with the community and find your next prized arcade machine.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/digital-marketing-landing-page-template_23-2148250745.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/digital-marketing-landing-page-template_23-2148250745.jpg?_wi=1",
|
||||
imageAlt: "Marketplace interface",
|
||||
},
|
||||
]}
|
||||
@@ -114,21 +114,21 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
name: "Pac-Man Cabinet 1982",
|
||||
price: "$3,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/retro-gaming-poster-template_23-2148754402.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/retro-gaming-poster-template_23-2148754402.jpg?_wi=1",
|
||||
imageAlt: "Pac-Man arcade game cabinet",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Pinball Machine 1985",
|
||||
price: "$1,800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/80-s-inspired-summer-activities-with-retro-aesthetic_23-2151425796.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/80-s-inspired-summer-activities-with-retro-aesthetic_23-2151425796.jpg?_wi=1",
|
||||
imageAlt: "Vintage pinball machine",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mortal Kombat Arcade 1992",
|
||||
price: "$2,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/set-video-game-related-objects-neon-linear-style_24908-58680.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/set-video-game-related-objects-neon-linear-style_24908-58680.jpg?_wi=1",
|
||||
imageAlt: "Mortal Kombat arcade cabinet",
|
||||
},
|
||||
]}
|
||||
@@ -173,7 +173,7 @@ export default function HomePage() {
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-young-people-playing-table-football-while-indoors_146671-15220.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-young-people-playing-table-football-while-indoors_146671-15220.jpg?_wi=2"
|
||||
imageAlt="How to use ArcadeHub marketplace"
|
||||
/>
|
||||
</div>
|
||||
@@ -192,7 +192,7 @@ export default function HomePage() {
|
||||
name: "Marcus Johnson",
|
||||
role: "Arcade Game Seller",
|
||||
testimonial: "ArcadeHub made it incredibly easy to connect with serious collectors. I've sold three arcade cabinets in the past month. The seller dashboard helps me manage everything efficiently.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-working-pottery-workshop_23-2148970766.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-working-pottery-workshop_23-2148970766.jpg?_wi=1",
|
||||
imageAlt: "Marcus Johnson",
|
||||
},
|
||||
{
|
||||
@@ -200,7 +200,7 @@ export default function HomePage() {
|
||||
name: "Elena Rodriguez",
|
||||
role: "Collector & Buyer",
|
||||
testimonial: "Finding authentic arcade games has never been easier. I can see exactly who posted each game and read their seller profile. I found my dream Donkey Kong machine here!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-gesturing-ok_23-2147767531.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-gesturing-ok_23-2147767531.jpg?_wi=1",
|
||||
imageAlt: "Elena Rodriguez",
|
||||
},
|
||||
{
|
||||
@@ -208,7 +208,7 @@ export default function HomePage() {
|
||||
name: "David Chen",
|
||||
role: "Arcade Shop Owner",
|
||||
testimonial: "As a business owner, I use ArcadeHub to inventory my arcade games and reach buyers worldwide. The detailed listing features let me showcase condition, year, certifications, and pricing perfectly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-standing-front-toys-amusement-park_23-2147910668.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-standing-front-toys-amusement-park_23-2147910668.jpg?_wi=1",
|
||||
imageAlt: "David Chen",
|
||||
},
|
||||
{
|
||||
@@ -216,7 +216,7 @@ export default function HomePage() {
|
||||
name: "Sarah Thompson",
|
||||
role: "Gaming Enthusiast",
|
||||
testimonial: "The community here is amazing. Sellers are responsive, trustworthy, and passionate about arcade games just like me. I've made connections that led to lifelong friendships.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gamer-captivating-fans-livestream-engaging-with-them_482257-115467.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gamer-captivating-fans-livestream-engaging-with-them_482257-115467.jpg?_wi=1",
|
||||
imageAlt: "Sarah Thompson",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -51,7 +51,7 @@ export default function SignUpPage() {
|
||||
{ text: "Start Selling", href: "/signup" },
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-young-people-playing-table-football-while-indoors_146671-15220.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-young-people-playing-table-football-while-indoors_146671-15220.jpg?_wi=3"
|
||||
imageAlt="Arcade games marketplace collection"
|
||||
frameStyle="browser"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -74,7 +74,7 @@ export default function SignUpPage() {
|
||||
title: "Secure Authentication",
|
||||
subtitle: "Protected user accounts and verified sellers",
|
||||
description: "Every user has a secure login system with verified seller credentials. All transactions are protected with industry-standard security protocols to ensure buyer and seller confidence. Your personal data and payment information remain encrypted and safe.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/security-background-with-colored-circles-flat-elements_23-2147633975.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/security-background-with-colored-circles-flat-elements_23-2147633975.jpg?_wi=2",
|
||||
imageAlt: "Secure authentication system",
|
||||
},
|
||||
{
|
||||
@@ -83,7 +83,7 @@ export default function SignUpPage() {
|
||||
title: "Seller Dashboard",
|
||||
subtitle: "Complete control over your inventory and sales",
|
||||
description: "Sellers get a comprehensive dashboard to manage their arcade game listings, track sales, respond to inquiries, and maintain their seller profile. Post new games with detailed specifications, pricing, certification details, and year information. Monitor buyer interest and close deals with ease.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/user-panel-dashboard-template_23-2148375533.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/user-panel-dashboard-template_23-2148375533.jpg?_wi=2",
|
||||
imageAlt: "Seller dashboard interface",
|
||||
},
|
||||
{
|
||||
@@ -92,7 +92,7 @@ export default function SignUpPage() {
|
||||
title: "Vibrant Marketplace",
|
||||
subtitle: "Browse and connect with passionate collectors",
|
||||
description: "Explore a dynamic feed of arcade game listings posted by verified sellers. See seller profiles, ratings, and reviews with every listing. Filter by game type, year, certification status, and price. Connect with the community and find your next prized arcade machine.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/digital-marketing-landing-page-template_23-2148250745.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/digital-marketing-landing-page-template_23-2148250745.jpg?_wi=2",
|
||||
imageAlt: "Marketplace interface",
|
||||
},
|
||||
]}
|
||||
@@ -116,21 +116,21 @@ export default function SignUpPage() {
|
||||
id: "1",
|
||||
name: "Pac-Man Cabinet 1982",
|
||||
price: "$3,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/retro-gaming-poster-template_23-2148754402.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/retro-gaming-poster-template_23-2148754402.jpg?_wi=4",
|
||||
imageAlt: "Pac-Man arcade game cabinet",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Pinball Machine 1985",
|
||||
price: "$1,800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/80-s-inspired-summer-activities-with-retro-aesthetic_23-2151425796.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/80-s-inspired-summer-activities-with-retro-aesthetic_23-2151425796.jpg?_wi=4",
|
||||
imageAlt: "Vintage pinball machine",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mortal Kombat Arcade 1992",
|
||||
price: "$2,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/set-video-game-related-objects-neon-linear-style_24908-58680.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/set-video-game-related-objects-neon-linear-style_24908-58680.jpg?_wi=4",
|
||||
imageAlt: "Mortal Kombat arcade cabinet",
|
||||
},
|
||||
]}
|
||||
@@ -174,7 +174,7 @@ export default function SignUpPage() {
|
||||
buttons={[{ text: "Get Started", href: "/signup" }]}
|
||||
buttonAnimation="opacity"
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-young-people-playing-table-football-while-indoors_146671-15220.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-young-people-playing-table-football-while-indoors_146671-15220.jpg?_wi=4"
|
||||
imageAlt="How to use ArcadeHub marketplace"
|
||||
/>
|
||||
</div>
|
||||
@@ -194,7 +194,7 @@ export default function SignUpPage() {
|
||||
name: "Marcus Johnson",
|
||||
role: "Arcade Game Seller",
|
||||
testimonial: "ArcadeHub made it incredibly easy to connect with serious collectors. I've sold three arcade cabinets in the past month. The seller dashboard helps me manage everything efficiently.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-working-pottery-workshop_23-2148970766.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-working-pottery-workshop_23-2148970766.jpg?_wi=2",
|
||||
imageAlt: "Marcus Johnson",
|
||||
},
|
||||
{
|
||||
@@ -202,7 +202,7 @@ export default function SignUpPage() {
|
||||
name: "Elena Rodriguez",
|
||||
role: "Collector & Buyer",
|
||||
testimonial: "Finding authentic arcade games has never been easier. I can see exactly who posted each game and read their seller profile. I found my dream Donkey Kong machine here!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-gesturing-ok_23-2147767531.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-gesturing-ok_23-2147767531.jpg?_wi=2",
|
||||
imageAlt: "Elena Rodriguez",
|
||||
},
|
||||
{
|
||||
@@ -210,7 +210,7 @@ export default function SignUpPage() {
|
||||
name: "David Chen",
|
||||
role: "Arcade Shop Owner",
|
||||
testimonial: "As a business owner, I use ArcadeHub to inventory my arcade games and reach buyers worldwide. The detailed listing features let me showcase condition, year, certifications, and pricing perfectly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-standing-front-toys-amusement-park_23-2147910668.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-standing-front-toys-amusement-park_23-2147910668.jpg?_wi=2",
|
||||
imageAlt: "David Chen",
|
||||
},
|
||||
{
|
||||
@@ -218,7 +218,7 @@ export default function SignUpPage() {
|
||||
name: "Sarah Thompson",
|
||||
role: "Gaming Enthusiast",
|
||||
testimonial: "The community here is amazing. Sellers are responsive, trustworthy, and passionate about arcade games just like me. I've made connections that led to lifelong friendships.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gamer-captivating-fans-livestream-engaging-with-them_482257-115467.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gamer-captivating-fans-livestream-engaging-with-them_482257-115467.jpg?_wi=2",
|
||||
imageAlt: "Sarah Thompson",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user