Merge version_1 into main #1
@@ -76,27 +76,27 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "pokemon", brand: "Pokémon TCG", name: "Elite Trainer Boxes & Packs", price: "From $35", rating: 5,
|
||||
reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-vector/set-mobile-backgrounds-with-abstract-elements_23-2147652737.jpg", imageAlt: "Pokémon Elite Trainer Boxes"
|
||||
reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-vector/set-mobile-backgrounds-with-abstract-elements_23-2147652737.jpg?_wi=1", imageAlt: "Pokémon Elite Trainer Boxes"
|
||||
},
|
||||
{
|
||||
id: "sports", brand: "Sports Trading", name: "Graded Sports Cards", price: "From $25", rating: 5,
|
||||
reviewCount: "45+", imageSrc: "http://img.b2bpic.net/free-psd/sports-academy-template-design_23-2151409581.jpg", imageAlt: "Sports Trading Cards"
|
||||
reviewCount: "45+", imageSrc: "http://img.b2bpic.net/free-psd/sports-academy-template-design_23-2151409581.jpg?_wi=1", imageAlt: "Sports Trading Cards"
|
||||
},
|
||||
{
|
||||
id: "sealed", brand: "Booster Boxes", name: "Sealed Booster Boxes", price: "From $95", rating: 5,
|
||||
reviewCount: "38+", imageSrc: "http://img.b2bpic.net/free-vector/set-mobile-backgrounds-with-abstract-elements_23-2147652737.jpg", imageAlt: "Sealed Trading Card Booster Boxes"
|
||||
reviewCount: "38+", imageSrc: "http://img.b2bpic.net/free-vector/set-mobile-backgrounds-with-abstract-elements_23-2147652737.jpg?_wi=2", imageAlt: "Sealed Trading Card Booster Boxes"
|
||||
},
|
||||
{
|
||||
id: "funko", brand: "Funko", name: "Collectible Funko Pops", price: "From $15", rating: 5,
|
||||
reviewCount: "42+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-playing-game_23-2148287868.jpg", imageAlt: "Funko Pop Collection"
|
||||
reviewCount: "42+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-playing-game_23-2148287868.jpg?_wi=1", imageAlt: "Funko Pop Collection"
|
||||
},
|
||||
{
|
||||
id: "tcg", brand: "Multiple TCGs", name: "Trading Card Games", price: "From $20", rating: 5,
|
||||
reviewCount: "35+", imageSrc: "http://img.b2bpic.net/free-vector/set-mobile-backgrounds-with-abstract-elements_23-2147652737.jpg", imageAlt: "Trading Card Games Selection"
|
||||
reviewCount: "35+", imageSrc: "http://img.b2bpic.net/free-vector/set-mobile-backgrounds-with-abstract-elements_23-2147652737.jpg?_wi=3", imageAlt: "Trading Card Games Selection"
|
||||
},
|
||||
{
|
||||
id: "memorabilia", brand: "Sports", name: "Sports Memorabilia", price: "From $50", rating: 5,
|
||||
reviewCount: "28+", imageSrc: "http://img.b2bpic.net/free-psd/sports-academy-template-design_23-2151409581.jpg", imageAlt: "Sports Memorabilia Items"
|
||||
reviewCount: "28+", imageSrc: "http://img.b2bpic.net/free-psd/sports-academy-template-design_23-2151409581.jpg?_wi=2", imageAlt: "Sports Memorabilia Items"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -144,19 +144,19 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "pokemon-sv01", brand: "Pokémon", name: "Scarlet & Violet Booster Box", price: "$120", rating: 5,
|
||||
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-vector/set-mobile-backgrounds-with-abstract-elements_23-2147652737.jpg", imageAlt: "Pokémon Scarlet & Violet Booster Box"
|
||||
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-vector/set-mobile-backgrounds-with-abstract-elements_23-2147652737.jpg?_wi=4", imageAlt: "Pokémon Scarlet & Violet Booster Box"
|
||||
},
|
||||
{
|
||||
id: "sports-2024", brand: "Sports", name: "2024 Panini Prizm Box", price: "$95", rating: 5,
|
||||
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-psd/sports-academy-template-design_23-2151409581.jpg", imageAlt: "2024 Panini Prizm Booster Box"
|
||||
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-psd/sports-academy-template-design_23-2151409581.jpg?_wi=3", imageAlt: "2024 Panini Prizm Booster Box"
|
||||
},
|
||||
{
|
||||
id: "pop-exclusive", brand: "Funko", name: "Exclusive Pop! Vinyl Set", price: "$65", rating: 5,
|
||||
reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-playing-game_23-2148287868.jpg", imageAlt: "Exclusive Funko Pop Vinyl Set"
|
||||
reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-playing-game_23-2148287868.jpg?_wi=2", imageAlt: "Exclusive Funko Pop Vinyl Set"
|
||||
},
|
||||
{
|
||||
id: "sealed-vintage", brand: "Pokémon", name: "Vintage Base Set Pack Lot", price: "$350", rating: 5,
|
||||
reviewCount: "3", imageSrc: "http://img.b2bpic.net/free-vector/set-mobile-backgrounds-with-abstract-elements_23-2147652737.jpg", imageAlt: "Vintage Pokémon Base Set Pack Lot"
|
||||
reviewCount: "3", imageSrc: "http://img.b2bpic.net/free-vector/set-mobile-backgrounds-with-abstract-elements_23-2147652737.jpg?_wi=5", imageAlt: "Vintage Pokémon Base Set Pack Lot"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -170,7 +170,7 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[{ text: "Learn About Weekly Events", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/25-years-anniversary-instagram-posts_23-2148877212.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/25-years-anniversary-instagram-posts_23-2148877212.jpg?_wi=1"
|
||||
imageAlt="Collectors gathering at OMG Collectibles"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -187,27 +187,27 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marcus T.", handle: "@pokemondev", testimonial: "Best Pokémon selection in the area. The staff actually knows what they're talking about. Found my grail Charizard here!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/25-years-anniversary-instagram-posts_23-2148877212.jpg", imageAlt: "Marcus T."
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/25-years-anniversary-instagram-posts_23-2148877212.jpg?_wi=2", imageAlt: "Marcus T."
|
||||
},
|
||||
{
|
||||
id: "2", name: "Jennifer K.", handle: "@collectorsofpalm", testimonial: "I bring my kids every weekend. The team is so patient and helpful. Great prices, fresh inventory. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/25-years-anniversary-instagram-posts_23-2148877212.jpg", imageAlt: "Jennifer K."
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/25-years-anniversary-instagram-posts_23-2148877212.jpg?_wi=3", imageAlt: "Jennifer K."
|
||||
},
|
||||
{
|
||||
id: "3", name: "Robert S.", handle: "@sportscard_investor", testimonial: "Growing sports card selection and fair pricing. Been in the hobby 20 years—this shop gets it right.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/25-years-anniversary-instagram-posts_23-2148877212.jpg", imageAlt: "Robert S."
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/25-years-anniversary-instagram-posts_23-2148877212.jpg?_wi=4", imageAlt: "Robert S."
|
||||
},
|
||||
{
|
||||
id: "4", name: "Lisa M.", handle: "@funkofan2024", testimonial: "Love their Funko Pop section. They always get the new releases and exclusives. Super organized store.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/25-years-anniversary-instagram-posts_23-2148877212.jpg", imageAlt: "Lisa M."
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/25-years-anniversary-instagram-posts_23-2148877212.jpg?_wi=5", imageAlt: "Lisa M."
|
||||
},
|
||||
{
|
||||
id: "5", name: "David W.", handle: "@tcgcommunity", testimonial: "The weekly collector meetups here are great. It's become my spot. Staff is genuine and knowledgeable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/25-years-anniversary-instagram-posts_23-2148877212.jpg", imageAlt: "David W."
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/25-years-anniversary-instagram-posts_23-2148877212.jpg?_wi=6", imageAlt: "David W."
|
||||
},
|
||||
{
|
||||
id: "6", name: "Amanda P.", handle: "@newbie_collector", testimonial: "I'm new to collecting and was nervous. Everyone here was so welcoming and taught me everything. Coming back weekly!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/25-years-anniversary-instagram-posts_23-2148877212.jpg", imageAlt: "Amanda P."
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/25-years-anniversary-instagram-posts_23-2148877212.jpg?_wi=7", imageAlt: "Amanda P."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -254,7 +254,7 @@ export default function LandingPage() {
|
||||
description="Get early access to new drops, rare product announcements, Pokémon restocks, and sports card releases. Weekly email updates for serious collectors."
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/set-mobile-backgrounds-with-abstract-elements_23-2147652737.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/set-mobile-backgrounds-with-abstract-elements_23-2147652737.jpg?_wi=6"
|
||||
imageAlt="Collector Club exclusive products"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
|
||||
Reference in New Issue
Block a user