Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 13:49:46 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="largeSmall"
background="grid"
background="circleGradient"
cardStyle="outline"
primaryButtonStyle="shadow"
secondaryButtonStyle="glass"
@@ -49,8 +49,8 @@ export default function LandingPage() {
{ text: "Learn More", href: "#about" }
]}
buttonAnimation="slide-up"
background={{ variant: "grid" }}
imageSrc="http://img.b2bpic.net/free-vector/characters-with-virtual-glasses_23-2147603830.jpg?_wi=1"
background={{ variant: "animated-grid" }}
imageSrc="http://img.b2bpic.net/free-vector/characters-with-virtual-glasses_23-2147603830.jpg"
imageAlt="Roblox merchandise hero showcase"
mediaAnimation="slide-up"
frameStyle="card"
@@ -62,16 +62,16 @@ export default function LandingPage() {
<ProductCardFour
products={[
{
id: "1", name: "Classic Roblox Avatar T-Shirt", price: "$24.99", variant: "Black • 5 Colors", imageSrc: "http://img.b2bpic.net/free-photo/packed-hoodie-with-tablet_23-2148528038.jpg?_wi=1", imageAlt: "Classic Roblox T-Shirt", isFavorited: false
id: "1", name: "Classic Roblox Avatar T-Shirt", price: "$24.99", variant: "Black • 5 Colors", imageSrc: "http://img.b2bpic.net/free-photo/packed-hoodie-with-tablet_23-2148528038.jpg", imageAlt: "Classic Roblox T-Shirt", isFavorited: false
},
{
id: "2", name: "Roblox Gaming Hoodie", price: "$49.99", variant: "Navy • 4 Colors", imageSrc: "http://img.b2bpic.net/free-photo/packed-hoodie-with-tablet_23-2148528038.jpg?_wi=2", imageAlt: "Roblox Gaming Hoodie", isFavorited: false
id: "2", name: "Roblox Gaming Hoodie", price: "$49.99", variant: "Navy • 4 Colors", imageSrc: "http://img.b2bpic.net/free-photo/packed-hoodie-with-tablet_23-2148528038.jpg", imageAlt: "Roblox Gaming Hoodie", isFavorited: false
},
{
id: "3", name: "Premium Collectible Figure", price: "$34.99", variant: "Limited Edition", imageSrc: "http://img.b2bpic.net/free-vector/flat-christmas-nutcrackers-collection_23-2149134919.jpg", imageAlt: "Premium Roblox Collectible", isFavorited: false
},
{
id: "4", name: "Roblox Snapback Cap", price: "$19.99", variant: "Adjustable • 3 Colors", imageSrc: "http://img.b2bpic.net/free-photo/packed-hoodie-with-tablet_23-2148528038.jpg?_wi=3", imageAlt: "Roblox Snapback Cap", isFavorited: false
id: "4", name: "Roblox Snapback Cap", price: "$19.99", variant: "Adjustable • 3 Colors", imageSrc: "http://img.b2bpic.net/free-photo/packed-hoodie-with-tablet_23-2148528038.jpg", imageAlt: "Roblox Snapback Cap", isFavorited: false
}
]}
title="Featured Products"
@@ -121,10 +121,10 @@ export default function LandingPage() {
<TestimonialCardFive
testimonials={[
{
id: "1", name: "Alex Chen, Roblox Creator", date: "Date: 15 January 2025", title: "Best merch I've ever owned!", quote: "The quality is incredible and my friends love it. I wear my Roblox hoodie every day and it holds up perfectly. This is exactly what the community needed.", tag: "Premium Supporter", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-earphones-dark-haired-man-casual-clothes-looking-camera-portrait-concept_74855-24635.jpg", imageSrc: "http://img.b2bpic.net/free-vector/characters-with-virtual-glasses_23-2147603830.jpg?_wi=2"
id: "1", name: "Alex Chen, Roblox Creator", date: "Date: 15 January 2025", title: "Best merch I've ever owned!", quote: "The quality is incredible and my friends love it. I wear my Roblox hoodie every day and it holds up perfectly. This is exactly what the community needed.", tag: "Premium Supporter", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-earphones-dark-haired-man-casual-clothes-looking-camera-portrait-concept_74855-24635.jpg", imageSrc: "http://img.b2bpic.net/free-vector/characters-with-virtual-glasses_23-2147603830.jpg"
},
{
id: "2", name: "Jordan Smith, Gaming Enthusiast", date: "Date: 12 January 2025", title: "Amazing experience from start to finish", quote: "Fast shipping, great customer service, and the merchandise exceeded my expectations. I've already recommended this store to all my gaming friends.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/hispanic-teenager-playing-video-game-holding-controller-relaxed-with-serious-expression-face-simple-natural-looking-camera_839833-3187.jpg", imageSrc: "http://img.b2bpic.net/free-photo/packed-hoodie-with-tablet_23-2148528038.jpg?_wi=4"
id: "2", name: "Jordan Smith, Gaming Enthusiast", date: "Date: 12 January 2025", title: "Amazing experience from start to finish", quote: "Fast shipping, great customer service, and the merchandise exceeded my expectations. I've already recommended this store to all my gaming friends.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/hispanic-teenager-playing-video-game-holding-controller-relaxed-with-serious-expression-face-simple-natural-looking-camera_839833-3187.jpg", imageSrc: "http://img.b2bpic.net/free-photo/packed-hoodie-with-tablet_23-2148528038.jpg"
},
{
id: "3", name: "Morgan Taylor, Collectibles Collector", date: "Date: 10 January 2025", title: "The collectible figures are a must-have", quote: "As someone who collects gaming merchandise, these figures are among the best I've seen. The attention to detail is remarkable and worth every penny.", tag: "Collector", avatarSrc: "http://img.b2bpic.net/free-photo/hispanic-teenager-playing-video-game-holding-controller-relaxed-with-serious-expression-face-simple-natural-looking-camera_839833-3187.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-female-friends-getting-manicure-together_23-2150285933.jpg"
@@ -133,10 +133,10 @@ export default function LandingPage() {
id: "4", name: "Casey Rodriguez, Young Gamer", date: "Date: 8 January 2025", title: "My friends think I'm so cool now!", quote: "I love showing off my Roblox gear at school. The designs are authentic and everyone asks where I got them. Definitely ordering more soon!", tag: "Teen Ambassador", avatarSrc: "http://img.b2bpic.net/free-photo/hispanic-teenager-playing-video-game-holding-controller-looking-camera-blowing-kiss-air-being-lovely-sexy-love-expression_839833-3185.jpg", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-playing-video-games-home_23-2148560706.jpg"
},
{
id: "5", name: "Sam Williams, Parent", date: "Date: 5 January 2025", title: "Great gift for my gaming kid", quote: "My son was thrilled with the merchandise. The quality is excellent and it was delivered quickly. Will definitely shop here again for birthday and holiday gifts.", tag: "Parent", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-earphones-dark-haired-man-casual-clothes-looking-camera-portrait-concept_74855-24635.jpg", imageSrc: "http://img.b2bpic.net/free-vector/characters-with-virtual-glasses_23-2147603830.jpg?_wi=3"
id: "5", name: "Sam Williams, Parent", date: "Date: 5 January 2025", title: "Great gift for my gaming kid", quote: "My son was thrilled with the merchandise. The quality is excellent and it was delivered quickly. Will definitely shop here again for birthday and holiday gifts.", tag: "Parent", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-earphones-dark-haired-man-casual-clothes-looking-camera-portrait-concept_74855-24635.jpg", imageSrc: "http://img.b2bpic.net/free-vector/characters-with-virtual-glasses_23-2147603830.jpg"
},
{
id: "6", name: "Riley Johnson, Streamer", date: "Date: 2 January 2025", title: "Perfect for my gaming setup", quote: "I featured this merchandise on my stream and my viewers went crazy for it. The designs are perfect for the gaming community and the quality is top-notch.", tag: "Content Creator", avatarSrc: "http://img.b2bpic.net/free-photo/hispanic-teenager-playing-video-game-holding-controller-relaxed-with-serious-expression-face-simple-natural-looking-camera_839833-3187.jpg", imageSrc: "http://img.b2bpic.net/free-photo/packed-hoodie-with-tablet_23-2148528038.jpg?_wi=5"
id: "6", name: "Riley Johnson, Streamer", date: "Date: 2 January 2025", title: "Perfect for my gaming setup", quote: "I featured this merchandise on my stream and my viewers went crazy for it. The designs are perfect for the gaming community and the quality is top-notch.", tag: "Content Creator", avatarSrc: "http://img.b2bpic.net/free-photo/hispanic-teenager-playing-video-game-holding-controller-relaxed-with-serious-expression-face-simple-natural-looking-camera_839833-3187.jpg", imageSrc: "http://img.b2bpic.net/free-photo/packed-hoodie-with-tablet_23-2148528038.jpg"
}
]}
title="What the Community Says"
@@ -153,6 +153,7 @@ export default function LandingPage() {
title="Trusted by Gamers Worldwide"
description="Featured on major gaming platforms and loved by the Roblox community"
tag="Community Partners"
names={["Roblox", "YouTube", "Twitter", "Discord", "Twitch", "Gaming", "Community", "Store"]}
logos={[
"http://img.b2bpic.net/free-vector/gradient-instagram-shop-logo_23-2149699545.jpg", "http://img.b2bpic.net/free-vector/collection-social-network-logos_23-2147612326.jpg", "http://img.b2bpic.net/free-vector/twitter-buttons_23-2147536976.jpg", "http://img.b2bpic.net/free-psd/social-media-logo-design_23-2151296993.jpg", "http://img.b2bpic.net/free-vector/modern-banner-with-twitch-logo_69286-296.jpg", "http://img.b2bpic.net/free-vector/minimalist-nerd-logo-design_23-2149348784.jpg", "http://img.b2bpic.net/free-vector/culture-logo-design-template_23-2149887510.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-shop-local-collection_23-2149575775.jpg"
]}
@@ -190,6 +191,7 @@ export default function LandingPage() {
]}
textPosition="left"
useInvertedBackground={false}
faqsAnimation="slide-up"
animationType="smooth"
ariaLabel="FAQ section"
/>