Merge version_2 into main #1
374
src/app/page.tsx
374
src/app/page.tsx
@@ -12,6 +12,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Award, Star } from "lucide-react";
|
||||
|
||||
@@ -34,34 +35,22 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Collections",
|
||||
id: "#collections",
|
||||
},
|
||||
name: "Collections", id: "#collections"},
|
||||
{
|
||||
name: "Membership",
|
||||
id: "#membership",
|
||||
},
|
||||
name: "Membership", id: "#membership"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Payment Methods", id: "#payment-methods"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Account",
|
||||
id: "#account",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
{
|
||||
name: "Account", id: "#account"},
|
||||
]}
|
||||
button={{
|
||||
text: "Sign In",
|
||||
href: "#account",
|
||||
}}
|
||||
text: "Sign In", href: "#account"}}
|
||||
brandName="Sealune"
|
||||
/>
|
||||
</div>
|
||||
@@ -69,59 +58,38 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Discover Masterpieces. Acquire Legacy."
|
||||
description="Sealune is the world's premier digital art museum, curating exclusive masterpieces for elite collectors. Experience unparalleled authenticity, scarcity, and prestige."
|
||||
kpis={[
|
||||
{
|
||||
value: "200+",
|
||||
label: "Exclusive Artworks",
|
||||
},
|
||||
value: "200+", label: "Exclusive Artworks"},
|
||||
{
|
||||
value: "50+",
|
||||
label: "Elite Collectors",
|
||||
},
|
||||
value: "50+", label: "Elite Collectors"},
|
||||
{
|
||||
value: "$100M+",
|
||||
label: "Value Transacted",
|
||||
},
|
||||
value: "$100M+", label: "Value Transacted"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
tag="Luxury Digital Art"
|
||||
tagIcon={Star}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collections",
|
||||
href: "#collections",
|
||||
},
|
||||
text: "Explore Collections", href: "#collections"},
|
||||
{
|
||||
text: "Join VIP Club",
|
||||
href: "#membership",
|
||||
},
|
||||
text: "Join VIP Club", href: "#membership"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-art-studio_23-2149705917.jpg",
|
||||
alt: "John Doe, Elite Collector",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-art-studio_23-2149705917.jpg", alt: "John Doe, Elite Collector"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-suit_23-2149705918.jpg",
|
||||
alt: "Jane Smith, Esteemed Patron",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-suit_23-2149705918.jpg", alt: "Jane Smith, Esteemed Patron"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-caucasian-elder-artist-sitting-artwork-studio_482257-15488.jpg",
|
||||
alt: "Alex Chen, Modern Art Curator",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-caucasian-elder-artist-sitting-artwork-studio_482257-15488.jpg", alt: "Alex Chen, Modern Art Curator"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-young-woman-black-stylish-silk-home-suit-eyeglasses-looks-into-camera-stands_197531-33654.jpg",
|
||||
alt: "Maria Garcia, Influential Dealer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-young-woman-black-stylish-silk-home-suit-eyeglasses-looks-into-camera-stands_197531-33654.jpg", alt: "Maria Garcia, Influential Dealer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background_158538-9616.jpg",
|
||||
alt: "David Lee, Renowned Art Investor",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background_158538-9616.jpg", alt: "David Lee, Renowned Art Investor"},
|
||||
]}
|
||||
avatarText="Trusted by esteemed collectors worldwide."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/digital-art-inmersive-exhibition_23-2151428483.jpg"
|
||||
@@ -129,30 +97,15 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/digital-art-inmersive-exhibition_23-2151428518.jpg",
|
||||
alt: "Digital art immersive exhibition display",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/digital-art-inmersive-exhibition_23-2151428518.jpg", alt: "Digital art immersive exhibition display"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/digital-art-inmersive-exhibition_23-2151428476.jpg",
|
||||
alt: "Abstract digital art in a modern gallery",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/digital-art-inmersive-exhibition_23-2151428476.jpg", alt: "Abstract digital art in a modern gallery"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/digital-art-inmersive-exhibition_23-2151428478.jpg",
|
||||
alt: "Futuristic art installation",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/digital-art-inmersive-exhibition_23-2151428478.jpg", alt: "Futuristic art installation"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/digital-art-inmersive-exhibition_23-2151428520.jpg",
|
||||
alt: "Virtual reality art experience",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/digital-art-inmersive-exhibition_23-2151428520.jpg", alt: "Virtual reality art experience"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-person-autism-day-awareness-collage-style_23-2151355265.jpg",
|
||||
alt: "Contemporary digital art piece",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/portrait-person-autism-day-awareness-collage-style_23-2151355265.jpg", alt: "Contemporary digital art piece"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -165,53 +118,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "art-001",
|
||||
name: "Golden Horizon",
|
||||
price: "$1,200,000",
|
||||
variant: "1/1 Exclusive",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797754.jpg",
|
||||
imageAlt: "Futuristic cityscape digital painting",
|
||||
},
|
||||
id: "art-001", name: "Golden Horizon", price: "$1,200,000", variant: "1/1 Exclusive", imageSrc: "http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797754.jpg", imageAlt: "Futuristic cityscape digital painting"},
|
||||
{
|
||||
id: "art-002",
|
||||
name: "Quantum Flow",
|
||||
price: "$850,000",
|
||||
variant: "1/5 Limited Edition",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-92039.jpg",
|
||||
imageAlt: "Abstract golden lines digital art",
|
||||
},
|
||||
id: "art-002", name: "Quantum Flow", price: "$850,000", variant: "1/5 Limited Edition", imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-92039.jpg", imageAlt: "Abstract golden lines digital art"},
|
||||
{
|
||||
id: "art-003",
|
||||
name: "Mythos Awakens",
|
||||
price: "$2,500,000",
|
||||
variant: "1/1 Exclusive",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fantasy-characters-experiencing-love_23-2151164441.jpg",
|
||||
imageAlt: "Mythical creature digital painting",
|
||||
},
|
||||
id: "art-003", name: "Mythos Awakens", price: "$2,500,000", variant: "1/1 Exclusive", imageSrc: "http://img.b2bpic.net/free-photo/fantasy-characters-experiencing-love_23-2151164441.jpg", imageAlt: "Mythical creature digital painting"},
|
||||
{
|
||||
id: "art-004",
|
||||
name: "Architectural Nexus",
|
||||
price: "$700,000",
|
||||
variant: "1/10 Limited Edition",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/paint-texture-background-wallpaper-black-abstract-art-acrylic-paint_53876-146627.jpg",
|
||||
imageAlt: "Geometric abstract digital painting",
|
||||
},
|
||||
id: "art-004", name: "Architectural Nexus", price: "$700,000", variant: "1/10 Limited Edition", imageSrc: "http://img.b2bpic.net/free-photo/paint-texture-background-wallpaper-black-abstract-art-acrylic-paint_53876-146627.jpg", imageAlt: "Geometric abstract digital painting"},
|
||||
{
|
||||
id: "art-005",
|
||||
name: "Ethereal Blooms",
|
||||
price: "$1,500,000",
|
||||
variant: "1/1 Exclusive",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mystery-forest-landscape-autumn-tranquil-scene-generative-ai_188544-12780.jpg",
|
||||
imageAlt: "Serene otherworldly landscape digital painting",
|
||||
},
|
||||
id: "art-005", name: "Ethereal Blooms", price: "$1,500,000", variant: "1/1 Exclusive", imageSrc: "http://img.b2bpic.net/free-photo/mystery-forest-landscape-autumn-tranquil-scene-generative-ai_188544-12780.jpg", imageAlt: "Serene otherworldly landscape digital painting"},
|
||||
{
|
||||
id: "art-006",
|
||||
name: "Opulent Stillness",
|
||||
price: "$980,000",
|
||||
variant: "1/8 Limited Edition",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baroque-style-with-fruits-vase-arrangement_23-2149629933.jpg",
|
||||
imageAlt: "Digital still life with golden artifacts",
|
||||
},
|
||||
id: "art-006", name: "Opulent Stillness", price: "$980,000", variant: "1/8 Limited Edition", imageSrc: "http://img.b2bpic.net/free-photo/baroque-style-with-fruits-vase-arrangement_23-2149629933.jpg", imageAlt: "Digital still life with golden artifacts"},
|
||||
]}
|
||||
title="Exclusive Digital Art Collections"
|
||||
description="Browse a curated selection of rare digital masterpieces, each with a unique story, verified authenticity, and exceptional provenance."
|
||||
@@ -235,29 +152,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
tag: "Authenticity",
|
||||
title: "Certified Ownership",
|
||||
subtitle: "Blockchain-backed Verification",
|
||||
description: "Every artwork comes with a unique, unforgeable digital certificate, ensuring your ownership is eternally recorded and verifiable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colored-transparent-sunglasses-still-life_23-2150163179.jpg",
|
||||
imageAlt: "Digital ownership certificate",
|
||||
},
|
||||
tag: "Authenticity", title: "Certified Ownership", subtitle: "Blockchain-backed Verification", description: "Every artwork comes with a unique, unforgeable digital certificate, ensuring your ownership is eternally recorded and verifiable.", imageSrc: "http://img.b2bpic.net/free-photo/colored-transparent-sunglasses-still-life_23-2150163179.jpg", imageAlt: "Digital ownership certificate"},
|
||||
{
|
||||
tag: "Scarcity",
|
||||
title: "Limited Edition Releases",
|
||||
subtitle: "Exclusive Art Drops",
|
||||
description: "Access rare digital masterpieces available in strictly limited quantities, enhancing their value and prestige over time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-whale-crossing-ocean_23-2151494419.jpg",
|
||||
imageAlt: "Limited edition digital artwork",
|
||||
},
|
||||
tag: "Scarcity", title: "Limited Edition Releases", subtitle: "Exclusive Art Drops", description: "Access rare digital masterpieces available in strictly limited quantities, enhancing their value and prestige over time.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-whale-crossing-ocean_23-2151494419.jpg", imageAlt: "Limited edition digital artwork"},
|
||||
{
|
||||
tag: "Prestige",
|
||||
title: "Private Collector Accounts",
|
||||
subtitle: "Curate Your Digital Legacy",
|
||||
description: "Manage your personal collection, wishlists, and artwork history within a secure, intuitive, and luxurious private gallery interface.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/running-mobile-app-infographic-flat-style_23-2148220278.jpg",
|
||||
imageAlt: "Collector's private art collection interface",
|
||||
},
|
||||
tag: "Prestige", title: "Private Collector Accounts", subtitle: "Curate Your Digital Legacy", description: "Manage your personal collection, wishlists, and artwork history within a secure, intuitive, and luxurious private gallery interface.", imageSrc: "http://img.b2bpic.net/free-vector/running-mobile-app-infographic-flat-style_23-2148220278.jpg", imageAlt: "Collector's private art collection interface"},
|
||||
]}
|
||||
title="Unparalleled Exclusivity & Authenticity"
|
||||
description="Sealune offers more than art; we offer verified provenance, guaranteed scarcity, and a secure ecosystem for your digital assets. Experience true ownership."
|
||||
@@ -272,20 +171,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1.2M",
|
||||
description: "Average Artwork Value",
|
||||
},
|
||||
id: "m1", value: "1.2M", description: "Average Artwork Value"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "99%",
|
||||
description: "Authenticity Score",
|
||||
},
|
||||
id: "m2", value: "99%", description: "Authenticity Score"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "10x",
|
||||
description: "Annual Appreciation",
|
||||
},
|
||||
id: "m3", value: "10x", description: "Annual Appreciation"},
|
||||
]}
|
||||
title="The Value of Digital Masterpieces"
|
||||
description="Our curated art commands exceptional value, reflecting its rarity, authenticity, and the discerning taste of our elite collectors."
|
||||
@@ -297,35 +187,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Evelyn Reed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-workshop-young-talented-woman-is-working-her-new-project_613910-11429.jpg",
|
||||
imageAlt: "Evelyn Reed, Elite Collector",
|
||||
},
|
||||
id: "t1", name: "Evelyn Reed", imageSrc: "http://img.b2bpic.net/free-photo/creative-workshop-young-talented-woman-is-working-her-new-project_613910-11429.jpg", imageAlt: "Evelyn Reed, Elite Collector"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Arthur Sterling",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/world-book-day-celebration_23-2151245164.jpg",
|
||||
imageAlt: "Arthur Sterling, Esteemed Patron",
|
||||
},
|
||||
id: "t2", name: "Arthur Sterling", imageSrc: "http://img.b2bpic.net/free-photo/world-book-day-celebration_23-2151245164.jpg", imageAlt: "Arthur Sterling, Esteemed Patron"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Chloe Vance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-man-office-businessman-white-shirt-man-works-with-laptop_1157-39239.jpg",
|
||||
imageAlt: "Chloe Vance, Visionary Collector",
|
||||
},
|
||||
id: "t3", name: "Chloe Vance", imageSrc: "http://img.b2bpic.net/free-photo/elegant-man-office-businessman-white-shirt-man-works-with-laptop_1157-39239.jpg", imageAlt: "Chloe Vance, Visionary Collector"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Marcus Thorne",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-spanish-woman-posing-studio_23-2150104706.jpg",
|
||||
imageAlt: "Marcus Thorne, Digital Art Aficionado",
|
||||
},
|
||||
id: "t4", name: "Marcus Thorne", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-spanish-woman-posing-studio_23-2150104706.jpg", imageAlt: "Marcus Thorne, Digital Art Aficionado"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Isabella Vega",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-indian-ceo-standing-smiling-portrait-successful-pensive-bearded-businessman-glasses-posing-office-room-business-expression-management-concept_74855-11642.jpg",
|
||||
imageAlt: "Isabella Vega, Art Investment Strategist",
|
||||
},
|
||||
id: "t5", name: "Isabella Vega", imageSrc: "http://img.b2bpic.net/free-photo/content-indian-ceo-standing-smiling-portrait-successful-pensive-bearded-businessman-glasses-posing-office-room-business-expression-management-concept_74855-11642.jpg", imageAlt: "Isabella Vega, Art Investment Strategist"},
|
||||
]}
|
||||
cardTitle="Voices of Distinction"
|
||||
cardTag="Collector Endorsements"
|
||||
@@ -340,59 +210,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "tier-1",
|
||||
tag: "Standard",
|
||||
price: "$5,000",
|
||||
period: "/year",
|
||||
description: "Essential access to exclusive drops and curated collections.",
|
||||
button: {
|
||||
text: "Become a Member",
|
||||
href: "#",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"Early access to new art releases",
|
||||
"Access to standard collections",
|
||||
"Digital ownership certificates",
|
||||
"Collector account dashboard",
|
||||
],
|
||||
id: "tier-1", tag: "Standard", price: "$5,000", period: "/year", description: "Essential access to exclusive drops and curated collections.", button: {
|
||||
text: "Become a Member", href: "#"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Early access to new art releases", "Access to standard collections", "Digital ownership certificates", "Collector account dashboard"],
|
||||
},
|
||||
{
|
||||
id: "tier-2",
|
||||
tag: "VIP Club",
|
||||
tagIcon: Award,
|
||||
price: "$25,000",
|
||||
period: "/year",
|
||||
description: "Premium benefits, personalized services, and priority acquisition.",
|
||||
button: {
|
||||
text: "Join VIP Club",
|
||||
href: "#",
|
||||
},
|
||||
featuresTitle: "All Standard features, plus:",
|
||||
features: [
|
||||
"Priority access to limited editions",
|
||||
"Dedicated art advisory services",
|
||||
"Invitations to exclusive events",
|
||||
"Enhanced digital provenance reporting",
|
||||
],
|
||||
id: "tier-2", tag: "VIP Club", tagIcon: Award,
|
||||
price: "$25,000", period: "/year", description: "Premium benefits, personalized services, and priority acquisition.", button: {
|
||||
text: "Join VIP Club", href: "#"},
|
||||
featuresTitle: "All Standard features, plus:", features: [
|
||||
"Priority access to limited editions", "Dedicated art advisory services", "Invitations to exclusive events", "Enhanced digital provenance reporting"],
|
||||
},
|
||||
{
|
||||
id: "tier-3",
|
||||
tag: "Connoisseur",
|
||||
price: "Contact for price",
|
||||
period: "",
|
||||
description: "Bespoke experience for the world's most discerning art investors.",
|
||||
button: {
|
||||
text: "Inquire Now",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "All VIP features, plus:",
|
||||
features: [
|
||||
"Commission unique digital artworks",
|
||||
"Private viewing experiences",
|
||||
"Global art market insights",
|
||||
"White-glove acquisition support",
|
||||
],
|
||||
id: "tier-3", tag: "Connoisseur", price: "Contact for price", period: "", description: "Bespoke experience for the world's most discerning art investors.", button: {
|
||||
text: "Inquire Now", href: "#contact"},
|
||||
featuresTitle: "All VIP features, plus:", features: [
|
||||
"Commission unique digital artworks", "Private viewing experiences", "Global art market insights", "White-glove acquisition support"],
|
||||
},
|
||||
]}
|
||||
title="Elevate Your Collection: Membership Tiers"
|
||||
@@ -406,20 +240,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What is Sealune?",
|
||||
content: "Sealune is a premium digital art museum and gallery specializing in exclusive digital paintings. We provide a platform for elite collectors to discover, acquire, and manage rare digital masterpieces with guaranteed authenticity.",
|
||||
},
|
||||
id: "faq-1", title: "What is Sealune?", content: "Sealune is a premium digital art museum and gallery specializing in exclusive digital paintings. We provide a platform for elite collectors to discover, acquire, and manage rare digital masterpieces with guaranteed authenticity."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "How is authenticity guaranteed?",
|
||||
content: "Every artwork on Sealune is meticulously curated and comes with a blockchain-backed digital ownership certificate. This ensures immutable proof of provenance and ownership, verifiable at any time.",
|
||||
},
|
||||
id: "faq-2", title: "How is authenticity guaranteed?", content: "Every artwork on Sealune is meticulously curated and comes with a blockchain-backed digital ownership certificate. This ensures immutable proof of provenance and ownership, verifiable at any time."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Can I resell my digital artwork?",
|
||||
content: "Yes, collectors have full ownership rights to their acquired digital paintings. The secure blockchain record facilitates seamless and transparent secondary market transactions, maintaining the artwork's provenance.",
|
||||
},
|
||||
id: "faq-3", title: "Can I resell my digital artwork?", content: "Yes, collectors have full ownership rights to their acquired digital paintings. The secure blockchain record facilitates seamless and transparent secondary market transactions, maintaining the artwork's provenance."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common inquiries about digital art, ownership, and the Sealune platform."
|
||||
@@ -427,20 +252,31 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="payment-methods" data-section="payment-methods">
|
||||
<SocialProofOne
|
||||
animationType="slide-up"
|
||||
names={[
|
||||
"PayPal", "Payoneer", "Stripe", "Visa", "Mastercard", "Banks"
|
||||
]}
|
||||
title="Flexible Payment Solutions"
|
||||
description="We accept a wide range of secure payment methods to ensure a smooth acquisition process for your digital masterpieces."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
showCard={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Connect"
|
||||
title="Begin Your Legacy with Sealune"
|
||||
description="Our team is available to assist with private viewings, membership inquiries, or any bespoke art acquisition needs."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Our Advisors",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Our Advisors", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -452,71 +288,43 @@ export default function LandingPage() {
|
||||
logoText="Sealune"
|
||||
columns={[
|
||||
{
|
||||
title: "Collections",
|
||||
items: [
|
||||
title: "Collections", items: [
|
||||
{
|
||||
label: "Featured Art",
|
||||
href: "#collections",
|
||||
},
|
||||
label: "Featured Art", href: "#collections"},
|
||||
{
|
||||
label: "Limited Editions",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Limited Editions", href: "#features"},
|
||||
{
|
||||
label: "New Releases",
|
||||
href: "#collections",
|
||||
},
|
||||
label: "New Releases", href: "#collections"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Membership",
|
||||
items: [
|
||||
title: "Membership", items: [
|
||||
{
|
||||
label: "VIP Club",
|
||||
href: "#membership",
|
||||
},
|
||||
label: "VIP Club", href: "#membership"},
|
||||
{
|
||||
label: "Connoisseur Tier",
|
||||
href: "#membership",
|
||||
},
|
||||
label: "Connoisseur Tier", href: "#membership"},
|
||||
{
|
||||
label: "Collector Benefits",
|
||||
href: "#membership",
|
||||
},
|
||||
label: "Collector Benefits", href: "#membership"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Vision",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Vision", href: "#about"},
|
||||
{
|
||||
label: "Authenticity",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Authenticity", href: "#features"},
|
||||
{
|
||||
label: "Press",
|
||||
href: "#",
|
||||
},
|
||||
label: "Press", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user