Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-07 17:49:39 +00:00

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
<HeroSplitDualMedia
tag="3D Digital Marketplace"
tagIcon={Sparkles}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
title="Premium 3D Models & Digital Assets"
description="Discover a curated collection of professionally crafted 3D models, characters, environments, and assets for your creative projects. From game development to architectural visualization."
background={{ variant: "plain" }}
@@ -50,14 +50,14 @@ export default function LandingPage() {
{ text: "Browse Products", href: "#products" },
{ text: "Learn More", href: "#features" },
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-minimalist-podium_23-2148959321.jpg", imageAlt: "3D marketplace interface showcase"},
{
imageSrc: "http://img.b2bpic.net/free-psd/artificial-intelligence-concept-template_23-2151621696.jpg?_wi=1", imageAlt: "Featured 3D model render"},
imageSrc: "http://img.b2bpic.net/free-psd/artificial-intelligence-concept-template_23-2151621696.jpg", imageAlt: "Featured 3D model render"},
]}
mediaAnimation="entrance-slide"
mediaAnimation="slide-up"
rating={5}
ratingText="Trusted by 10K+ Creators Worldwide"
/>
@@ -69,9 +69,9 @@ export default function LandingPage() {
description="Explore our handpicked selection of high-quality 3D assets ready for immediate use in your projects."
tag="Best Sellers"
tagIcon={Star}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
buttons={[{ text: "View All", href: "#" }]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={true}
gridVariant="three-columns-all-equal-width"
@@ -79,7 +79,7 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Studio Pro", name: "Realistic Human Character", price: "$49.99", rating: 5,
reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-psd/artificial-intelligence-concept-template_23-2151621696.jpg?_wi=2", imageAlt: "Realistic human character 3D model"},
reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-psd/artificial-intelligence-concept-template_23-2151621696.jpg", imageAlt: "Realistic human character 3D model"},
{
id: "2", brand: "Environment Pack", name: "Sci-Fi Corridor Scene", price: "$39.99", rating: 5,
reviewCount: "256", imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-collage_23-2149631011.jpg", imageAlt: "Sci-Fi corridor 3D environment"},
@@ -94,7 +94,7 @@ export default function LandingPage() {
<FeatureCardTwentyOne
tag="Collections"
tagIcon={Folder}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
title="Explore Curated Collections"
description="Browse our expertly organized categories tailored to different creative industries and project needs."
textboxLayout="default"
@@ -102,7 +102,7 @@ export default function LandingPage() {
mediaPosition="right"
imageSrc="http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349187.jpg"
imageAlt="3D environment collection showcase"
mediaAnimation="entrance-slide"
mediaAnimation="slide-up"
accordionItems={[
{
id: "1", title: "Character Models", content: "Access our extensive library of rigged and unrigged 3D characters. From realistic humans to stylized avatars, find the perfect model for games, animation, or visualization projects."},
@@ -114,7 +114,7 @@ export default function LandingPage() {
id: "4", title: "Textures & Materials", content: "High-resolution PBR textures and materials compatible with all major 3D engines and software platforms."},
]}
buttons={[{ text: "Browse Collections", href: "#" }]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
/>
</div>
@@ -122,7 +122,7 @@ export default function LandingPage() {
<MetricCardTwo
tag="Why Choose Us"
tagIcon={CheckCircle}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
title="Platform Highlights"
description="Industry-leading features designed for creators and professionals."
textboxLayout="default"
@@ -142,7 +142,7 @@ export default function LandingPage() {
<SocialProofOne
tag="Trusted Tools"
tagIcon={Award}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
title="Compatible With Industry Standards"
description="Our 3D models work seamlessly with the tools professionals use every day."
textboxLayout="default"
@@ -158,7 +158,7 @@ export default function LandingPage() {
<TestimonialCardSix
tag="Customer Stories"
tagIcon={Heart}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
title="What Creators Say"
description="Join thousands of satisfied professionals who've elevated their projects with our 3D assets."
textboxLayout="default"
@@ -186,14 +186,14 @@ export default function LandingPage() {
<ContactCTA
tag="Ready to Get Started?"
tagIcon={Rocket}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
title="Start Creating With Professional 3D Assets Today"
description="Join our community of creators and access unlimited premium 3D models for your next project. Sign up now and get exclusive welcome discounts."
buttons={[
{ text: "Browse Now", href: "#" },
{ text: "Contact Support", href: "#" },
]}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={false}
/>