Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 07:41:28 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="large"
background="noise"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass"
@@ -48,17 +48,17 @@ export default function LandingPage() {
tag="Creative Tools"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "noise" }}
background={{ variant: "glowing-orb" }}
imageSrc="http://img.b2bpic.net/free-photo/hands-unrecognizable-man-selecting-flower-bouquet-online-tablet_1098-20134.jpg"
imageAlt="MindCanvas creative workspace interface"
mediaAnimation="slide-up"
testimonials={[
{
name: "Alex Chen", handle: "Designer, CreativeStudio", testimonial: "Finally, a place where all my inspiration lives organized and accessible.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
{
name: "Jordan Mills", handle: "Writer, Content Creator", testimonial: "The canvas interface makes organizing thoughts feel natural and intuitive.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
]}
testimonialRotationInterval={5000}
buttons={[
@@ -123,14 +123,11 @@ export default function LandingPage() {
<ProductCardTwo
products={[
{
id: "1", brand: "Step 1", name: "Create Canvas", price: "Start here", rating: 5,
reviewCount: "Setup", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-business-workshop-youtube-thumbnail_23-2149405269.jpg", imageAlt: "Create new canvas workspace"},
id: "1", brand: "Step 1", name: "Create Canvas", price: "Start here", rating: 5, reviewCount: "Setup", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-business-workshop-youtube-thumbnail_23-2149405269.jpg", imageAlt: "Create new canvas workspace"},
{
id: "2", brand: "Step 2", name: "Add Content", price: "Upload & capture", rating: 5,
reviewCount: "Content", imageSrc: "http://img.b2bpic.net/free-photo/files-index-content-details-document-archives-concept_53876-133676.jpg", imageAlt: "Add your first notes and photos"},
id: "2", brand: "Step 2", name: "Add Content", price: "Upload & capture", rating: 5, reviewCount: "Content", imageSrc: "http://img.b2bpic.net/free-photo/files-index-content-details-document-archives-concept_53876-133676.jpg", imageAlt: "Add your first notes and photos"},
{
id: "3", brand: "Step 3", name: "Tag & Organize", price: "Categorize smartly", rating: 5,
reviewCount: "Organize", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-working-library-office_23-2149396628.jpg", imageAlt: "Apply intelligent tags to content"},
id: "3", brand: "Step 3", name: "Tag & Organize", price: "Categorize smartly", rating: 5, reviewCount: "Organize", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-working-library-office_23-2149396628.jpg", imageAlt: "Apply intelligent tags to content"},
]}
title="Getting Started"
description="Follow these simple steps to set up your creative second brain."
@@ -178,17 +175,13 @@ export default function LandingPage() {
<TestimonialCardOne
testimonials={[
{
id: "1", name: "Sarah Johnson", role: "UX Designer", company: "Design Studios", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"},
id: "1", name: "Sarah Johnson", role: "UX Designer", company: "Design Studios", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
{
id: "2", name: "Marcus Chen", role: "Creative Director", company: "Content Factory", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4"},
id: "2", name: "Marcus Chen", role: "Creative Director", company: "Content Factory", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
{
id: "3", name: "Elena Rodriguez", role: "Illustrator", company: "Art Collective", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5"},
id: "3", name: "Elena Rodriguez", role: "Illustrator", company: "Art Collective", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
{
id: "4", name: "David Kim", role: "Writer", company: "Publishing House", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6"},
id: "4", name: "David Kim", role: "Writer", company: "Publishing House", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
]}
title="Loved by Creative Professionals"
description="See what designers, writers, and creators are saying about MindCanvas."