diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 67d2e2b..cbd74cc 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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"}} /> @@ -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" />
@@ -147,13 +112,9 @@ export default function AboutPage() { diff --git a/src/app/browse/page.tsx b/src/app/browse/page.tsx index 6ad1d12..b6d1f41 100644 --- a/src/app/browse/page.tsx +++ b/src/app/browse/page.tsx @@ -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"}} /> @@ -47,32 +45,14 @@ export default function BrowsePage() { @@ -168,13 +117,9 @@ export default function BrowsePage() { diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 08fc806..dd97bbc 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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"}} /> @@ -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" /> @@ -101,13 +86,9 @@ export default function ContactPage() { diff --git a/src/app/page.tsx b/src/app/page.tsx index 8f825ae..f4c6937 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"}} /> @@ -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() { @@ -183,32 +136,14 @@ export default function HomePage() { diff --git a/src/app/sell/page.tsx b/src/app/sell/page.tsx index a063fad..74117bc 100644 --- a/src/app/sell/page.tsx +++ b/src/app/sell/page.tsx @@ -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"}} /> @@ -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" /> @@ -97,50 +78,20 @@ export default function SellPage() {