|
|
|
|
@@ -10,7 +10,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
|
|
|
|
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
|
|
|
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|
|
|
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
|
|
|
|
import { Gamepad2, Store, Heart, Package, Repeat2, Zap, Users, ShoppingBag, Sparkles, Phone } from 'lucide-react';
|
|
|
|
|
import { Gamepad2, Store, Heart, Package, Repeat2, Zap, Users, ShoppingBag, Sparkles, Phone, MapPin, Clock } from 'lucide-react';
|
|
|
|
|
|
|
|
|
|
const navItems = [
|
|
|
|
|
{ name: "About", id: "about" },
|
|
|
|
|
@@ -23,46 +23,60 @@ const navItems = [
|
|
|
|
|
const testimonials = [
|
|
|
|
|
{
|
|
|
|
|
name: "Local Gamer", handle: "Regular Customer", testimonial: "Best game store in Southwest Michigan. Huge selection and knowledgeable staff!", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "Collector", handle: "Trading Card Enthusiast", testimonial: "Unbeatable prices on trading cards. Always have what I'm looking for.", rating: 5,
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2"
|
|
|
|
|
},
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
const features = [
|
|
|
|
|
{
|
|
|
|
|
icon: Package,
|
|
|
|
|
title: "Buy Video Games", description: "New and used games across Nintendo, PlayStation, Xbox, and classic consoles. Find your next gaming experience."},
|
|
|
|
|
title: "Buy Video Games", description: "New and used games across Nintendo, PlayStation, Xbox, and classic consoles. Find your next gaming experience."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
icon: Repeat2,
|
|
|
|
|
title: "Trade & Sell", description: "Bring your games in for cash or store credit. We buy complete collections and single titles with competitive offers."},
|
|
|
|
|
title: "Trade & Sell", description: "Bring your games in for cash or store credit. We buy complete collections and single titles with competitive offers."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
icon: Zap,
|
|
|
|
|
title: "Trading Cards", description: "Magic The Gathering, Pokémon, Yu-Gi-Oh, and more. Cards, booster packs, sleeves, and deck supplies."},
|
|
|
|
|
title: "Trading Cards", description: "Magic The Gathering, Pokémon, Yu-Gi-Oh, and more. Cards, booster packs, sleeves, and deck supplies."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
icon: Gamepad2,
|
|
|
|
|
title: "Retro Systems", description: "Original consoles, accessories, and hard-to-find retro gaming gear. Build your collection with us."},
|
|
|
|
|
title: "Retro Systems", description: "Original consoles, accessories, and hard-to-find retro gaming gear. Build your collection with us."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
icon: Users,
|
|
|
|
|
title: "Gaming Events", description: "Friday Night Magic, trading card tournaments, and community gaming nights. Join the community."},
|
|
|
|
|
title: "Gaming Events", description: "Friday Night Magic, trading card tournaments, and community gaming nights. Join the community."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
icon: ShoppingBag,
|
|
|
|
|
title: "Gaming Accessories", description: "Controllers, cables, cases, and everything else you need for your gaming setup."},
|
|
|
|
|
title: "Gaming Accessories", description: "Controllers, cables, cases, and everything else you need for your gaming setup."
|
|
|
|
|
},
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
const faqs = [
|
|
|
|
|
{
|
|
|
|
|
id: "1", title: "What games and consoles do you buy?", content: "We buy video games, consoles, and accessories across all major platforms: Nintendo (NES, SNES, Game Boy, N64, GameCube, Wii), PlayStation (all generations), Xbox (all generations), Sega, Atari, and many classic systems. We accept both individual games and complete collections. Bring your items in for a free evaluation."},
|
|
|
|
|
id: "1", title: "What games and consoles do you buy?", content: "We buy video games, consoles, and accessories across all major platforms: Nintendo (NES, SNES, Game Boy, N64, GameCube, Wii), PlayStation (all generations), Xbox (all generations), Sega, Atari, and many classic systems. We accept both individual games and complete collections. Bring your items in for a free evaluation."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", title: "How does the trade-in process work?", content: "Simply bring your games, consoles, or accessories to our store at 1609 Mall Drive. Our staff will evaluate your items and provide a cash offer or store credit option. Store credit typically provides 10-15% more value. We complete most trades on the spot. No appointment needed!"},
|
|
|
|
|
id: "2", title: "How does the trade-in process work?", content: "Simply bring your games, consoles, or accessories to our store at 1609 Mall Drive. Our staff will evaluate your items and provide a cash offer or store credit option. Store credit typically provides 10-15% more value. We complete most trades on the spot. No appointment needed!"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", title: "Do you carry trading cards?", content: "Yes! We stock Magic The Gathering, Pokémon, Yu-Gi-Oh, and other popular trading card games. We have booster packs, singles, deck supplies, sleeves, and storage solutions. Ask about our regular tournaments and card events."},
|
|
|
|
|
id: "3", title: "Do you carry trading cards?", content: "Yes! We stock Magic The Gathering, Pokémon, Yu-Gi-Oh, and other popular trading card games. We have booster packs, singles, deck supplies, sleeves, and storage solutions. Ask about our regular tournaments and card events."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", title: "What events do you host?", content: "We host Friday Night Magic, trading card tournaments, community gaming nights, and other events throughout the month. Check our website or call 269-925-3010 for the current event calendar and times. All skill levels welcome!"},
|
|
|
|
|
id: "4", title: "What events do you host?", content: "We host Friday Night Magic, trading card tournaments, community gaming nights, and other events throughout the month. Check our website or call 269-925-3010 for the current event calendar and times. All skill levels welcome!"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "5", title: "What are your store hours?", content: "Please call us at 269-925-3010 or visit us in person at 1609 Mall Drive, Benton Harbor, MI 49022 for current store hours. We're open 7 days a week to serve the gaming community."},
|
|
|
|
|
id: "5", title: "What are your store hours?", content: "Please call us at 269-925-3010 or visit us in person at 1609 Mall Drive, Benton Harbor, MI 49022 for current store hours. We're open 7 days a week to serve the gaming community."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "6", title: "Do you have hard-to-find retro games?", content: "We specialize in retro gaming! Our large inventory includes rare titles, classic consoles, and collectible games. If you're looking for something specific, call us at 269-925-3010. We often help customers hunt down hard-to-find games."},
|
|
|
|
|
id: "6", title: "Do you have hard-to-find retro games?", content: "We specialize in retro gaming! Our large inventory includes rare titles, classic consoles, and collectible games. If you're looking for something specific, call us at 269-925-3010. We often help customers hunt down hard-to-find games."
|
|
|
|
|
},
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
const footerColumns = [
|
|
|
|
|
@@ -120,7 +134,7 @@ export default function LandingPage() {
|
|
|
|
|
<HeroSplitTestimonial
|
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
|
title="Southwest Michigan's Gaming Hub Since 1983"
|
|
|
|
|
description="Buy, trade, and discover retro and modern games with a thriving local gaming community. The region's largest selection of video games, trading cards, and gaming accessories."
|
|
|
|
|
description="Buy, trade, and discover retro and modern games with a thriving local gaming community. The region's largest selection of video games, trading cards, and gaming accessories. Visit us at 1609 Mall Drive, Benton Harbor, MI 49022."
|
|
|
|
|
tag="Local Gaming Legend"
|
|
|
|
|
tagIcon={Gamepad2}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
@@ -130,8 +144,7 @@ export default function LandingPage() {
|
|
|
|
|
mediaAnimation="blur-reveal"
|
|
|
|
|
testimonials={testimonials}
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Call Now: 269-925-3010", href: "tel:269-925-3010" },
|
|
|
|
|
{ text: "Get Directions", href: "https://maps.google.com/?q=1609+Mall+Drive+Benton+Harbor+MI+49022" },
|
|
|
|
|
{ text: "Visit Us Today", href: "https://maps.google.com/?q=1609+Mall+Drive+Benton+Harbor+MI+49022" },
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
|