Merge version_1 into main #1
220
src/app/page.tsx
220
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Cards",
|
||||
id: "#daily-release",
|
||||
},
|
||||
name: "Cards", id: "#daily-release"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "#blog",
|
||||
},
|
||||
name: "Blog", id: "#blog"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EEZIV8smqcLbzHfUGA55NUpf9q/uploaded-1779789315692-4c9vbpto.jpg"
|
||||
logoAlt="FEN brand logo"
|
||||
@@ -61,31 +51,20 @@ export default function LandingPage() {
|
||||
<HeroCarouselLogo
|
||||
logoText="FEN"
|
||||
description="La carta ruoterà in 3D. Explore rare digital art collectibles."
|
||||
buttons={[]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-storage-devices-assortment_23-2149319330.jpg",
|
||||
imageAlt: "FEN collectible card with unique artwork",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-storage-devices-assortment_23-2149319330.jpg", imageAlt: "FEN collectible card with unique artwork"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-traditional-cards-game_23-2150558665.jpg",
|
||||
imageAlt: "FEN collectible card with abstract design",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-traditional-cards-game_23-2150558665.jpg", imageAlt: "FEN collectible card with abstract design"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-purple-bottle-white-desk_140725-11665.jpg",
|
||||
imageAlt: "FEN collectible card with futuristic elements",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-purple-bottle-white-desk_140725-11665.jpg", imageAlt: "FEN collectible card with futuristic elements"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mystical-tarot-cards-glowing-starry-sky-illustration_23-2152031270.jpg",
|
||||
imageAlt: "FEN collectible card with elegant aesthetics",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mystical-tarot-cards-glowing-starry-sky-illustration_23-2152031270.jpg", imageAlt: "FEN collectible card with elegant aesthetics"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-traditional-cards-game_23-2150558598.jpg",
|
||||
imageAlt: "FEN collectible card with modern digital art",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-traditional-cards-game_23-2150558598.jpg", imageAlt: "FEN collectible card with modern digital art"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/aesthetic-business-card-template-restaurant-remixed-from-public-domain-artworks_53876-116161.jpg",
|
||||
imageAlt: "FEN collectible card with archival quality",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/aesthetic-business-card-template-restaurant-remixed-from-public-domain-artworks_53876-116161.jpg", imageAlt: "FEN collectible card with archival quality"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -107,35 +86,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Original Digital Art",
|
||||
tags: [
|
||||
"Unique",
|
||||
"Curated",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/colorful-geometric-logos_23-2147509513.jpg",
|
||||
imageAlt: "Abstract digital art illustration",
|
||||
},
|
||||
id: "f1", title: "Original Digital Art", tags: [
|
||||
"Unique", "Curated"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/colorful-geometric-logos_23-2147509513.jpg", imageAlt: "Abstract digital art illustration"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Rare & Archival",
|
||||
tags: [
|
||||
"Exclusive",
|
||||
"Limited",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/illustration-floppy-disk_53876-5850.jpg",
|
||||
imageAlt: "Icon representing rare collection",
|
||||
},
|
||||
id: "f2", title: "Rare & Archival", tags: [
|
||||
"Exclusive", "Limited"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/illustration-floppy-disk_53876-5850.jpg", imageAlt: "Icon representing rare collection"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Evolving Collections",
|
||||
tags: [
|
||||
"Dynamic",
|
||||
"Expanding",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/25-arrow-blue-icon-pack-vector-icons-illustration_1142-19356.jpg",
|
||||
imageAlt: "Graphic of a growing collection",
|
||||
},
|
||||
id: "f3", title: "Evolving Collections", tags: [
|
||||
"Dynamic", "Expanding"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/25-arrow-blue-icon-pack-vector-icons-illustration_1142-19356.jpg", imageAlt: "Graphic of a growing collection"},
|
||||
]}
|
||||
title="The FEN Universe"
|
||||
description="Discover what makes FEN cards truly unique and a valuable addition to any collection."
|
||||
@@ -150,61 +111,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Card #001",
|
||||
price: "€120",
|
||||
variant: "Standard",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/luxury-business-card-template_52683-28633.jpg",
|
||||
imageAlt: "FEN Collectible Card Number 001",
|
||||
},
|
||||
id: "p1", name: "Card #001", price: "€120", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-vector/luxury-business-card-template_52683-28633.jpg", imageAlt: "FEN Collectible Card Number 001"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Card #002",
|
||||
price: "€150",
|
||||
variant: "Rare Edition",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-traditional-cards-game_23-2150558638.jpg",
|
||||
imageAlt: "FEN Collectible Card Number 002",
|
||||
},
|
||||
id: "p2", name: "Card #002", price: "€150", variant: "Rare Edition", imageSrc: "http://img.b2bpic.net/free-photo/mexican-traditional-cards-game_23-2150558638.jpg", imageAlt: "FEN Collectible Card Number 002"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Card #003",
|
||||
price: "€90",
|
||||
variant: "Collector's",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-traditional-cards-game_23-2150558602.jpg",
|
||||
imageAlt: "FEN Collectible Card Number 003",
|
||||
},
|
||||
id: "p3", name: "Card #003", price: "€90", variant: "Collector's", imageSrc: "http://img.b2bpic.net/free-photo/mexican-traditional-cards-game_23-2150558602.jpg", imageAlt: "FEN Collectible Card Number 003"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Card #004",
|
||||
price: "€200",
|
||||
variant: "Exclusive",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-boy-illustration_23-2151726806.jpg",
|
||||
imageAlt: "FEN Collectible Card Number 004",
|
||||
},
|
||||
id: "p4", name: "Card #004", price: "€200", variant: "Exclusive", imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-boy-illustration_23-2151726806.jpg", imageAlt: "FEN Collectible Card Number 004"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Card #005",
|
||||
price: "€130",
|
||||
variant: "Art Print",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-white-cloth-halloween-costume_23-2152015206.jpg",
|
||||
imageAlt: "FEN Collectible Card Number 005",
|
||||
},
|
||||
id: "p5", name: "Card #005", price: "€130", variant: "Art Print", imageSrc: "http://img.b2bpic.net/free-photo/girl-white-cloth-halloween-costume_23-2152015206.jpg", imageAlt: "FEN Collectible Card Number 005"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Card #006",
|
||||
price: "€180",
|
||||
variant: "Vault Edition",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-traditional-cards-game_23-2150558635.jpg",
|
||||
imageAlt: "FEN Collectible Card Number 006",
|
||||
},
|
||||
id: "p6", name: "Card #006", price: "€180", variant: "Vault Edition", imageSrc: "http://img.b2bpic.net/free-photo/mexican-traditional-cards-game_23-2150558635.jpg", imageAlt: "FEN Collectible Card Number 006"},
|
||||
]}
|
||||
title="Daily Release"
|
||||
description="Selezione quotidiana che permette di riscoprire release passate."
|
||||
buttons={[
|
||||
{
|
||||
text: "Vai al Vault →",
|
||||
href: "#",
|
||||
},
|
||||
text: "Vai al Vault →", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -218,38 +141,11 @@ export default function LandingPage() {
|
||||
description="Stay updated with new card releases, artist interviews, and insights into contemporary collecting."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "New Release",
|
||||
title: "Introducing Card #007: The Genesis Artifact",
|
||||
excerpt: "A deep dive into the inspiration and digital craftsmanship behind our latest collectible card.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-art-supplies-workshop_23-2149536260.jpg",
|
||||
imageAlt: "Genesis Artifact card art",
|
||||
authorName: "FEN Team",
|
||||
authorAvatar: "asset://avatar-1",
|
||||
date: "July 24, 2024",
|
||||
},
|
||||
id: "b1", category: "New Release", title: "Introducing Card #007: The Genesis Artifact", excerpt: "A deep dive into the inspiration and digital craftsmanship behind our latest collectible card.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-art-supplies-workshop_23-2149536260.jpg", imageAlt: "Genesis Artifact card art", authorName: "FEN Team", authorAvatar: "asset://avatar-1", date: "July 24, 2024"},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Collecting",
|
||||
title: "The Art of Curating Your Digital Collection",
|
||||
excerpt: "Tips and strategies for building a rare and meaningful collection in the digital age.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-drawing-ipad_23-2150040107.jpg",
|
||||
imageAlt: "Digital art studio tools",
|
||||
authorName: "Alessia M.",
|
||||
authorAvatar: "asset://avatar-2",
|
||||
date: "July 18, 2024",
|
||||
},
|
||||
id: "b2", category: "Collecting", title: "The Art of Curating Your Digital Collection", excerpt: "Tips and strategies for building a rare and meaningful collection in the digital age.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-drawing-ipad_23-2150040107.jpg", imageAlt: "Digital art studio tools", authorName: "Alessia M.", authorAvatar: "asset://avatar-2", date: "July 18, 2024"},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Behind the Scenes",
|
||||
title: "From Concept to Collectible: FEN's Creative Process",
|
||||
excerpt: "An exclusive look into how FEN cards are conceived, designed, and brought to life.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-organizing-documents_23-2149396659.jpg",
|
||||
imageAlt: "Creative design process workflow",
|
||||
authorName: "Luca R.",
|
||||
authorAvatar: "asset://avatar-3",
|
||||
date: "July 10, 2024",
|
||||
},
|
||||
id: "b3", category: "Behind the Scenes", title: "From Concept to Collectible: FEN's Creative Process", excerpt: "An exclusive look into how FEN cards are conceived, designed, and brought to life.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-organizing-documents_23-2149396659.jpg", imageAlt: "Creative design process workflow", authorName: "Luca R.", authorAvatar: "asset://avatar-3", date: "July 10, 2024"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -260,20 +156,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What makes FEN cards unique?",
|
||||
content: "FEN cards are original digital art pieces, carefully curated and released as limited editions, contributing to an evolving universe of collectibles. Each card is designed to be a rare archival piece.",
|
||||
},
|
||||
id: "faq1", title: "What makes FEN cards unique?", content: "FEN cards are original digital art pieces, carefully curated and released as limited editions, contributing to an evolving universe of collectibles. Each card is designed to be a rare archival piece."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "How do I purchase a FEN card?",
|
||||
content: "FEN cards are available through our 'Daily Release' section. Simply select the card you wish to acquire, and follow the steps to complete your purchase. We accept various secure payment methods.",
|
||||
},
|
||||
id: "faq2", title: "How do I purchase a FEN card?", content: "FEN cards are available through our 'Daily Release' section. Simply select the card you wish to acquire, and follow the steps to complete your purchase. We accept various secure payment methods."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Can I trade or resell FEN cards?",
|
||||
content: "FEN cards are designed for collecting. While we currently focus on direct sales, we are exploring future options for secondary markets that align with our vision for contemporary collecting.",
|
||||
},
|
||||
id: "faq3", title: "Can I trade or resell FEN cards?", content: "FEN cards are designed for collecting. While we currently focus on direct sales, we are exploring future options for secondary markets that align with our vision for contemporary collecting."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about FEN cards, digital art, and collecting."
|
||||
@@ -285,16 +172,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Questions? Reach Out to FEN"
|
||||
description="Our team is here to assist you with any inquiries regarding FEN collectible cards, digital art, or your collection."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Us", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -305,45 +189,29 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "Daily Release",
|
||||
href: "#daily-release",
|
||||
},
|
||||
label: "Daily Release", href: "#daily-release"},
|
||||
{
|
||||
label: "About FEN",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About FEN", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#blog",
|
||||
},
|
||||
label: "Blog", href: "#blog"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user