Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-03-04 00:42:36 +00:00
5 changed files with 148 additions and 450 deletions

View File

@@ -23,7 +23,7 @@ export default function AboutPage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="largeSmallSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
@@ -37,9 +37,7 @@ export default function AboutPage() {
id: item.id,
}))}
button={{
text: "Start Selling",
href: "/sell",
}}
text: "Start Selling", href: "/sell"}}
/>
</div>
@@ -48,52 +46,32 @@ export default function AboutPage() {
features={[
{
id: 1,
title: "Our Mission",
description:
"Empower student creators by providing a marketplace that celebrates their work, builds their portfolios, and generates income opportunities within the academic community",
imageSrc:
"http://img.b2bpic.net/free-vector/empty-search-tab-page-internet-browser_1017-61845.jpg?_wi=4",
imageAlt: "browse search explore interface",
},
title: "Our Mission", description:
"Empower student creators by providing a marketplace that celebrates their work, builds their portfolios, and generates income opportunities within the academic community", imageSrc:
"http://img.b2bpic.net/free-vector/empty-search-tab-page-internet-browser_1017-61845.jpg", imageAlt: "browse search explore interface"},
{
id: 2,
title: "Our Values",
description:
"Transparency in all transactions, fair compensation for creators, community-driven curation, and a commitment to elevating student voices in the creative economy",
imageSrc:
"http://img.b2bpic.net/free-photo/bio-food-market-woman-stand_482257-76347.jpg?_wi=4",
imageAlt: "purchase checkout transaction payment",
},
title: "Our Values", description:
"Transparency in all transactions, fair compensation for creators, community-driven curation, and a commitment to elevating student voices in the creative economy", imageSrc:
"http://img.b2bpic.net/free-photo/bio-food-market-woman-stand_482257-76347.jpg", imageAlt: "purchase checkout transaction payment"},
{
id: 3,
title: "Our Impact",
description:
"Supporting over 5,000 student creators, facilitating $2.3M in sales, and building a thriving ecosystem where academic excellence meets creative entrepreneurship",
imageSrc:
"http://img.b2bpic.net/free-photo/upgrade-update-new-version-better-graphics-concept_53876-120327.jpg?_wi=4",
imageAlt: "download files digital assets delivery",
},
title: "Our Impact", description:
"Supporting over 5,000 student creators, facilitating $2.3M in sales, and building a thriving ecosystem where academic excellence meets creative entrepreneurship", imageSrc:
"http://img.b2bpic.net/free-photo/upgrade-update-new-version-better-graphics-concept_53876-120327.jpg", imageAlt: "download files digital assets delivery"},
]}
title="About UniMarket"
description="Building the future of student creativity and commerce"
tag="Our Story"
textboxLayout="default"
useInvertedBackground={false}
mediaAnimation="slide-up"
/>
</div>
<div id="about-universities" data-section="about-universities">
<SocialProofOne
names={[
"Stanford University",
"MIT",
"Harvard University",
"UC Berkeley",
"Columbia University",
"Yale University",
"Princeton University",
]}
"Stanford University", "MIT", "Harvard University", "UC Berkeley", "Columbia University", "Yale University", "Princeton University"]}
title="Trusted by Students Across Top Universities"
description="Our community spans elite academic institutions across North America"
textboxLayout="default"
@@ -108,38 +86,25 @@ export default function AboutPage() {
features={[
{
id: 1,
title: "Creator Tools",
description:
"Advanced analytics dashboard to track sales, understand buyer behavior, and optimize your product listings with data-driven insights",
imageSrc:
"http://img.b2bpic.net/free-vector/empty-search-tab-page-internet-browser_1017-61845.jpg?_wi=5",
imageAlt: "browse search explore interface",
},
title: "Creator Tools", description:
"Advanced analytics dashboard to track sales, understand buyer behavior, and optimize your product listings with data-driven insights", imageSrc:
"http://img.b2bpic.net/free-vector/empty-search-tab-page-internet-browser_1017-61845.jpg", imageAlt: "browse search explore interface"},
{
id: 2,
title: "Community Features",
description:
"Collaborate with other creators, showcase portfolios, participate in challenges, and build your network within our vibrant community",
imageSrc:
"http://img.b2bpic.net/free-photo/feedback-comment-survey-support-response-bar-word_53876-133787.jpg?_wi=3",
imageAlt: "review feedback rating satisfaction",
},
title: "Community Features", description:
"Collaborate with other creators, showcase portfolios, participate in challenges, and build your network within our vibrant community", imageSrc:
"http://img.b2bpic.net/free-photo/feedback-comment-survey-support-response-bar-word_53876-133787.jpg", imageAlt: "review feedback rating satisfaction"},
{
id: 3,
title: "Education",
description:
"Free resources, workshops, and mentorship programs to help student creators develop their skills and grow their businesses sustainably",
imageSrc:
"http://img.b2bpic.net/free-photo/upgrade-update-new-version-better-graphics-concept_53876-120327.jpg?_wi=5",
imageAlt: "download files digital assets delivery",
},
title: "Education", description:
"Free resources, workshops, and mentorship programs to help student creators develop their skills and grow their businesses sustainably", imageSrc:
"http://img.b2bpic.net/free-photo/upgrade-update-new-version-better-graphics-concept_53876-120327.jpg", imageAlt: "download files digital assets delivery"},
]}
title="What's Next"
description="Our vision for the future of student-led creative commerce"
tag="Future Plans"
textboxLayout="default"
useInvertedBackground={false}
mediaAnimation="slide-up"
/>
</div>
@@ -147,13 +112,9 @@ export default function AboutPage() {
<FooterLogoReveal
logoText="UniMarket"
leftLink={{
text: "Privacy Policy",
href: "/privacy",
}}
text: "Privacy Policy", href: "/privacy"}}
rightLink={{
text: "Terms of Service",
href: "/terms",
}}
text: "Terms of Service", href: "/terms"}}
/>
</div>
</ThemeProvider>

View File

@@ -23,7 +23,7 @@ export default function BrowsePage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="largeSmallSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
@@ -37,9 +37,7 @@ export default function BrowsePage() {
id: item.id,
}))}
button={{
text: "Start Selling",
href: "/sell",
}}
text: "Start Selling", href: "/sell"}}
/>
</div>
@@ -47,32 +45,14 @@ export default function BrowsePage() {
<ProductCardFour
products={[
{
id: "prod-1",
name: "Minimal UI Design Kit",
price: "$24",
variant: "Digital Asset · 50+ Components",
imageSrc:
"http://img.b2bpic.net/free-vector/flat-shopping-center-brochure-template_23-2149331284.jpg?_wi=2",
imageAlt: "graphic templates design assets digital product marketplace",
},
id: "prod-1", name: "Minimal UI Design Kit", price: "$24", variant: "Digital Asset · 50+ Components", imageSrc:
"http://img.b2bpic.net/free-vector/flat-shopping-center-brochure-template_23-2149331284.jpg", imageAlt: "graphic templates design assets digital product marketplace"},
{
id: "prod-2",
name: "Modern Presentation Templates",
price: "$18",
variant: "Digital Asset · 20 Designs",
imageSrc:
"http://img.b2bpic.net/free-vector/gradient-ui-ux-elements_23-2149061049.jpg?_wi=2",
imageAlt: "ui kit design system digital assets product",
},
id: "prod-2", name: "Modern Presentation Templates", price: "$18", variant: "Digital Asset · 20 Designs", imageSrc:
"http://img.b2bpic.net/free-vector/gradient-ui-ux-elements_23-2149061049.jpg", imageAlt: "ui kit design system digital assets product"},
{
id: "prod-3",
name: "Photography Preset Pack",
price: "$15",
variant: "Digital Product · 12 Presets",
imageSrc:
"http://img.b2bpic.net/free-psd/flat-design-photography-facebook-ad-template_23-2149642341.jpg?_wi=2",
imageAlt: "photography presets creative tools digital resources assets",
},
id: "prod-3", name: "Photography Preset Pack", price: "$15", variant: "Digital Product · 12 Presets", imageSrc:
"http://img.b2bpic.net/free-psd/flat-design-photography-facebook-ad-template_23-2149642341.jpg", imageAlt: "photography presets creative tools digital resources assets"},
]}
title="Browse All Products"
description="Explore our complete collection of curated digital assets and creative tools"
@@ -88,32 +68,14 @@ export default function BrowsePage() {
<ProductCardFour
products={[
{
id: "cat-1",
name: "Graphic Design",
price: "2,450+ Assets",
variant: "Templates, Fonts, Icons · For Designers",
imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-items-redecorating-house-with-color-palette_23-2148815774.jpg?_wi=2",
imageAlt: "graphic design design tools creative portfolio",
},
id: "cat-1", name: "Graphic Design", price: "2,450+ Assets", variant: "Templates, Fonts, Icons · For Designers", imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-items-redecorating-house-with-color-palette_23-2148815774.jpg", imageAlt: "graphic design design tools creative portfolio"},
{
id: "cat-2",
name: "Photography",
price: "890+ Assets",
variant: "Presets, Actions, LUTs · For Photographers",
imageSrc:
"http://img.b2bpic.net/free-vector/vintage-fashion-editable-template-organic-cotton-natural-linen_53876-116216.jpg?_wi=2",
imageAlt: "photography presets filters editing",
},
id: "cat-2", name: "Photography", price: "890+ Assets", variant: "Presets, Actions, LUTs · For Photographers", imageSrc:
"http://img.b2bpic.net/free-vector/vintage-fashion-editable-template-organic-cotton-natural-linen_53876-116216.jpg", imageAlt: "photography presets filters editing"},
{
id: "cat-3",
name: "Code & Development",
price: "1,230+ Assets",
variant: "Components, Snippets, Tools · For Developers",
imageSrc:
"http://img.b2bpic.net/free-vector/cms-concept-web-template_23-2148797336.jpg?_wi=2",
imageAlt: "code programming templates development",
},
id: "cat-3", name: "Code & Development", price: "1,230+ Assets", variant: "Components, Snippets, Tools · For Developers", imageSrc:
"http://img.b2bpic.net/free-vector/cms-concept-web-template_23-2148797336.jpg", imageAlt: "code programming templates development"},
]}
title="Browse by Category"
description="Find exactly what you need across our creative disciplines"
@@ -129,38 +91,25 @@ export default function BrowsePage() {
features={[
{
id: 1,
title: "Curated Collections",
description:
"Every asset is handpicked and verified by our team to ensure quality and originality",
imageSrc:
"http://img.b2bpic.net/free-vector/empty-search-tab-page-internet-browser_1017-61845.jpg?_wi=2",
imageAlt: "browse search explore interface",
},
title: "Curated Collections", description:
"Every asset is handpicked and verified by our team to ensure quality and originality", imageSrc:
"http://img.b2bpic.net/free-vector/empty-search-tab-page-internet-browser_1017-61845.jpg", imageAlt: "browse search explore interface"},
{
id: 2,
title: "Student Discounts",
description:
"Verify your university email and unlock exclusive discounts on all purchases",
imageSrc:
"http://img.b2bpic.net/free-photo/bio-food-market-woman-stand_482257-76347.jpg?_wi=2",
imageAlt: "purchase checkout transaction payment",
},
title: "Student Discounts", description:
"Verify your university email and unlock exclusive discounts on all purchases", imageSrc:
"http://img.b2bpic.net/free-photo/bio-food-market-woman-stand_482257-76347.jpg", imageAlt: "purchase checkout transaction payment"},
{
id: 3,
title: "Instant Access",
description:
"Download your assets immediately after purchase. No delays, no complications",
imageSrc:
"http://img.b2bpic.net/free-photo/upgrade-update-new-version-better-graphics-concept_53876-120327.jpg?_wi=2",
imageAlt: "download files digital assets delivery",
},
title: "Instant Access", description:
"Download your assets immediately after purchase. No delays, no complications", imageSrc:
"http://img.b2bpic.net/free-photo/upgrade-update-new-version-better-graphics-concept_53876-120327.jpg", imageAlt: "download files digital assets delivery"},
]}
title="Why Browse UniMarket"
description="Discover the benefits of shopping on our curated marketplace"
tag="Browse Benefits"
textboxLayout="default"
useInvertedBackground={false}
mediaAnimation="slide-up"
/>
</div>
@@ -168,13 +117,9 @@ export default function BrowsePage() {
<FooterLogoReveal
logoText="UniMarket"
leftLink={{
text: "Privacy Policy",
href: "/privacy",
}}
text: "Privacy Policy", href: "/privacy"}}
rightLink={{
text: "Terms of Service",
href: "/terms",
}}
text: "Terms of Service", href: "/terms"}}
/>
</div>
</ThemeProvider>

View File

@@ -23,7 +23,7 @@ export default function ContactPage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="largeSmallSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
@@ -37,9 +37,7 @@ export default function ContactPage() {
id: item.id,
}))}
button={{
text: "Start Selling",
href: "/sell",
}}
text: "Start Selling", href: "/sell"}}
/>
</div>
@@ -62,38 +60,25 @@ export default function ContactPage() {
features={[
{
id: 1,
title: "Creator Support",
description:
"Dedicated support for sellers including onboarding assistance, upload optimization, and growth strategies to maximize your sales",
imageSrc:
"http://img.b2bpic.net/free-vector/empty-search-tab-page-internet-browser_1017-61845.jpg?_wi=6",
imageAlt: "browse search explore interface",
},
title: "Creator Support", description:
"Dedicated support for sellers including onboarding assistance, upload optimization, and growth strategies to maximize your sales", imageSrc:
"http://img.b2bpic.net/free-vector/empty-search-tab-page-internet-browser_1017-61845.jpg", imageAlt: "browse search explore interface"},
{
id: 2,
title: "Buyer Assistance",
description:
"Help with downloads, account setup, university verification, payment methods, and refund policies for a smooth shopping experience",
imageSrc:
"http://img.b2bpic.net/free-photo/bio-food-market-woman-stand_482257-76347.jpg?_wi=5",
imageAlt: "purchase checkout transaction payment",
},
title: "Buyer Assistance", description:
"Help with downloads, account setup, university verification, payment methods, and refund policies for a smooth shopping experience", imageSrc:
"http://img.b2bpic.net/free-photo/bio-food-market-woman-stand_482257-76347.jpg", imageAlt: "purchase checkout transaction payment"},
{
id: 3,
title: "Platform Issues",
description:
"Technical support for account access, payment processing, content moderation, or any other platform-related concerns",
imageSrc:
"http://img.b2bpic.net/free-photo/upgrade-update-new-version-better-graphics-concept_53876-120327.jpg?_wi=6",
imageAlt: "download files digital assets delivery",
},
title: "Platform Issues", description:
"Technical support for account access, payment processing, content moderation, or any other platform-related concerns", imageSrc:
"http://img.b2bpic.net/free-photo/upgrade-update-new-version-better-graphics-concept_53876-120327.jpg", imageAlt: "download files digital assets delivery"},
]}
title="How We Can Help"
description="Multiple support channels for every type of inquiry"
tag="Support Options"
textboxLayout="default"
useInvertedBackground={false}
mediaAnimation="slide-up"
/>
</div>
@@ -101,13 +86,9 @@ export default function ContactPage() {
<FooterLogoReveal
logoText="UniMarket"
leftLink={{
text: "Privacy Policy",
href: "/privacy",
}}
text: "Privacy Policy", href: "/privacy"}}
rightLink={{
text: "Terms of Service",
href: "/terms",
}}
text: "Terms of Service", href: "/terms"}}
/>
</div>
</ThemeProvider>

View File

@@ -27,7 +27,7 @@ export default function HomePage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="largeSmallSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
@@ -41,9 +41,7 @@ export default function HomePage() {
id: item.id,
}))}
button={{
text: "Start Selling",
href: "/sell",
}}
text: "Start Selling", href: "/sell"}}
/>
</div>
@@ -52,33 +50,23 @@ export default function HomePage() {
title="Discover Premium Digital Assets from Your Campus Community"
description="Browse thousands of curated creative products created by talented university students and designers. Support your peers while elevating your projects."
tag="Curated Marketplace"
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
mediaItems={[
{
imageSrc:
"http://img.b2bpic.net/free-psd/landing-page-template-diy-tutorials_23-2148812187.jpg",
imageAlt: "digital art creative marketplace portfolio",
},
"http://img.b2bpic.net/free-psd/landing-page-template-diy-tutorials_23-2148812187.jpg", imageAlt: "digital art creative marketplace portfolio"},
{
imageSrc:
"http://img.b2bpic.net/free-vector/gradient-interior-landing-page-design-template_23-2149263407.jpg",
imageAlt: "graphic design creative work digital product design portfolio",
},
"http://img.b2bpic.net/free-vector/gradient-interior-landing-page-design-template_23-2149263407.jpg", imageAlt: "graphic design creative work digital product design portfolio"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/college-students-cramming-outdoor_23-2149649371.jpg",
imageAlt: "university student work digital assets creative marketplace",
},
"http://img.b2bpic.net/free-photo/college-students-cramming-outdoor_23-2149649371.jpg", imageAlt: "university student work digital assets creative marketplace"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/eid-shopping-trolley-tablet-with-laptop-front-side_187299-38897.jpg",
imageAlt: "online store digital marketplace product showcase creative platform",
},
"http://img.b2bpic.net/free-photo/eid-shopping-trolley-tablet-with-laptop-front-side_187299-38897.jpg", imageAlt: "online store digital marketplace product showcase creative platform"},
{
imageSrc:
"http://img.b2bpic.net/free-vector/internet-marketing-infographic_1025-408.jpg",
imageAlt: "e-commerce creative assets digital products marketplace",
},
"http://img.b2bpic.net/free-vector/internet-marketing-infographic_1025-408.jpg", imageAlt: "e-commerce creative assets digital products marketplace"},
]}
buttons={[
{ text: "Start Browsing", href: "/browse" },
@@ -93,32 +81,14 @@ export default function HomePage() {
<ProductCardFour
products={[
{
id: "prod-1",
name: "Minimal UI Design Kit",
price: "$24",
variant: "Digital Asset · 50+ Components",
imageSrc:
"http://img.b2bpic.net/free-vector/flat-shopping-center-brochure-template_23-2149331284.jpg?_wi=1",
imageAlt: "graphic templates design assets digital product marketplace",
},
id: "prod-1", name: "Minimal UI Design Kit", price: "$24", variant: "Digital Asset · 50+ Components", imageSrc:
"http://img.b2bpic.net/free-vector/flat-shopping-center-brochure-template_23-2149331284.jpg", imageAlt: "graphic templates design assets digital product marketplace"},
{
id: "prod-2",
name: "Modern Presentation Templates",
price: "$18",
variant: "Digital Asset · 20 Designs",
imageSrc:
"http://img.b2bpic.net/free-vector/gradient-ui-ux-elements_23-2149061049.jpg?_wi=1",
imageAlt: "ui kit design system digital assets product",
},
id: "prod-2", name: "Modern Presentation Templates", price: "$18", variant: "Digital Asset · 20 Designs", imageSrc:
"http://img.b2bpic.net/free-vector/gradient-ui-ux-elements_23-2149061049.jpg", imageAlt: "ui kit design system digital assets product"},
{
id: "prod-3",
name: "Photography Preset Pack",
price: "$15",
variant: "Digital Product · 12 Presets",
imageSrc:
"http://img.b2bpic.net/free-psd/flat-design-photography-facebook-ad-template_23-2149642341.jpg?_wi=1",
imageAlt: "photography presets creative tools digital resources assets",
},
id: "prod-3", name: "Photography Preset Pack", price: "$15", variant: "Digital Product · 12 Presets", imageSrc:
"http://img.b2bpic.net/free-psd/flat-design-photography-facebook-ad-template_23-2149642341.jpg", imageAlt: "photography presets creative tools digital resources assets"},
]}
title="Featured This Week"
description="Handpicked selections from our creative community"
@@ -135,47 +105,30 @@ export default function HomePage() {
features={[
{
id: 1,
title: "Browse & Discover",
description:
"Explore curated collections of digital assets, templates, presets, and creative tools from talented university creators",
imageSrc:
"http://img.b2bpic.net/free-vector/empty-search-tab-page-internet-browser_1017-61845.jpg?_wi=1",
imageAlt: "browse search explore interface",
},
title: "Browse & Discover", description:
"Explore curated collections of digital assets, templates, presets, and creative tools from talented university creators", imageSrc:
"http://img.b2bpic.net/free-vector/empty-search-tab-page-internet-browser_1017-61845.jpg", imageAlt: "browse search explore interface"},
{
id: 2,
title: "Instant Purchase",
description:
"Secure checkout with multiple payment options. Verify your university email for exclusive student discounts",
imageSrc:
"http://img.b2bpic.net/free-photo/bio-food-market-woman-stand_482257-76347.jpg?_wi=1",
imageAlt: "purchase checkout transaction payment",
},
title: "Instant Purchase", description:
"Secure checkout with multiple payment options. Verify your university email for exclusive student discounts", imageSrc:
"http://img.b2bpic.net/free-photo/bio-food-market-woman-stand_482257-76347.jpg", imageAlt: "purchase checkout transaction payment"},
{
id: 3,
title: "Download & Use",
description:
"Get instant access to your files immediately after purchase. No waiting, no complications",
imageSrc:
"http://img.b2bpic.net/free-photo/upgrade-update-new-version-better-graphics-concept_53876-120327.jpg?_wi=1",
imageAlt: "download files digital assets delivery",
},
title: "Download & Use", description:
"Get instant access to your files immediately after purchase. No waiting, no complications", imageSrc:
"http://img.b2bpic.net/free-photo/upgrade-update-new-version-better-graphics-concept_53876-120327.jpg", imageAlt: "download files digital assets delivery"},
{
id: 4,
title: "Leave Feedback",
description:
"Share your experience and help creators improve. Build the community's reputation system",
imageSrc:
"http://img.b2bpic.net/free-photo/feedback-comment-survey-support-response-bar-word_53876-133787.jpg?_wi=1",
imageAlt: "review feedback rating satisfaction",
},
title: "Leave Feedback", description:
"Share your experience and help creators improve. Build the community's reputation system", imageSrc:
"http://img.b2bpic.net/free-photo/feedback-comment-survey-support-response-bar-word_53876-133787.jpg", imageAlt: "review feedback rating satisfaction"},
]}
title="How UniMarket Works"
description="A seamless experience designed for creators and buyers"
tag="Simple Process"
textboxLayout="default"
useInvertedBackground={false}
mediaAnimation="slide-up"
/>
</div>
@@ -183,32 +136,14 @@ export default function HomePage() {
<ProductCardFour
products={[
{
id: "cat-1",
name: "Graphic Design",
price: "2,450+ Assets",
variant: "Templates, Fonts, Icons · For Designers",
imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-items-redecorating-house-with-color-palette_23-2148815774.jpg?_wi=1",
imageAlt: "graphic design design tools creative portfolio",
},
id: "cat-1", name: "Graphic Design", price: "2,450+ Assets", variant: "Templates, Fonts, Icons · For Designers", imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-items-redecorating-house-with-color-palette_23-2148815774.jpg", imageAlt: "graphic design design tools creative portfolio"},
{
id: "cat-2",
name: "Photography",
price: "890+ Assets",
variant: "Presets, Actions, LUTs · For Photographers",
imageSrc:
"http://img.b2bpic.net/free-vector/vintage-fashion-editable-template-organic-cotton-natural-linen_53876-116216.jpg?_wi=1",
imageAlt: "photography presets filters editing",
},
id: "cat-2", name: "Photography", price: "890+ Assets", variant: "Presets, Actions, LUTs · For Photographers", imageSrc:
"http://img.b2bpic.net/free-vector/vintage-fashion-editable-template-organic-cotton-natural-linen_53876-116216.jpg", imageAlt: "photography presets filters editing"},
{
id: "cat-3",
name: "Code & Development",
price: "1,230+ Assets",
variant: "Components, Snippets, Tools · For Developers",
imageSrc:
"http://img.b2bpic.net/free-vector/cms-concept-web-template_23-2148797336.jpg?_wi=1",
imageAlt: "code programming templates development",
},
id: "cat-3", name: "Code & Development", price: "1,230+ Assets", variant: "Components, Snippets, Tools · For Developers", imageSrc:
"http://img.b2bpic.net/free-vector/cms-concept-web-template_23-2148797336.jpg", imageAlt: "code programming templates development"},
]}
title="Shop by Category"
description="Find exactly what you're looking for across multiple creative disciplines"
@@ -222,14 +157,7 @@ export default function HomePage() {
<div id="social-proof" data-section="social-proof">
<SocialProofOne
names={[
"Stanford University",
"MIT",
"Harvard University",
"UC Berkeley",
"Columbia University",
"Yale University",
"Princeton University",
]}
"Stanford University", "MIT", "Harvard University", "UC Berkeley", "Columbia University", "Yale University", "Princeton University"]}
title="Trusted by Students Across Top Universities"
description="Join a vibrant community of creators and learners"
textboxLayout="default"
@@ -243,95 +171,35 @@ export default function HomePage() {
<TestimonialCardFive
testimonials={[
{
id: "test-1",
name: "Sarah Chen, Design Student at Stanford",
date: "Date: 15 November 2024",
title: "Finally, a marketplace built for students!",
quote:
"UniMarket changed how I monetize my design work. I sold over $2,000 worth of templates in my first month. The platform is intuitive and the community is incredibly supportive.",
tag: "Seller Success",
avatarSrc:
"http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg",
imageSrc:
"http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1",
avatarAlt: "Sarah Chen",
imageAlt: "student portrait professional headshot",
},
id: "test-1", name: "Sarah Chen, Design Student at Stanford", date: "Date: 15 November 2024", title: "Finally, a marketplace built for students!", quote:
"UniMarket changed how I monetize my design work. I sold over $2,000 worth of templates in my first month. The platform is intuitive and the community is incredibly supportive.", tag: "Seller Success", avatarSrc:
"http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageSrc:
"http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", avatarAlt: "Sarah Chen", imageAlt: "student portrait professional headshot"},
{
id: "test-2",
name: "Marcus Johnson, Developer at MIT",
date: "Date: 12 November 2024",
title: "Quality assets at student-friendly prices",
quote:
"The code templates I found here saved me dozens of hours on my projects. Supporting fellow students while building better work is a win-win.",
tag: "Buyer Experience",
avatarSrc:
"http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=1",
avatarAlt: "Marcus Johnson",
imageAlt: "university student young professional portrait avatar",
},
id: "test-2", name: "Marcus Johnson, Developer at MIT", date: "Date: 12 November 2024", title: "Quality assets at student-friendly prices", quote:
"The code templates I found here saved me dozens of hours on my projects. Supporting fellow students while building better work is a win-win.", tag: "Buyer Experience", avatarSrc:
"http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", avatarAlt: "Marcus Johnson", imageAlt: "university student young professional portrait avatar"},
{
id: "test-3",
name: "Emma Rodriguez, Creative Director at Yale",
date: "Date: 8 November 2024",
title: "A launchpad for creative talent",
quote:
"The exposure and income from UniMarket helped me transition from student to freelancer. This platform believes in student creators.",
tag: "Career Growth",
avatarSrc:
"http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285308.jpg",
imageSrc:
"http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285308.jpg",
avatarAlt: "Emma Rodriguez",
imageAlt: "student creator portrait professional headshot profile",
},
id: "test-3", name: "Emma Rodriguez, Creative Director at Yale", date: "Date: 8 November 2024", title: "A launchpad for creative talent", quote:
"The exposure and income from UniMarket helped me transition from student to freelancer. This platform believes in student creators.", tag: "Career Growth", avatarSrc:
"http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285308.jpg", imageSrc:
"http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285308.jpg", avatarAlt: "Emma Rodriguez", imageAlt: "student creator portrait professional headshot profile"},
{
id: "test-4",
name: "James Park, Photographer at UCLA",
date: "Date: 5 November 2024",
title: "Community-first approach to commerce",
quote:
"Unlike other platforms, UniMarket feels like it's actually made by students for students. The support team gets it.",
tag: "Community",
avatarSrc:
"http://img.b2bpic.net/free-photo/young-beautiful-lady-with-dark-curly-hair-khaki-shirt-holding-laptop-with-notepad-cup-coffee-go-hands-dreamily-looking-camera-isolated_574295-2237.jpg",
imageSrc:
"http://img.b2bpic.net/free-photo/young-beautiful-lady-with-dark-curly-hair-khaki-shirt-holding-laptop-with-notepad-cup-coffee-go-hands-dreamily-looking-camera-isolated_574295-2237.jpg",
avatarAlt: "James Park",
imageAlt: "young creator portrait student professional photo",
},
id: "test-4", name: "James Park, Photographer at UCLA", date: "Date: 5 November 2024", title: "Community-first approach to commerce", quote:
"Unlike other platforms, UniMarket feels like it's actually made by students for students. The support team gets it.", tag: "Community", avatarSrc:
"http://img.b2bpic.net/free-photo/young-beautiful-lady-with-dark-curly-hair-khaki-shirt-holding-laptop-with-notepad-cup-coffee-go-hands-dreamily-looking-camera-isolated_574295-2237.jpg", imageSrc:
"http://img.b2bpic.net/free-photo/young-beautiful-lady-with-dark-curly-hair-khaki-shirt-holding-laptop-with-notepad-cup-coffee-go-hands-dreamily-looking-camera-isolated_574295-2237.jpg", avatarAlt: "James Park", imageAlt: "young creator portrait student professional photo"},
{
id: "test-5",
name: "Olivia Watts, UI Designer at Princeton",
date: "Date: 1 November 2024",
title: "Built the portfolio I wanted to show agencies",
quote:
"Selling on UniMarket gave me real case studies and social proof. When I interviewed for my dream job, they were impressed by my market traction.",
tag: "Portfolio Power",
avatarSrc:
"http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg",
imageSrc:
"http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg?_wi=1",
avatarAlt: "Olivia Watts",
imageAlt: "designer portrait creative professional headshot",
},
id: "test-5", name: "Olivia Watts, UI Designer at Princeton", date: "Date: 1 November 2024", title: "Built the portfolio I wanted to show agencies", quote:
"Selling on UniMarket gave me real case studies and social proof. When I interviewed for my dream job, they were impressed by my market traction.", tag: "Portfolio Power", avatarSrc:
"http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", imageSrc:
"http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", avatarAlt: "Olivia Watts", imageAlt: "designer portrait creative professional headshot"},
{
id: "test-6",
name: "David Kim, Graphic Artist at Columbia",
date: "Date: 28 October 2024",
title: "Passive income that actually works",
quote:
"I uploaded my templates once and they continue generating income. It's the side income every student needs while focusing on studies.",
tag: "Income",
avatarSrc:
"http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=2",
avatarAlt: "David Kim",
imageAlt: "university student portrait professional avatar",
},
id: "test-6", name: "David Kim, Graphic Artist at Columbia", date: "Date: 28 October 2024", title: "Passive income that actually works", quote:
"I uploaded my templates once and they continue generating income. It's the side income every student needs while focusing on studies.", tag: "Income", avatarSrc:
"http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", avatarAlt: "David Kim", imageAlt: "university student portrait professional avatar"},
]}
title="What Our Community Says"
description="Real experiences from creators and buyers on UniMarket"
@@ -358,13 +226,9 @@ export default function HomePage() {
<FooterLogoReveal
logoText="UniMarket"
leftLink={{
text: "Privacy Policy",
href: "/privacy",
}}
text: "Privacy Policy", href: "/privacy"}}
rightLink={{
text: "Terms of Service",
href: "/terms",
}}
text: "Terms of Service", href: "/terms"}}
/>
</div>
</ThemeProvider>

View File

@@ -24,7 +24,7 @@ export default function SellPage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="largeSmallSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
@@ -38,9 +38,7 @@ export default function SellPage() {
id: item.id,
}))}
button={{
text: "Start Selling",
href: "/sell",
}}
text: "Start Selling", href: "/sell"}}
/>
</div>
@@ -49,47 +47,30 @@ export default function SellPage() {
features={[
{
id: 1,
title: "Create Your Account",
description:
"Sign up with your university email and complete your creator profile in minutes",
imageSrc:
"http://img.b2bpic.net/free-vector/empty-search-tab-page-internet-browser_1017-61845.jpg?_wi=3",
imageAlt: "browse search explore interface",
},
title: "Create Your Account", description:
"Sign up with your university email and complete your creator profile in minutes", imageSrc:
"http://img.b2bpic.net/free-vector/empty-search-tab-page-internet-browser_1017-61845.jpg", imageAlt: "browse search explore interface"},
{
id: 2,
title: "Upload Your Assets",
description:
"Add detailed descriptions, pricing, and preview images for your creative products",
imageSrc:
"http://img.b2bpic.net/free-photo/upgrade-update-new-version-better-graphics-concept_53876-120327.jpg?_wi=3",
imageAlt: "download files digital assets delivery",
},
title: "Upload Your Assets", description:
"Add detailed descriptions, pricing, and preview images for your creative products", imageSrc:
"http://img.b2bpic.net/free-photo/upgrade-update-new-version-better-graphics-concept_53876-120327.jpg", imageAlt: "download files digital assets delivery"},
{
id: 3,
title: "Set Your Price",
description:
"Keep 85% of sales after platform fees. Full pricing control and transparency",
imageSrc:
"http://img.b2bpic.net/free-photo/bio-food-market-woman-stand_482257-76347.jpg?_wi=3",
imageAlt: "purchase checkout transaction payment",
},
title: "Set Your Price", description:
"Keep 85% of sales after platform fees. Full pricing control and transparency", imageSrc:
"http://img.b2bpic.net/free-photo/bio-food-market-woman-stand_482257-76347.jpg", imageAlt: "purchase checkout transaction payment"},
{
id: 4,
title: "Start Earning",
description:
"Get paid weekly via PayPal or direct deposit. Track sales in real-time dashboard",
imageSrc:
"http://img.b2bpic.net/free-photo/feedback-comment-survey-support-response-bar-word_53876-133787.jpg?_wi=2",
imageAlt: "review feedback rating satisfaction",
},
title: "Start Earning", description:
"Get paid weekly via PayPal or direct deposit. Track sales in real-time dashboard", imageSrc:
"http://img.b2bpic.net/free-photo/feedback-comment-survey-support-response-bar-word_53876-133787.jpg", imageAlt: "review feedback rating satisfaction"},
]}
title="How to Start Selling"
description="Get your creative assets to market in four simple steps"
tag="Seller Guide"
textboxLayout="default"
useInvertedBackground={false}
mediaAnimation="slide-up"
/>
</div>
@@ -97,50 +78,20 @@ export default function SellPage() {
<TestimonialCardFive
testimonials={[
{
id: "test-1",
name: "Sarah Chen, Design Student at Stanford",
date: "Date: 15 November 2024",
title: "Finally, a marketplace built for students!",
quote:
"UniMarket changed how I monetize my design work. I sold over $2,000 worth of templates in my first month. The platform is intuitive and the community is incredibly supportive.",
tag: "Seller Success",
avatarSrc:
"http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg",
imageSrc:
"http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2",
avatarAlt: "Sarah Chen",
imageAlt: "student portrait professional headshot",
},
id: "test-1", name: "Sarah Chen, Design Student at Stanford", date: "Date: 15 November 2024", title: "Finally, a marketplace built for students!", quote:
"UniMarket changed how I monetize my design work. I sold over $2,000 worth of templates in my first month. The platform is intuitive and the community is incredibly supportive.", tag: "Seller Success", avatarSrc:
"http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageSrc:
"http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", avatarAlt: "Sarah Chen", imageAlt: "student portrait professional headshot"},
{
id: "test-5",
name: "Olivia Watts, UI Designer at Princeton",
date: "Date: 1 November 2024",
title: "Built the portfolio I wanted to show agencies",
quote:
"Selling on UniMarket gave me real case studies and social proof. When I interviewed for my dream job, they were impressed by my market traction.",
tag: "Portfolio Power",
avatarSrc:
"http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg",
imageSrc:
"http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg?_wi=2",
avatarAlt: "Olivia Watts",
imageAlt: "designer portrait creative professional headshot",
},
id: "test-5", name: "Olivia Watts, UI Designer at Princeton", date: "Date: 1 November 2024", title: "Built the portfolio I wanted to show agencies", quote:
"Selling on UniMarket gave me real case studies and social proof. When I interviewed for my dream job, they were impressed by my market traction.", tag: "Portfolio Power", avatarSrc:
"http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", imageSrc:
"http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", avatarAlt: "Olivia Watts", imageAlt: "designer portrait creative professional headshot"},
{
id: "test-6",
name: "David Kim, Graphic Artist at Columbia",
date: "Date: 28 October 2024",
title: "Passive income that actually works",
quote:
"I uploaded my templates once and they continue generating income. It's the side income every student needs while focusing on studies.",
tag: "Income",
avatarSrc:
"http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=3",
avatarAlt: "David Kim",
imageAlt: "university student portrait professional avatar",
},
id: "test-6", name: "David Kim, Graphic Artist at Columbia", date: "Date: 28 October 2024", title: "Passive income that actually works", quote:
"I uploaded my templates once and they continue generating income. It's the side income every student needs while focusing on studies.", tag: "Income", avatarSrc:
"http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", avatarAlt: "David Kim", imageAlt: "university student portrait professional avatar"},
]}
title="Seller Success Stories"
description="Hear from student creators earning on UniMarket"
@@ -167,13 +118,9 @@ export default function SellPage() {
<FooterLogoReveal
logoText="UniMarket"
leftLink={{
text: "Privacy Policy",
href: "/privacy",
}}
text: "Privacy Policy", href: "/privacy"}}
rightLink={{
text: "Terms of Service",
href: "/terms",
}}
text: "Terms of Service", href: "/terms"}}
/>
</div>
</ThemeProvider>