Merge version_1 into main #2
@@ -43,9 +43,9 @@ export default function LandingPage() {
|
||||
description="A minimal, calm workspace for tracking projects and tasks. Stay focused on what matters."
|
||||
buttons={[{ text: "Start Managing", onClick: () => {} }]}
|
||||
slides={[
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Minimal workspace background" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Focus dashboard preview" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Task management interface" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Minimal workspace background" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Focus dashboard preview" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Task management interface" },
|
||||
]}
|
||||
autoplayDelay={5000}
|
||||
showDimOverlay={false}
|
||||
@@ -63,13 +63,13 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Web Design", name: "Redesign Homepage", price: "75% Complete", rating: 5,
|
||||
reviewCount: "12/16 tasks", imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Web design project"},
|
||||
reviewCount: "12/16 tasks", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Web design project"},
|
||||
{
|
||||
id: "2", brand: "Development", name: "Build API Integration", price: "45% Complete", rating: 4,
|
||||
reviewCount: "9/20 tasks", imageSrc: "/placeholders/placeholder1.webp?_wi=5", imageAlt: "Development project"},
|
||||
reviewCount: "9/20 tasks", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Development project"},
|
||||
{
|
||||
id: "3", brand: "Documentation", name: "Update User Guide", price: "30% Complete", rating: 3,
|
||||
reviewCount: "6/20 tasks", imageSrc: "/placeholders/placeholder1.webp?_wi=6", imageAlt: "Documentation project"},
|
||||
reviewCount: "6/20 tasks", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Documentation project"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -108,7 +108,7 @@ export default function LandingPage() {
|
||||
<MetricCardTen
|
||||
title="Your Momentum"
|
||||
description="Overall progress and what's coming up. A sense of forward motion and accomplishment."
|
||||
textboxLayout="centered"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
|
||||
Reference in New Issue
Block a user