Merge version_1 into main #2
@@ -26,26 +26,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Cards",
|
||||
id: "/cards",
|
||||
},
|
||||
{
|
||||
name: "Trade",
|
||||
id: "/trade",
|
||||
},
|
||||
{
|
||||
name: "Apparel",
|
||||
id: "/apparel",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Cards", id: "/cards" },
|
||||
{ name: "Trade", id: "/trade" },
|
||||
{ name: "Apparel", id: "/apparel" },
|
||||
{ name: "About", id: "/about" },
|
||||
]}
|
||||
brandName="Sudds TCG"
|
||||
/>
|
||||
@@ -61,19 +46,9 @@ export default function LandingPage() {
|
||||
description="Custom embroidered gear."
|
||||
products={[
|
||||
{
|
||||
id: "a1",
|
||||
name: "Logo Hoodie",
|
||||
price: "$60",
|
||||
variant: "Black",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-funny-hat-white-wall_114579-27948.jpg?_wi=2",
|
||||
},
|
||||
id: "a1", name: "Logo Hoodie", price: "$60", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-funny-hat-white-wall_114579-27948.jpg"},
|
||||
{
|
||||
id: "a2",
|
||||
name: "Minimalist Hat",
|
||||
price: "$30",
|
||||
variant: "Navy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-floral-concept-with-copy-space_23-2148599475.jpg?_wi=2",
|
||||
},
|
||||
id: "a2", name: "Minimalist Hat", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-floral-concept-with-copy-space_23-2148599475.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -87,34 +62,10 @@ export default function LandingPage() {
|
||||
description="We stitch what you love."
|
||||
features={[
|
||||
{
|
||||
title: "High Quality",
|
||||
description: "Durable threads.",
|
||||
icon: Palette,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing-studio_23-2149429028.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing-studio_23-2149429028.jpg?_wi=3",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-medicaments-boxes-pharmacy-shelves_482257-82848.jpg?_wi=5",
|
||||
imageAlt: "sealed pokemon booster box",
|
||||
title: "High Quality", description: "Durable threads.", icon: Palette
|
||||
},
|
||||
{
|
||||
title: "Fast Turnaround",
|
||||
description: "Ready to wear.",
|
||||
icon: Clock,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-funny-hat-white-wall_114579-27948.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-funny-hat-white-wall_114579-27948.jpg?_wi=4",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-traditional-cards-game_23-2150558596.jpg?_wi=6",
|
||||
imageAlt: "fanned pokemon cards collector",
|
||||
title: "Fast Turnaround", description: "Ready to wear.", icon: Clock
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -124,29 +75,15 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
{
|
||||
label: "eBay Store",
|
||||
href: "https://ebay.com/usr/suddstcg",
|
||||
},
|
||||
{
|
||||
label: "Custom Apparel",
|
||||
href: "/apparel",
|
||||
},
|
||||
title: "Shop", items: [
|
||||
{ label: "eBay Store", href: "https://ebay.com/usr/suddstcg" },
|
||||
{ label: "Custom Apparel", href: "/apparel" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "Trading FAQ",
|
||||
href: "/trade",
|
||||
},
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Trading FAQ", href: "/trade" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -26,26 +26,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Cards",
|
||||
id: "/cards",
|
||||
},
|
||||
{
|
||||
name: "Trade",
|
||||
id: "/trade",
|
||||
},
|
||||
{
|
||||
name: "Apparel",
|
||||
id: "/apparel",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Cards", id: "/cards" },
|
||||
{ name: "Trade", id: "/trade" },
|
||||
{ name: "Apparel", id: "/apparel" },
|
||||
{ name: "About", id: "/about" },
|
||||
]}
|
||||
brandName="Sudds TCG"
|
||||
/>
|
||||
@@ -57,12 +42,7 @@ export default function LandingPage() {
|
||||
title="Terms of Service"
|
||||
sections={[
|
||||
{
|
||||
heading: "Policies",
|
||||
content: {
|
||||
type: "paragraph",
|
||||
text: "All trades are subject to inspection and approval.",
|
||||
},
|
||||
},
|
||||
heading: "Policies", content: "All trades are subject to inspection and approval."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -76,34 +56,10 @@ export default function LandingPage() {
|
||||
description="Get in touch with us anytime."
|
||||
features={[
|
||||
{
|
||||
title: "Email Support",
|
||||
description: "hello@suddstcg.com",
|
||||
icon: Mail,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-with-long-hair-wearing-colorful-dress-hiding-hera-face-clipboard_141793-28835.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-with-long-hair-wearing-colorful-dress-hiding-hera-face-clipboard_141793-28835.jpg?_wi=4",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-funny-hat-white-wall_114579-27948.jpg?_wi=5",
|
||||
imageAlt: "custom embroidery pokemon hoodie",
|
||||
title: "Email Support", description: "hello@suddstcg.com", icon: Mail
|
||||
},
|
||||
{
|
||||
title: "Live Chat",
|
||||
description: "Available 9am-5pm.",
|
||||
icon: MessageSquare,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-female-shopaholic-speaking-mobile-phone-her-friend-boasting-about-her-purchases-while-shopping-city-mall-standing-rack-full-colorful-trendy-pieces-clothing_273609-731.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-female-shopaholic-speaking-mobile-phone-her-friend-boasting-about-her-purchases-while-shopping-city-mall-standing-rack-full-colorful-trendy-pieces-clothing_273609-731.jpg?_wi=4",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-floral-concept-with-copy-space_23-2148599475.jpg?_wi=3",
|
||||
imageAlt: "custom embroidered hat design",
|
||||
title: "Live Chat", description: "Available 9am-5pm.", icon: MessageSquare
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -113,29 +69,15 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
{
|
||||
label: "eBay Store",
|
||||
href: "https://ebay.com/usr/suddstcg",
|
||||
},
|
||||
{
|
||||
label: "Custom Apparel",
|
||||
href: "/apparel",
|
||||
},
|
||||
title: "Shop", items: [
|
||||
{ label: "eBay Store", href: "https://ebay.com/usr/suddstcg" },
|
||||
{ label: "Custom Apparel", href: "/apparel" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "Trading FAQ",
|
||||
href: "/trade",
|
||||
},
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Trading FAQ", href: "/trade" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -26,26 +26,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Cards",
|
||||
id: "/cards",
|
||||
},
|
||||
{
|
||||
name: "Trade",
|
||||
id: "/trade",
|
||||
},
|
||||
{
|
||||
name: "Apparel",
|
||||
id: "/apparel",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Cards", id: "/cards" },
|
||||
{ name: "Trade", id: "/trade" },
|
||||
{ name: "Apparel", id: "/apparel" },
|
||||
{ name: "About", id: "/about" },
|
||||
]}
|
||||
brandName="Sudds TCG"
|
||||
/>
|
||||
@@ -53,10 +38,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact-trade" data-section="contact-trade">
|
||||
<ContactCenter
|
||||
tag="Contact"
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Submit Your Collection"
|
||||
description="Ready to trade or sell? Tell us about your cards and let's make a deal."
|
||||
/>
|
||||
@@ -71,35 +55,11 @@ export default function LandingPage() {
|
||||
description="How we handle your cards securely."
|
||||
features={[
|
||||
{
|
||||
title: "Send In",
|
||||
description: "Pack your cards carefully.",
|
||||
icon: Package,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-traditional-cards-game_23-2150558596.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-traditional-cards-game_23-2150558596.jpg?_wi=5",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-going-shopping-antique-store_23-2149525737.jpg?_wi=2",
|
||||
imageAlt: "pokemon cards display studio",
|
||||
title: "Send In", description: "Pack your cards carefully.", icon: Package
|
||||
},
|
||||
{
|
||||
title: "Evaluation",
|
||||
description: "Our experts grade them.",
|
||||
icon: CheckCircle,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-young-man-holding-wireless-speaker-listening-music-orange_285396-9275.jpg?_wi=5",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-young-man-holding-wireless-speaker-listening-music-orange_285396-9275.jpg?_wi=6",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-young-man-holding-wireless-speaker-listening-music-orange_285396-9275.jpg?_wi=7",
|
||||
imageAlt: "pokemon card slab professional shot",
|
||||
},
|
||||
title: "Evaluation", description: "Our experts grade them.", icon: CheckCircle
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -108,29 +68,15 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
{
|
||||
label: "eBay Store",
|
||||
href: "https://ebay.com/usr/suddstcg",
|
||||
},
|
||||
{
|
||||
label: "Custom Apparel",
|
||||
href: "/apparel",
|
||||
},
|
||||
title: "Shop", items: [
|
||||
{ label: "eBay Store", href: "https://ebay.com/usr/suddstcg" },
|
||||
{ label: "Custom Apparel", href: "/apparel" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
{
|
||||
label: "Trading FAQ",
|
||||
href: "/trade",
|
||||
},
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Trading FAQ", href: "/trade" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user