diff --git a/app/page.tsx b/app/page.tsx index b74ccdae..517508e5 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -93,53 +93,6 @@ export default async function Home() {
+
- -
- {[ - { - icon: "📋", - name: "Task Management", - desc: "Create and organize tasks. Track progress with lists, priorities, and team assignments for efficient project delivery.", - }, - { - icon: "📅", - name: "Calendar & Events", - desc: "Schedule meetings and deadlines. Keep your team synchronized with integrated calendar management.", - }, - { - icon: "👥", - name: "Team Collaboration", - desc: "Real-time activity feeds. Stay connected with instant notifications and seamless communication.", - }, - { - icon: "🔍", - name: "Advanced Search", - desc: "Find anything instantly. Full-text search across all projects with powerful filtering options.", - }, - { - icon: "🏢", - name: "Organization & Users", - desc: "Manage teams and organizations. Invite members, assign roles, and organize your workspace efficiently.", - }, - { - icon: "🔐", - name: "Permissions & Security", - desc: "Fine-grained access control. Set project permissions, manage user roles, and keep your data secure.", - }, - ].map((feature, _index) => ( -
-
- {feature.icon} -

- {feature.name} -

-
-

- {feature.desc} -

-
- ))} -
@@ -184,7 +137,7 @@ export default async function Home() { alt="Project overview dashboard" width={800} height={600} - className="w-full h-auto opacity-90" + className="w-full h-auto" priority /> @@ -221,7 +174,7 @@ export default async function Home() { alt="Task management interface" width={800} height={600} - className="w-full h-auto opacity-90" + className="w-full h-auto" priority /> @@ -260,7 +213,7 @@ export default async function Home() { alt="Calendar and events interface" width={800} height={600} - className="w-full h-auto opacity-90" + className="w-full h-auto" /> @@ -290,39 +243,14 @@ export default async function Home() { Full-text search across all your projects, tasks, and documents. Filter by type, status, or team member with lightning speed.

-
-
-
- - - - Search everywhere... -
-
- - Projects - - - Tasks - - - Events - - - Documents - -
-
+
+ Search interface
@@ -441,6 +369,55 @@ export default async function Home() { +
+
+ {[ + { + icon: "📋", + name: "Task Management", + desc: "Create and organize tasks. Track progress with lists, priorities, and team assignments for efficient project delivery.", + }, + { + icon: "📅", + name: "Calendar & Events", + desc: "Schedule meetings and deadlines. Keep your team synchronized with integrated calendar management.", + }, + { + icon: "👥", + name: "Team Collaboration", + desc: "Real-time activity feeds. Stay connected with instant notifications and seamless communication.", + }, + { + icon: "🔍", + name: "Advanced Search", + desc: "Find anything instantly. Full-text search across all projects with powerful filtering options.", + }, + { + icon: "🏢", + name: "Organization & Users", + desc: "Manage teams and organizations. Invite members, assign roles, and organize your workspace efficiently.", + }, + { + icon: "🔐", + name: "Permissions & Security", + desc: "Fine-grained access control. Set project permissions, manage user roles, and keep your data secure.", + }, + ].map((feature, _index) => ( +
+
+ {feature.icon} +

+ {feature.name} +

+
+

+ {feature.desc} +

+
+ ))} +
+
+ {/* CTA Section */}
{/* Background Elements */} diff --git a/public/screenshots/search.png b/public/screenshots/search.png new file mode 100644 index 00000000..c401e7ea Binary files /dev/null and b/public/screenshots/search.png differ