From 6b66c6f993c1094526c963e6cea746603e18bc66 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 13:38:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 185 +++++++++++------------------------------------ 1 file changed, 42 insertions(+), 143 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fda13b4..c9435ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,78 +29,45 @@ export default function LandingPage() {
@@ -113,35 +80,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "AI Writing", - description: "Boost your productivity with advanced writing assistants.", - imageSrc: "http://img.b2bpic.net/free-photo/pencil-sign-left-side_187299-39550.jpg?_wi=1", - }, + title: "AI Writing", description: "Boost your productivity with advanced writing assistants.", imageSrc: "http://img.b2bpic.net/free-photo/pencil-sign-left-side_187299-39550.jpg"}, { - title: "AI Image Generation", - description: "Create stunning visuals with state-of-the-art models.", - imageSrc: "http://img.b2bpic.net/free-photo/hand-hold-robot-paper-carving-with-nature-background_53876-23285.jpg?_wi=1", - }, + title: "AI Image Generation", description: "Create stunning visuals with state-of-the-art models.", imageSrc: "http://img.b2bpic.net/free-photo/hand-hold-robot-paper-carving-with-nature-background_53876-23285.jpg"}, { - title: "AI Video Tools", - description: "Turn your creative vision into video reality.", - imageSrc: "http://img.b2bpic.net/free-photo/arrow-with-bright-neon-colors_23-2151204920.jpg?_wi=1", - }, + title: "AI Video Tools", description: "Turn your creative vision into video reality.", imageSrc: "http://img.b2bpic.net/free-photo/arrow-with-bright-neon-colors_23-2151204920.jpg"}, { - title: "AI Marketing", - description: "Automate and enhance your content marketing workflow.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=icrrxf&_wi=1", - }, + title: "AI Marketing", description: "Automate and enhance your content marketing workflow.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=icrrxf"}, { - title: "AI Business Tools", - description: "Scale your operations with intelligent automation.", - imageSrc: "http://img.b2bpic.net/free-photo/chat-messages-front-side-with-white-background_187299-39812.jpg?_wi=1", - }, + title: "AI Business Tools", description: "Scale your operations with intelligent automation.", imageSrc: "http://img.b2bpic.net/free-photo/chat-messages-front-side-with-white-background_187299-39812.jpg"}, { - title: "AI Productivity", - description: "Optimize your daily tasks with powerful AI.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-creative-sphere-with-eye-effect_23-2150885601.jpg?_wi=1", - }, + title: "AI Productivity", description: "Optimize your daily tasks with powerful AI.", imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-creative-sphere-with-eye-effect_23-2150885601.jpg"}, ]} title="Popular Categories" description="Navigate through curated AI tools categorized for your convenience." @@ -150,64 +99,29 @@ export default function LandingPage() {