diff --git a/src/app/page.tsx b/src/app/page.tsx index 334f668..0523aa4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,13 +102,16 @@ export default function HomePage() { features={[ { title: "AI Chat Master", description: "Advanced AI-powered chatbot with natural language processing", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnzLyhtB5RymsHsflern7ouDVJ/a-telegram-bot-interface-screenshot-show-1773243153207-c6149c84.png", imageAlt: "AI Chat Master Bot", buttonIcon: ArrowRight, - buttonHref: "/bot/ai-chat-master"}, + buttonHref: "/bot/ai-chat-master" + }, { title: "Music Playlist Manager", description: "Control your Spotify and music streaming with ease", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnzLyhtB5RymsHsflern7ouDVJ/a-music-telegram-bot-interface-showing-p-1773243148514-249cc2c5.png", imageAlt: "Music Playlist Manager Bot", buttonIcon: ArrowRight, - buttonHref: "/bot/music-playlist-manager"}, + buttonHref: "/bot/music-playlist-manager" + }, { title: "File Download Pro", description: "Download and manage files from various sources", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnzLyhtB5RymsHsflern7ouDVJ/a-download-utility-telegram-bot-showing--1773243148459-d9376052.png", imageAlt: "File Download Pro Bot", buttonIcon: ArrowRight, - buttonHref: "/bot/file-download-pro"}, + buttonHref: "/bot/file-download-pro" + }, { title: "Learn Anything", description: "Interactive educational courses and quizzes", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnzLyhtB5RymsHsflern7ouDVJ/an-education-telegram-bot-showing-course-1773243147669-88bfb7ee.png", imageAlt: "Learn Anything Education Bot", buttonIcon: ArrowRight, }, @@ -121,23 +124,29 @@ export default function HomePage() {